Home
last modified time | relevance | path

Searched refs:msgsnd (Results 1 – 25 of 27) sorted by relevance

12

/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dmsgsys.c65 msgsnd(int msqid, struct msgbuf *msgp, int msgsz, int msgflg) in msgsnd() function
111 return (msgsnd(msqid, msgp, msgsz, msgflg)); in msgsys()
/titanic_44/usr/src/uts/common/syscall/
H A Drusagesys.c56 r.ru_msgsnd = p->p_ru.msgsnd; in getrusage()
77 r.ru_msgsnd += lwp->lwp_ru.msgsnd; in getrusage()
142 r.ru_msgsnd = p->p_cru.msgsnd; in getrusage_chld()
206 r.ru_msgsnd = lwp->lwp_ru.msgsnd; in getrusage_lwp()
H A Dstrcalls.c282 lwp->lwp_ru.msgsnd++; in msgio()
533 lwp->lwp_ru.msgsnd++; in msgio32()
/titanic_44/usr/src/uts/common/sys/
H A Dmsg.h134 int msgsnd(int, const void *, size_t, int);
H A Dklwp.h73 u_longlong_t msgsnd; /* messages sent */ member
/titanic_44/usr/src/uts/common/os/
H A Dexit.c746 p->p_ru.msgsnd += p->p_cru.msgsnd; in proc_exit()
1275 p->p_nextofkin->p_cru.msgsnd += p->p_ru.msgsnd; in freeproc()
H A Dmsacct.c830 p->p_ru.msgsnd += lwp->lwp_ru.msgsnd; in term_mstate()
H A Dexacct.c367 tu->tu_sndmsg += p->p_ru.msgsnd; in exacct_snapshot_task_usage()
418 tu->tu_sndmsg += p->p_ru.msgsnd; in exacct_update_task_mstate()
898 pu->pu_sndmsg += t->t_lwp->lwp_ru.msgsnd; in exacct_calculate_proc_mstate()
916 pu->pu_sndmsg = p->p_ru.msgsnd; in exacct_copy_proc_mstate()
1766 tu->tu_sndmsg = p->p_ru.msgsnd; in exacct_snapshot_proc_mstate()
H A Dmsg.c1094 msgsnd(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, int msgflg) in msgsnd() function
1461 error = msgsnd((int)a1, (struct ipcmsgbuf *)a2, in msgsys()
1567 error = msgsnd((int)a1, (struct ipcmsgbuf *)(uintptr_t)a2, in msgsys32()
H A Dlwp.c2089 lwp->lwp_ru.msgsnd += inc; in lwp_stat_update()
/titanic_44/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c290 if (msgsnd(msqid, (struct msgbuf *)event, event->nwe_size, in nwam_event_send()
/titanic_44/usr/src/lib/libsys/i386/
H A Dlibsys.list74 f 1 msgsnd
/titanic_44/usr/src/lib/libsys/sparc/
H A Dlibsys.list74 f 1 msgsnd
/titanic_44/usr/src/man/man2/
H A DMakefile90 msgsnd.2 \
/titanic_44/usr/src/lib/libsys/common/
H A Dmapfile-vers221 msgsnd;
/titanic_44/usr/src/lib/libc/port/threads/
H A Dscalls.c61 #pragma weak _msgsnd = msgsnd
804 msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in msgsnd() function
/titanic_44/usr/src/lib/libpthread/common/
H A Dmapfile-vers68 msgsnd { TYPE = FUNCTION };
/titanic_44/usr/src/lib/c_synonyms/
H A Dsyn_common493 msgsnd
/titanic_44/usr/src/lib/libthread/common/
H A Dmapfile-vers79 msgsnd { TYPE = FUNCTION };
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprioctl.c1103 pup->pr_msnd = p->p_ru.msgsnd; in prioctl64()
1194 pup->pr_msnd = p->p_ru.msgsnd; in prioctl64()
2733 pup->pr_msnd = p->p_ru.msgsnd; in prioctl32()
2824 pup->pr_msnd = p->p_ru.msgsnd; in prioctl32()
H A Dprvnops.c1167 pup->pr_msnd = p->p_ru.msgsnd; in pr_read_usage()
1277 pup->pr_msnd = p->p_ru.msgsnd; in pr_read_lusage()
2192 pup->pr_msnd = p->p_ru.msgsnd; in pr_read_usage_32()
2302 pup->pr_msnd = p->p_ru.msgsnd; in pr_read_lusage_32()
H A Dprsubr.c2919 pup->pr_msnd = lwp->lwp_ru.msgsnd; in prgetusage()
3081 pup->pr_msnd += lwp->lwp_ru.msgsnd; in praddusage()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc85 file path=usr/share/man/man2/msgsnd.2
/titanic_44/usr/src/lib/libbsm/
H A Daudit_event.txt159 90:AUE_MSGSND:msgsnd(2):ip
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1166 syscall=msgsnd
1167 # ipc, ipc_perm: msgsnd -> ipc_lookup -> audit_ipc

12