FreeBSD kernel kern code
|
Data Fields | |
int | msqid |
const void * | msgp |
size_t | msgsz |
int | msgflg |
Definition at line 672 of file sysv_msg.c.
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().