Home
last modified time | relevance | path

Searched defs:sysctl_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsysproto.h173 struct sysctl_args { struct
174 char name_l_[PADL_(int *)]; int * name; char name_r_[PADR_(int *)];
175 char namelen_l_[PADL_(u_int)]; u_int namelen; char namelen_r_[PADR_(u_int)];
176 char old_l_[PADL_(void *)]; void * old; char old_r_[PADR_(void *)];
177 char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)];
178 char new_l_[PADL_(void *)]; void * new; char new_r_[PADR_(void *)];
179 char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];
/f-stack/freebsd/kern/
H A Dkern_sysctl.c2261 struct sysctl_args { struct
2271 sys___sysctl(struct thread *td, struct sysctl_args *uap) in sys___sysctl() argument
H A Dkern_fail.c955 fail_sysctl_drain_func(void *sysctl_args, const char *buf, int len) in fail_sysctl_drain_func()
/f-stack/freebsd/sys/
H A Dsysproto.h558 struct sysctl_args { struct
559 char name_l_[PADL_(int *)]; int * name; char name_r_[PADR_(int *)];
560 char namelen_l_[PADL_(u_int)]; u_int namelen; char namelen_r_[PADR_(u_int)];
561 char old_l_[PADL_(void *)]; void * old; char old_r_[PADR_(void *)];
562 char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)];
563 char new_l_[PADL_(const void *)]; const void * new; char new_r_[PADR_(const void *)];
564 char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];