Searched refs:MSGCTL (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | msgsys.c | 41 #define MSGCTL 1 macro 54 return (_syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf)); in msgctl() 91 case MSGCTL: in msgsys()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | msgsys.c | 61 return (syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf)); in msgctl() 72 return (syscall(SYS_msgsys, MSGCTL, msqid, cmd, buf)); in msgctl64()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | msg_impl.h | 45 #define MSGCTL 1 macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | msg.c | 1453 case MSGCTL: in msgsys() 1559 case MSGCTL: in msgsys32()
|