Home
last modified time | relevance | path

Searched refs:CAP_TRACING (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/sys/sys/
HDcapsicum.h425 #define CAP_TRACING(td) KTRPOINT((td), KTR_CAPFAIL) macro
427 #define CAP_TRACING(td) 0
/freebsd-14-stable/sys/arm/arm/
HDsys_machdep.c189 if (CAP_TRACING(td)) in sysarch()
/freebsd-14-stable/sys/kern/
HDsys_capability.c162 if (CAP_TRACING(curthread)) in _cap_check()
184 if (CAP_TRACING(curthread)) in cap_check_failed_notcapable()
HDsubr_syscall.c124 if (CAP_TRACING(td)) in syscallenter()
HDuipc_syscalls.c205 if (CAP_TRACING(td)) in kern_bindat()
495 if (CAP_TRACING(td)) in kern_connectat()
684 if (CAP_TRACING(td)) in sendit()
HDkern_cpuset.c1791 if (IN_CAPABILITY_MODE(td) || CAP_TRACING(td)) { in cpuset_check_capabilities()
1794 if (CAP_TRACING(td)) in cpuset_check_capabilities()
HDkern_procctl.c548 if (CAP_TRACING(td)) in reap_kill()
HDvfs_lookup.c341 if (CAP_TRACING(td)) { in namei_setup()
HDkern_exec.c454 if (CAP_TRACING(td)) in do_execve()
HDkern_sig.c1926 if (CAP_TRACING(td)) in kern_kill()
2727 if (CAP_TRACING(td)) in ptrace_syscallreq()
HDuipc_shm.c1225 if (CAP_TRACING(td)) in kern_shm_open2()
HDuipc_socket.c932 if (CAP_TRACING(td)) in socreate()
HDkern_descrip.c877 if (CAP_TRACING(td)) in kern_fcntl()
HDvfs_cache.c4429 if (IN_CAPABILITY_MODE(td) || CAP_TRACING(td)) { in cache_can_fplookup()
/freebsd-14-stable/sys/amd64/amd64/
HDsys_machdep.c215 if (CAP_TRACING(td)) in sysarch()
/freebsd-14-stable/sys/i386/i386/
HDsys_machdep.c170 if (CAP_TRACING(td)) in sysarch()