Home
last modified time | relevance | path

Searched defs:msqid (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dmsgsys.c52 msgctl(int msqid, int cmd, struct msqid_ds *buf) in msgctl()
63 msgctl64(int msqid, int cmd, struct msqid_ds64 *buf) in msgctl64()
74 __msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in __msgrcv()
96 __msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in __msgsnd()
118 msgsnap(int msqid, void *buf, size_t bufsz, long msgtyp) in msgsnap()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c229 int msqid; in nwam_event_send() local
315 int msqid; in nwam_event_queue_fini() local
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c666 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()
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c458 dumpmsgq(int msqid) in dumpmsgq()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c795 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c174 msq_print(kmsqid_t *msqid, uintptr_t addr) in msq_print()