FreeBSD kernel kern code
sysctl_args Struct Reference

Data Fields

int * name
 
u_int namelen
 
void * old
 
size_t * oldlenp
 
void * new
 
size_t newlen
 

Detailed Description

Definition at line 1538 of file kern_sysctl.c.

Field Documentation

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


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