Home
last modified time | relevance | path

Searched defs:__sysctl_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_sysctl.c2413 struct __sysctl_args { struct
2423 sys___sysctl(struct thread *td, struct __sysctl_args *uap) in sys___sysctl() argument
/freebsd/sys/sys/
H A Dsysproto.h548 struct __sysctl_args { struct
549 char name_l_[PADL_(int *)]; int * name; char name_r_[PADR_(int *)];
550 char namelen_l_[PADL_(u_int)]; u_int namelen; char namelen_r_[PADR_(u_int)];
551 char old_l_[PADL_(void *)]; void * old; char old_r_[PADR_(void *)];
552 char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)];
553 char new_l_[PADL_(const void *)]; const void * new; char new_r_[PADR_(const void *)];
554 char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];