Searched refs:semarg (Results 1 – 1 of 1) sorted by relevance
106 union semun semarg; variable315 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */ in rm_semseg()316 if (semctl(sem_lock, 0, IPC_RMID, semarg.val) && errno != EINVAL) { in rm_semseg()321 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */ in rm_semseg()322 if (semctl(sem_count, 0, IPC_RMID, semarg.val) && errno != EINVAL) { in rm_semseg()565 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */568 GETVAL, semarg);569 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */571 semarg);572 semarg.val = 1; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */[all …]