Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsysv_shm.c1413 struct shmsys_args { struct
1421 sys_shmsys(struct thread *td, struct shmsys_args *uap) in sys_shmsys() argument
/freebsd/sys/sys/
H A Dsysproto.h511 struct shmsys_args { struct
512 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
513 char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
514 char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
515 char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];