Lines Matching refs:semarg
107 union semun semarg; variable
316 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */ in rm_semseg()
317 if (semctl(sem_lock, 0, IPC_RMID, semarg.val) && errno != EINVAL) { in rm_semseg()
322 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */ in rm_semseg()
323 if (semctl(sem_count, 0, IPC_RMID, semarg.val) && errno != EINVAL) { in rm_semseg()
566 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
569 GETVAL, semarg);
570 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
572 semarg);
573 semarg.val = 1; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
575 semarg);
590 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
592 semctl(sem_count, pslot, GETVAL, semarg);
593 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
594 semctl(sem_count, pslot, SETVAL, semarg);
595 semarg.val = 1; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
596 semctl(sem_lock, pslot, SETVAL, semarg);
688 semarg.val = 1; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
689 rc = semctl(sem_lock, i, SETVAL, semarg);
700 semarg.val = BVAL; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
701 rc = semctl(sem_count, i, SETVAL, semarg);