Searched refs:msgtyp (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | msgsys.c | 76 __msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in __msgrcv() argument 88 msgp, msgsz, msgtyp, msgflg); in __msgrcv() 94 msgp, msgsz, msgtyp, msgflg)); in __msgrcv() 120 msgsnap(int msqid, void *buf, size_t bufsz, long msgtyp) in msgsnap() argument 122 return (syscall(SYS_msgsys, MSGSNAP, msqid, buf, bufsz, msgtyp)); in msgsnap()
|
/titanic_44/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) in msgrcv() argument 61 msqid, msgp, msgsz, msgtyp, msgflg)); in msgrcv() 82 long msgtyp; in msgsys() local 101 msgtyp = va_arg(ap, long); in msgsys() 104 return (msgrcv(msqid, msgp, msgsz, msgtyp, msgflg)); in msgsys()
|
/titanic_44/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() argument 679 msg_hash = msg_type_hash(msgtyp); in msgrcv() 695 msg_entry.msgw_type = msgtyp; in msgrcv() 697 smp = msgrcv_lookup(qp, msgtyp); in msgrcv() 710 error = msg_copyout(qp, msgtyp, &lock, &xtsz, msgsz, in msgrcv() 761 if (msgtyp >= 0) { in msgrcv() 804 msg_copyout(kmsqid_t *qp, long msgtyp, kmutex_t **lock, size_t *xtsz_ret, in msg_copyout() argument 832 if (msgtyp < 0) { in msg_copyout() 861 if (msgtyp < 0) { in msg_copyout() 880 msgrcv_lookup(kmsqid_t *qp, long msgtyp) in msgrcv_lookup() argument [all …]
|
/titanic_44/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() argument 800 PERFORM(__msgrcv(msqid, msgp, msgsz, msgtyp, msgflg)) in msgrcv()
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | llib-lc | 1369 ssize_t msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
|