FreeBSD kernel kern code
msgctl_args Struct Reference

Data Fields

int msqid
 
int cmd
 
struct msqid_ds * buf
 

Detailed Description

Definition at line 474 of file sysv_msg.c.

Field Documentation

◆ buf

struct msqid_ds* msgctl_args::buf

Definition at line 477 of file sysv_msg.c.

Referenced by sys_msgctl(), and systrace_args().

◆ cmd

int msgctl_args::cmd

Definition at line 476 of file sysv_msg.c.

Referenced by sys_msgctl(), and systrace_args().

◆ msqid

int msgctl_args::msqid

Definition at line 475 of file sysv_msg.c.

Referenced by sys_msgctl(), and systrace_args().


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