FreeBSD kernel kern code
getdirentries_args Struct Reference

Data Fields

int fd
 
char * buf
 
u_int count
 
long * basep
 

Detailed Description

Definition at line 4125 of file vfs_syscalls.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: