FreeBSD kernel kern code
|
Data Fields | |
int | fd |
char * | buf |
u_int | count |
long * | basep |
Definition at line 4125 of file vfs_syscalls.c.
long* getdirentries_args::basep |
Definition at line 4129 of file vfs_syscalls.c.
Referenced by sys_getdents(), and systrace_args().
char* getdirentries_args::buf |
Definition at line 4127 of file vfs_syscalls.c.
Referenced by sys_getdents(), and systrace_args().
u_int getdirentries_args::count |
Definition at line 4128 of file vfs_syscalls.c.
Referenced by sys_getdents(), and systrace_args().
int getdirentries_args::fd |
Definition at line 4126 of file vfs_syscalls.c.
Referenced by sys_getdents(), and systrace_args().