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 761 of file sysv_msg.c.

Field Documentation

◆ msgflg

int msgsnd_args::msgflg

Definition at line 765 of file sysv_msg.c.

Referenced by sys_msgsnd(), and systrace_args().

◆ msgp

const void* msgsnd_args::msgp

Definition at line 763 of file sysv_msg.c.

Referenced by sys_msgsnd(), and systrace_args().

◆ msgsz

size_t msgsnd_args::msgsz

Definition at line 764 of file sysv_msg.c.

Referenced by sys_msgsnd(), and systrace_args().

◆ msqid

int msgsnd_args::msqid

Definition at line 762 of file sysv_msg.c.

Referenced by sys_msgsnd(), and systrace_args().


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