Searched refs:msg_perm (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h108 * IPC_SET command, only the msg_perm.{uid|gid|perm} and msg_qbytes are
122 struct __ipc_perm_new msg_perm; /* [XSI] msg queue permissions */ member in struct:msqid_ds
145 struct __ipc_perm_old msg_perm; /* [XSI] msg queue permissions */ member in struct:__msqid_ds_old
181 struct ipc_perm msg_perm; /* [XSI] msg queue permissions */ member in struct:user_msqid_ds
203 struct ipc_perm msg_perm; /* [XSI] msg queue permissions */ member in struct:user64_msqid_ds
222 struct __ipc_perm_new msg_perm; /* [XSI] msg queue permissions */ member in struct:user32_msqid_ds
326 #define MSQID(ix,ds) ((ix) & 0xffff | (((ds).msg_perm.seq << 16) & 0xffff0000))
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c156 out->msg_perm = in->msg_perm;
170 out->msg_perm = in->msg_perm;
197 out->msg_perm = in->msg_perm;
211 out->msg_perm = in->msg_perm;
304 msqids[i].u.msg_perm._seq = 0; /* reset to a known value */
305 msqids[i].u.msg_perm
[all...]
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c5012 if ( my_msq_ds.msg_perm.cuid != geteuid( ) ) {
5016 if ( (my_msq_ds.msg_perm.mode & (IPC_R | IPC_W)) == 0 ) {

Completed in 33 milliseconds