Searched defs:msqid (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | msgsys.c | 54 msgctl(int msqid, int cmd, struct msqid_ds *buf) in msgctl() 65 msgctl64(int msqid, int cmd, struct msqid_ds64 *buf) in msgctl64() 76 __msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in __msgrcv() 98 __msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in __msgsnd() 120 msgsnap(int msqid, void *buf, size_t bufsz, long msgtyp) in msgsnap()
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | msgsys.c | 52 msgctl(int msqid, int cmd, struct msqid_ds *buf) in msgctl() 58 msgrcv(int msqid, struct msgbuf *msgp, int msgsz, long msgtyp, int msgflg) in msgrcv() 65 msgsnd(int msqid, struct msgbuf *msgp, int msgsz, int msgflg) in msgsnd() 78 int msqid, cmd; in msgsys() local
|
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_events.c | 229 int msqid; in nwam_event_send() local 315 int msqid; in nwam_event_queue_fini() local
|
/titanic_50/usr/src/uts/common/os/ |
H A D | msg.c | 666 msgrcv(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv() 968 msgsnap(int msqid, caddr_t buf, size_t bufsz, long msgtyp) in msgsnap() 1094 msgsnd(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, int msgflg) in msgsnd()
|
/titanic_50/usr/src/cmd/ipcs/ |
H A D | ipcs.c | 461 dumpmsgq(int msqid) in dumpmsgq()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 795 msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv() 804 msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in msgsnd()
|
/titanic_50/usr/src/cmd/mdb/common/modules/ipc/ |
H A D | ipc.c | 175 msq_print(kmsqid_t *msqid, uintptr_t addr) in msq_print()
|