FreeBSD kernel kern code
|
Data Fields | |
int * | name |
u_int | namelen |
void * | old |
size_t * | oldlenp |
void * | new |
size_t | newlen |
Definition at line 1538 of file kern_sysctl.c.
int* sysctl_args::name |
Definition at line 1539 of file kern_sysctl.c.
Referenced by sys___sysctl(), and systrace_args().
u_int sysctl_args::namelen |
Definition at line 1540 of file kern_sysctl.c.
Referenced by sys___sysctl(), and systrace_args().
void* sysctl_args::new |
Definition at line 1543 of file kern_sysctl.c.
Referenced by sys___sysctl(), and systrace_args().
size_t sysctl_args::newlen |
Definition at line 1544 of file kern_sysctl.c.
Referenced by sys___sysctl(), and systrace_args().
void* sysctl_args::old |
Definition at line 1541 of file kern_sysctl.c.
Referenced by sys___sysctl(), and systrace_args().
size_t* sysctl_args::oldlenp |
Definition at line 1542 of file kern_sysctl.c.
Referenced by sys___sysctl(), and systrace_args().