From owner-freebsd-hackers Thu Feb 1 17:20:53 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from smtppop2pub.verizon.net (smtppop2pub.gte.net [206.46.170.21]) by hub.freebsd.org (Postfix) with ESMTP id 6691337B491 for ; Thu, 1 Feb 2001 17:20:32 -0800 (PST) Received: from chocolate ([63.171.197.130]) by smtppop2pub.verizon.net with SMTP for ; id TAA93767242 Thu, 1 Feb 2001 19:20:20 -0600 (CST) Message-ID: <005101c08cb5$700949c0$0a01640a@netscaler.com> Reply-To: "Soumen Biswas" From: "Soumen Biswas" To: Subject: __syscall Date: Thu, 1 Feb 2001 17:14:04 -0800 Organization: Netscaler Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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