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 2313 of file kern_sysctl.c.

Field Documentation

◆ name

int* __sysctl_args::name

Definition at line 2314 of file kern_sysctl.c.

Referenced by sys___sysctl(), and systrace_args().

◆ namelen

u_int __sysctl_args::namelen

Definition at line 2315 of file kern_sysctl.c.

Referenced by sys___sysctl(), and systrace_args().

◆ new

void* __sysctl_args::new

Definition at line 2318 of file kern_sysctl.c.

Referenced by sys___sysctl(), and systrace_args().

◆ newlen

size_t __sysctl_args::newlen

Definition at line 2319 of file kern_sysctl.c.

Referenced by sys___sysctl(), and systrace_args().

◆ old

void* __sysctl_args::old

Definition at line 2316 of file kern_sysctl.c.

Referenced by sys___sysctl(), and systrace_args().

◆ oldlenp

size_t* __sysctl_args::oldlenp

Definition at line 2317 of file kern_sysctl.c.

Referenced by sys___sysctl(), and systrace_args().


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