FreeBSD kernel kern code
shmat_args Struct Reference

Data Fields

int shmid
 
const void * shmaddr
 
int shmflg
 

Detailed Description

Definition at line 330 of file sysv_shm.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: