|
FreeBSD kernel kern code
|
Data Fields | |
| int | shmid |
| const void * | shmaddr |
| int | shmflg |
Definition at line 330 of file sysv_shm.c.
| const void* shmat_args::shmaddr |
Definition at line 332 of file sysv_shm.c.
Referenced by sys_shmat(), and systrace_args().
| int shmat_args::shmflg |
Definition at line 333 of file sysv_shm.c.
Referenced by sys_shmat(), and systrace_args().
| int shmat_args::shmid |
Definition at line 331 of file sysv_shm.c.
Referenced by sys_shmat(), and systrace_args().