Searched refs:msgsnd (Results 1 - 17 of 17) 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 | msg.h | 78 pid_t msg_lspid; /* pid of last msgsnd */ 81 time_t msg_stime; /* last msgsnd time */ 85 time_t msg_stime; /* last msgsnd time */ 98 * User message buffer template for msgsnd and msgrecv system calls. 134 int msgsnd(int, const void *, size_t, int);
|
H A D | klwp.h | 73 u_longlong_t msgsnd; /* messages sent */ member in struct:lrusage
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rusagesys.c | 56 r.ru_msgsnd = p->p_ru.msgsnd; 77 r.ru_msgsnd += lwp->lwp_ru.msgsnd; 142 r.ru_msgsnd = p->p_cru.msgsnd; 206 r.ru_msgsnd = lwp->lwp_ru.msgsnd;
|
H A D | strcalls.c | 282 lwp->lwp_ru.msgsnd++; 533 lwp->lwp_ru.msgsnd++;
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_events.c | 290 if (msgsnd(msqid, (struct msgbuf *)event, event->nwe_size, 293 syslog(LOG_ERR, "nwam_event_send: msgsnd: %s, "
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 90 msgsnd.2 \
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exit.c | 754 p->p_ru.msgsnd += p->p_cru.msgsnd; 1283 p->p_nextofkin->p_cru.msgsnd += p->p_ru.msgsnd;
|
H A D | msacct.c | 822 p->p_ru.msgsnd += lwp->lwp_ru.msgsnd;
|
H A D | exacct.c | 367 tu->tu_sndmsg += p->p_ru.msgsnd; 418 tu->tu_sndmsg += p->p_ru.msgsnd; 898 pu->pu_sndmsg += t->t_lwp->lwp_ru.msgsnd; 916 pu->pu_sndmsg = p->p_ru.msgsnd; 1766 tu->tu_sndmsg = p->p_ru.msgsnd;
|
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,
|
H A D | lwp.c | 2089 lwp->lwp_ru.msgsnd += inc;
|
/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
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1103 pup->pr_msnd = p->p_ru.msgsnd; 1194 pup->pr_msnd = p->p_ru.msgsnd; 2733 pup->pr_msnd = p->p_ru.msgsnd; 2824 pup->pr_msnd = p->p_ru.msgsnd;
|
H A D | prvnops.c | 1170 pup->pr_msnd = p->p_ru.msgsnd; 1280 pup->pr_msnd = p->p_ru.msgsnd; 2215 pup->pr_msnd = p->p_ru.msgsnd; 2325 pup->pr_msnd = p->p_ru.msgsnd;
|
H A D | prsubr.c | 2919 pup->pr_msnd = lwp->lwp_ru.msgsnd; 3081 pup->pr_msnd += lwp->lwp_ru.msgsnd;
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 1375 int msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg);
|
Completed in 1830 milliseconds