Searched defs:msgsnd (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | msgsys.c | 65 msgsnd(int msqid, struct msgbuf *msgp, int msgsz, int msgflg) function 111 return (msgsnd(msqid, msgp, msgsz, msgflg));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | klwp.h | 73 u_longlong_t msgsnd; /* messages sent */ member in struct:lrusage
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | msg.c | 162 * The msgrcv and msgsnd functions no longer uses cv_broadcast to wake up 224 * by a msgsnd: 266 * 7) If a msgsnd is unable to complete for of any of the following reasons 1091 * msgsnd system call. 1094 msgsnd(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, int msgflg) function 1440 * msgsys - System entry point for msgctl, msgget, msgrcv, and msgsnd 1461 error = msgsnd((int)a1, (struct ipcmsgbuf *)a2, 1546 * msgsys32 - System entry point for msgctl, msgget, msgrcv, and msgsnd 1567 error = msgsnd((int)a1, (struct ipcmsgbuf *)(uintptr_t)a2,
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 61 #pragma weak _msgsnd = msgsnd 804 msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) function
|
Completed in 51 milliseconds