Searched refs:msgtyp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | msgsys.c | 58 msgrcv(int msqid, struct msgbuf *msgp, int msgsz, long msgtyp, int msgflg) argument 61 msqid, msgp, msgsz, msgtyp, msgflg)); 82 long msgtyp; local 101 msgtyp = va_arg(ap, long); 104 return (msgrcv(msqid, msgp, msgsz, msgtyp, msgflg));
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | msgsys.c | 76 __msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) argument 88 msgp, msgsz, msgtyp, msgflg); 94 msgp, msgsz, msgtyp, msgflg)); 120 msgsnap(int msqid, void *buf, size_t bufsz, long msgtyp) argument 122 return (syscall(SYS_msgsys, MSGSNAP, msqid, buf, bufsz, msgtyp));
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | msg.c | 666 msgrcv(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, long msgtyp, int msgflg) argument 679 msg_hash = msg_type_hash(msgtyp); 695 msg_entry.msgw_type = msgtyp; 697 smp = msgrcv_lookup(qp, msgtyp); 710 error = msg_copyout(qp, msgtyp, &lock, &xtsz, msgsz, 761 if (msgtyp >= 0) { 804 msg_copyout(kmsqid_t *qp, long msgtyp, kmutex_t **lock, size_t *xtsz_ret, argument 832 if (msgtyp < 0) { 861 if (msgtyp < 0) { 880 msgrcv_lookup(kmsqid_t *qp, long msgtyp) argument 968 msgsnap(int msqid, caddr_t buf, size_t bufsz, long msgtyp) argument [all...] |
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 795 msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) argument 800 PERFORM(__msgrcv(msqid, msgp, msgsz, msgtyp, msgflg))
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 1374 ssize_t msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
|
Completed in 50 milliseconds