Searched refs:SEMUN_CAST (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 21 #define SEMUN_CAST (union semun) macro 248 {&sem_id, 0, IPC_STAT, func_stat, SEMUN_CAST & buf, NULL}, 249 {&sem_id, 0, IPC_SET, func_set, SEMUN_CAST & buf, set_setup}, 250 {&sem_id, 0, GETALL, func_gall, SEMUN_CAST array, NULL}, 251 {&sem_id, 4, GETNCNT, func_cnt, SEMUN_CAST & buf, cnt_setup}, 252 {&sem_id, 2, GETPID, func_pid, SEMUN_CAST & buf, pid_setup}, 253 {&sem_id, 2, GETVAL, func_gval, SEMUN_CAST & buf, NULL}, 254 {&sem_id, 4, GETZCNT, func_cnt, SEMUN_CAST & buf, cnt_setup}, 255 {&sem_id, 0, SETALL, func_sall, SEMUN_CAST array, sall_setup}, 256 {&sem_id, 4, SETVAL, func_sval, SEMUN_CAST INCVA [all...] |
Completed in 1 milliseconds