Lines Matching refs:semarg
106 union semun semarg; variable
315 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 */
574 semarg);
589 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
591 semctl(sem_count, pslot, GETVAL, semarg);
592 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
593 semctl(sem_count, pslot, SETVAL, semarg);
594 semarg.val = 1; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
595 semctl(sem_lock, pslot, SETVAL, semarg);
687 semarg.val = 1; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
688 rc = semctl(sem_lock, i, SETVAL, semarg);
699 semarg.val = BVAL; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
700 rc = semctl(sem_count, i, SETVAL, semarg);