Home
last modified time | relevance | path

Searched refs:msgsnap (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libc/port/sys/
H A Dmsgsys.c35 #pragma weak _msgsnap = msgsnap
120 msgsnap(int msqid, void *buf, size_t bufsz, long msgtyp) in msgsnap() function
/titanic_44/usr/src/uts/common/sys/
H A Dmsg.h132 int msgsnap(int, void *, size_t, long);
/titanic_44/usr/src/man/man2/
H A DMakefile89 msgsnap.2 \
/titanic_44/usr/src/uts/common/os/
H A Dmsg.c968 msgsnap(int msqid, caddr_t buf, size_t bufsz, long msgtyp) in msgsnap() function
1468 error = msgsnap((int)a1, (caddr_t)a2, (size_t)a3, (long)a4); in msgsys()
1575 error = msgsnap((int)a1, (caddr_t)(uintptr_t)a2, (size_t)a3, in msgsys32()
/titanic_44/usr/src/cmd/ipcs/
H A Dipcs.c478 if (msgsnap(msqid, buf, bufsize, mtype) != 0) { in dumpmsgq()
/titanic_44/usr/src/lib/c_synonyms/
H A Dsyn_common492 msgsnap
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc84 file path=usr/share/man/man2/msgsnap.2
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers1163 msgsnap;