Home
last modified time | relevance | path

Searched refs:CAP_SEM_WAIT (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/sys/
HDcapsicum.h232 #define CAP_SEM_WAIT CAPRIGHT(1, 0x0000000000000010ULL) macro
/freebsd-14-stable/usr.bin/procstat/
HDprocstat_files.c206 { CAP_SEM_WAIT, "sw" },
/freebsd-14-stable/tools/regression/security/cap_test/
HDcap_test_capabilities.c545 TRY(CAP_SEM_WAIT); in test_capabilities()
/freebsd-14-stable/sys/kern/
HDuipc_sem.c818 error = ksem_get(td, id, cap_rights_init_one(&rights, CAP_SEM_WAIT), in kern_sem_wait()
/freebsd-14-stable/contrib/capsicum-test/
HDcapability-fd.cc93 RIGHTS_INFO(CAP_SEM_WAIT),