FreeBSD kernel kern code
shmctl_args Struct Reference

Data Fields

int shmid
 
int cmd
 
struct shmid_ds * buf
 

Detailed Description

Definition at line 566 of file sysv_shm.c.

Field Documentation

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


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