FreeBSD kernel kern code
|
Data Fields | |
int | shmid |
int | cmd |
struct shmid_ds * | buf |
Definition at line 566 of file sysv_shm.c.
struct shmid_ds* shmctl_args::buf |
Definition at line 569 of file sysv_shm.c.
Referenced by sys_shmctl(), and systrace_args().
int shmctl_args::cmd |
Definition at line 568 of file sysv_shm.c.
Referenced by sys_shmctl(), and systrace_args().
int shmctl_args::shmid |
Definition at line 567 of file sysv_shm.c.
Referenced by sys_shmctl(), and systrace_args().