Searched defs:shmat_args (Results 1 – 2 of 2) sorted by relevance
479 struct shmat_args { struct486 sys_shmat(struct thread *td, struct shmat_args *uap) in sys_shmat() argument
606 struct shmat_args { struct607 char shmid_l_[PADL_(int)]; int shmid; char shmid_r_[PADR_(int)];608 char shmaddr_l_[PADL_(const void *)]; const void * shmaddr; char shmaddr_r_[PADR_(const void *)];609 char shmflg_l_[PADL_(int)]; int shmflg; char shmflg_r_[PADR_(int)];