tag | line | file | source code |
msg_perm | 11 | include/linux/msg.h | struct ipc_perm msg_perm; |
msg_perm | 78 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 81 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 133 | ipc/msg.c | || msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) { |
msg_perm | 213 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 232 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 364 | ipc/msg.c | if (key == msq->msg_perm.key) |
msg_perm | 391 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 396 | ipc/msg.c | msq->msg_perm.seq = msg_seq; |
msg_perm | 410 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
msg_perm | 451 | ipc/msg.c | if (ipcperms(&msq->msg_perm, msgflg)) |
msg_perm | 453 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
msg_perm | 461 | ipc/msg.c | msq->msg_perm.seq++; |
msg_perm | 529 | ipc/msg.c | if (ipcperms (&msq->msg_perm, S_IRUGO)) |
msg_perm | 531 | ipc/msg.c | id = (unsigned int) msq->msg_perm.seq * MSGMNI + msqid; |
msg_perm | 532 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
msg_perm | 564 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
msg_perm | 566 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 572 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
msg_perm | 590 | ipc/msg.c | ipcp->uid = tbuf.msg_perm.uid; |
msg_perm | 591 | ipc/msg.c | ipcp->gid = tbuf.msg_perm.gid; |
msg_perm | 593 | ipc/msg.c | (S_IRWXUGO & tbuf.msg_perm.mode); |