Searched refs:IPC_STAT (Results 1 – 11 of 11) sorted by relevance
104 case IPC_STAT: in semun64_to_ksemun64()149 case IPC_STAT: /* arg.buf */ in __semctl64()188 case IPC_STAT: in __semctl64()251 case IPC_STAT: in semun_to_semun64()277 case IPC_STAT: /* arg.buf */ in __semctl()299 case IPC_STAT: in __semctl()333 case IPC_STAT: /* arg.buf */ in __semctl_mode16()367 case IPC_STAT: /* arg.buf */ in __old_semctl()
103 case IPC_STAT: in __shmctl64()140 case IPC_STAT: in __shmctl64()217 case IPC_STAT: in __shmctl()
101 case IPC_STAT: in __msgctl64()137 case IPC_STAT: in __msgctl64()216 case IPC_STAT: in __msgctl()
32 #define IPC_STAT 2 /* Get `ipc_perm' options. */ macro
32 #define IPC_STAT 2 /* get `ipc_perm' options */ macro
36 IPC_STAT, in first_common_invalid_cmd()
93 if (semctl (semid, 0, IPC_STAT, (union semun) { .buf = &seminfo }) == -1) in do_test()
91 if (shmctl (shmid, IPC_STAT, &shminfo) == -1) in do_test()
96 if (msgctl (msqid, IPC_STAT, &msginfo) == -1) in do_test()
24 constant IPC_STAT