Home
last modified time | relevance | path

Searched refs:SYS_msgsys (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libc/port/sys/
H A Dmsgsys.c50 return (syscall(SYS_msgsys, MSGGET, key, msgflg)); in msgget()
61 return (syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf)); in msgctl()
72 return (syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf)); in msgctl64()
87 error = __systemcall(&rval, SYS_msgsys, MSGRCV, msqid, in __msgrcv()
93 return ((ssize_t)syscall(SYS_msgsys, MSGRCV, msqid, in __msgrcv()
104 error = __systemcall(&rval, SYS_msgsys, MSGSND, msqid, in __msgsnd()
110 return (syscall(SYS_msgsys, MSGSND, msqid, msgp, msgsz, msgflg)); in __msgsnd()
116 return (syscall(SYS_msgsys, MSGIDS, buf, nids, pnids)); in msgids()
122 return (syscall(SYS_msgsys, MSGSNAP, msqid, buf, bufsz, msgtyp)); in msgsnap()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dmsgsys.c48 return (_syscall(SYS_msgsys, MSGGET, key, msgflg)); in msgget()
54 return (_syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf)); in msgctl()
60 return (_syscall(SYS_msgsys, MSGRCV, in msgrcv()
67 return (_syscall(SYS_msgsys, MSGSND, in msgsnd()
H A Dsyscall.c79 SYS_mount, -1/*ustat*/, SYS_semsys, SYS_msgsys,
/titanic_50/usr/src/cmd/truss/
H A Dsystable.c942 { "msgget", SYS_msgsys },
943 { "msgctl", SYS_msgsys },
944 { "msgctl64", SYS_msgsys },
945 { "msgrcv", SYS_msgsys },
946 { "msgsnd", SYS_msgsys },
947 { "msgids", SYS_msgsys },
948 { "msgsnap", SYS_msgsys },
949 { "msgop", SYS_msgsys },
1155 case SYS_msgsys: /* msgsys() */ in subsys()
1470 case SYS_msgsys: /* msgsys() */ in getsubcode()
[all …]
H A Dexpound.c5254 case SYS_msgsys: in expound()
/titanic_50/usr/src/uts/common/sys/
H A Dsyscall.h106 #define SYS_msgsys 49 macro