Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_sysctl.c2295 struct __sysctl_args { struct
2305 sys___sysctl(struct thread *td, struct __sysctl_args *uap) in sys___sysctl() argument
/freebsd-14.2/sys/sys/
H A Dsysproto.h554 struct __sysctl_args { struct
555 char name_l_[PADL_(int *)]; int * name; char name_r_[PADR_(int *)];
556 char namelen_l_[PADL_(u_int)]; u_int namelen; char namelen_r_[PADR_(u_int)];
557 char old_l_[PADL_(void *)]; void * old; char old_r_[PADR_(void *)];
558 char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)];
559 char new_l_[PADL_(const void *)]; const void * new; char new_r_[PADR_(const void *)];
560 char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];