tag | line | file | source code |
msg_perm | 11 | include/linux/msg.h | struct ipc_perm msg_perm; |
msg_perm | 60 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 63 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 86 | ipc/msg.c | || msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) { |
msg_perm | 132 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 141 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 221 | ipc/msg.c | if (key == msq->msg_perm.key) |
msg_perm | 248 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 253 | ipc/msg.c | msq->msg_perm.seq = msg_seq; |
msg_perm | 267 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
msg_perm | 287 | ipc/msg.c | if (ipcperms(&msq->msg_perm, msgflg)) |
msg_perm | 289 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
msg_perm | 297 | ipc/msg.c | msq->msg_perm.seq++; |
msg_perm | 365 | ipc/msg.c | if (ipcperms (&msq->msg_perm, S_IRUGO)) |
msg_perm | 367 | ipc/msg.c | id = (unsigned int) msq->msg_perm.seq * MSGMNI + msqid; |
msg_perm | 368 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
msg_perm | 400 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 402 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 408 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
msg_perm | 426 | ipc/msg.c | ipcp->uid = tbuf.msg_perm.uid; |
msg_perm | 427 | ipc/msg.c | ipcp->gid = tbuf.msg_perm.gid; |
msg_perm | 429 | ipc/msg.c | (S_IRWXUGO & tbuf.msg_perm.mode); |