Re: definition of sys_access function

2013-12-22 Thread goresh
Hey Hi.. If you are in search of sys_access related to kernel calls then u can find its defenation in main.c stored in /init/main.c -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p776833.html Sent from the Linux Kernel

Re: definition of sys_access function

2013-12-22 Thread goresh
Hey Hi.. If you are in search of sys_access related to kernel calls then u can find its defenation in main.c stored in /init/main.c -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p776833.html Sent from the Linux Kernel

Re: definition of sys_access function

2013-05-29 Thread Rob Landley
On 05/29/2013 03:12:57 AM, johnspaul92 wrote: Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find the definition so that i can understand what that function actually does. $ find linux -name

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
Thanks, i got it. - Thank You Johns -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657262.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe

RE: definition of sys_access function

2013-05-29 Thread Wang, Yalin
, May 29, 2013 4:28 PM To: linux-kernel@vger.kernel.org Subject: Re: definition of sys_access function I tried that and i got the result as fs/open.c But i couldnt find any references to sys_access. -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys

RE: definition of sys_access function

2013-05-29 Thread Wang, Yalin
To: johnspaul92 Cc: LKML Subject: Re: definition of sys_access function On Wed, May 29, 2013 at 10:12 AM, johnspaul92 wrote: > Where can i find the definition of the sys_access function??? > I tried checking in syscalls.h. But there i found only the declaration. > Where can i find the defi

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
I tried that and i got the result as fs/open.c But i couldnt find any references to sys_access. -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657226.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To

Re: definition of sys_access function

2013-05-29 Thread richard -rw- weinberger
On Wed, May 29, 2013 at 10:12 AM, johnspaul92 wrote: > Where can i find the definition of the sys_access function??? > I tried checking in syscalls.h. But there i found only the declaration. > Where can i find the definition so that i can understand what that function > actually do

definition of sys_access function

2013-05-29 Thread johnspaul92
Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find the definition so that i can understand what that function actually does. -- View this message in context: http://linux-kernel.2935.n7

definition of sys_access function

2013-05-29 Thread johnspaul92
Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find the definition so that i can understand what that function actually does. -- View this message in context: http://linux-kernel.2935.n7

Re: definition of sys_access function

2013-05-29 Thread richard -rw- weinberger
On Wed, May 29, 2013 at 10:12 AM, johnspaul92 jo...@ti.com wrote: Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find the definition so that i can understand what that function actually does

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
I tried that and i got the result as fs/open.c But i couldnt find any references to sys_access. -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657226.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To

RE: definition of sys_access function

2013-05-29 Thread Wang, Yalin
To: johnspaul92 Cc: LKML Subject: Re: definition of sys_access function On Wed, May 29, 2013 at 10:12 AM, johnspaul92 jo...@ti.com wrote: Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find

RE: definition of sys_access function

2013-05-29 Thread Wang, Yalin
, May 29, 2013 4:28 PM To: linux-kernel@vger.kernel.org Subject: Re: definition of sys_access function I tried that and i got the result as fs/open.c But i couldnt find any references to sys_access. -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
Thanks, i got it. - Thank You Johns -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657262.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line unsubscribe

Re: definition of sys_access function

2013-05-29 Thread Rob Landley
On 05/29/2013 03:12:57 AM, johnspaul92 wrote: Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find the definition so that i can understand what that function actually does. $ find linux -name