tag | line | file | source code |
msg_perm | 11 | include/linux/msg.h | struct ipc_perm msg_perm; |
msg_perm | 75 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 78 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 130 | ipc/msg.c | || msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) { |
msg_perm | 181 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 190 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 315 | ipc/msg.c | if (key == msq->msg_perm.key) |
msg_perm | 342 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 347 | ipc/msg.c | msq->msg_perm.seq = msg_seq; |
msg_perm | 361 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
msg_perm | 394 | ipc/msg.c | if (ipcperms(&msq->msg_perm, msgflg)) |
msg_perm | 396 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
msg_perm | 404 | ipc/msg.c | msq->msg_perm.seq++; |
msg_perm | 472 | ipc/msg.c | if (ipcperms (&msq->msg_perm, S_IRUGO)) |
msg_perm | 474 | ipc/msg.c | id = (unsigned int) msq->msg_perm.seq * MSGMNI + msqid; |
msg_perm | 475 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
msg_perm | 507 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 509 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 515 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
msg_perm | 533 | ipc/msg.c | ipcp->uid = tbuf.msg_perm.uid; |
msg_perm | 534 | ipc/msg.c | ipcp->gid = tbuf.msg_perm.gid; |
msg_perm | 536 | ipc/msg.c | (S_IRWXUGO & tbuf.msg_perm.mode); |