HomeSort by: relevance | last modified time | path
    Searched defs:msg_perm (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/sys/
msg.h 30 struct ipc_perm14 msg_perm; /* msg queue permission bits */ member in struct:msqid_ds14
48 struct ipc_perm msg_perm; /* operation permission structure */ member in struct:msqid_ds13
68 struct ipc_perm_sysctl msg_perm; member in struct:msgid_ds_sysctl50
95 msqbuf->msg_perm = omsqbuf->msg_perm;
113 omsqbuf->msg_perm = msqbuf->msg_perm;
138 __ipc_perm14_to_native(&omsqbuf->msg_perm, &msqbuf->msg_perm);
156 __native_to_ipc_perm14(&msqbuf->msg_perm, &omsqbuf->msg_perm)
    [all...]
  /src/sys/sys/
msg.h 79 struct ipc_perm msg_perm; /* operation permission structure */ member in struct:msqid_ds
120 struct ipc_perm_sysctl msg_perm; member in struct:msgid_ds_sysctl
160 #define MSQID(ix,ds) ((ix) & 0xffff | (((ds).msg_perm._seq << 16) & 0xffff0000))
185 SYSCTL_FILL_PERM((src).msg_perm, (dst).msg_perm); \
  /src/sys/compat/netbsd32/
netbsd32.h 523 struct netbsd32_ipc_perm msg_perm; /* operation permission structure */ member in struct:netbsd32_msqid_ds
542 struct netbsd32_ipc_perm msg_perm; /* operation permission structure */ member in struct:netbsd32_msqid_ds50
562 struct netbsd32_ipc_perm14 msg_perm; /* msg queue permission bits */ member in struct:netbsd32_msqid_ds14

Completed in 13 milliseconds