Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 1999 21:34:27 -0700 (PDT)
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Gustavo V G C Rios <grios@ddsecurity.com.br>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: file system system calls
Message-ID:  <Pine.BSF.4.05.9910102132160.8080-100000@fw.wintelcom.net>
In-Reply-To: <380145BD.A4C04C01@ddsecurity.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, 11 Oct 1999, Gustavo V G C Rios wrote:

> May anyone here point me where in the source tree i can see file system
> API implemented, like open, write, close, etc.....

src/sys/kern/vfs_syscalls.c

because freebsd follows (for the most part) style(9) you can usually
find where a function is implemented by just going to the sys source
directory and doing a simple:

grep ^somefuncname */*

this is because the concention is to write functions like so:

int
somefunctioname(foo) {

-Alfred



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9910102132160.8080-100000>