Home
last modified time | relevance | path

Searched refs:SETALL (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/gen/
H A Dsemctl.c57 || cmd == SETVAL || cmd == SETALL) { in semctl()
78 || cmd == SETVAL || cmd == SETALL) { in freebsd7_semctl()
/freebsd/sys/sys/
H A Dsem.h98 #define SETALL 9 /* Set semvals from arg.array {ALTER} */ macro
/freebsd/sys/kern/
H A Dsysv_sem.c645 case SETALL: in sys___semctl()
664 case SETALL: in sys___semctl()
911 case SETALL: in kern_semctl()
1833 case SETALL: in freebsd7___semctl()
1857 case SETALL: in freebsd7___semctl()
1930 case SETALL: in freebsd7_freebsd32___semctl()
1954 case SETALL: in freebsd7_freebsd32___semctl()
2002 case SETALL: in freebsd32___semctl()
2026 case SETALL: in freebsd32___semctl()
/freebsd/contrib/sendmail/libsm/
H A Dsem.c67 if (semctl(semid, 0, SETALL, semarg) < 0)
/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c292 case SETALL: in audit_semctl_to_event()
/freebsd/tests/sys/audit/
H A Dinter-process.c1169 ATF_REQUIRE_EQ(0, semctl(semid, 0, SETALL, semarg)); in ATF_TC_BODY()
1196 ATF_REQUIRE_EQ(-1, semctl(-1, 0, SETALL, semarg)); in ATF_TC_BODY()
/freebsd/lib/libsysdecode/
H A Dflags.c105 X(GETNCNT) X(GETPID) X(GETVAL) X(GETALL) X(GETZCNT) X(SETVAL) X(SETALL)
/freebsd/sys/compat/linux/
H A Dlinux_ipc.c632 cmd = SETALL; in linux_semctl()
/freebsd/contrib/openbsm/etc/
H A Daudit_event129 108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c2277 case SETALL: in mls_sysvsem_check_semctl()
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c2647 case SETALL: in biba_sysvsem_check_semctl()