Date: Thu, 1 Feb 2001 17:14:04 -0800 From: "Soumen Biswas" <soumen.biswas@gte.net> To: <hackers@freebsd.org> Subject: __syscall Message-ID: <005101c08cb5$700949c0$0a01640a@netscaler.com>
next in thread | raw e-mail | index | archive | help
Hello,
What exactly is the difference between syscall & __syscall ?
And in
in kern/init_sysent.c
struct sysent sysent[] = {
/* ..... */
{ 3, accept},
/*.......*/
}
what does 3 denote ?
I believe it's the total size of all the arguments in 32 bit words
soumen
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?005101c08cb5$700949c0$0a01640a>
