FreeBSD kernel kern code
msgsnd_args Struct Reference

Data Fields

int msqid
 
const void * msgp
 
size_t msgsz
 
int msgflg
 

Detailed Description

Definition at line 672 of file sysv_msg.c.

Field Documentation

int msgsnd_args::msgflg

Definition at line 676 of file sysv_msg.c.

Referenced by systrace_args().

const void* msgsnd_args::msgp

Definition at line 674 of file sysv_msg.c.

Referenced by systrace_args().

size_t msgsnd_args::msgsz

Definition at line 675 of file sysv_msg.c.

Referenced by systrace_args().

int msgsnd_args::msqid

Definition at line 673 of file sysv_msg.c.

Referenced by systrace_args().


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