Home
last modified time | relevance | path

Searched refs:proc_require (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/sys/
H A Dproc_require.h41 void proc_require(proc_t proc, proc_require_flags_t flags);
H A DMakefile248 proc_require.h \
/xnu-11215/bsd/kern/
H A Dkern_codesigning.c954 proc_require(process, PROC_REQUIRE_ALLOW_ALL); in csm_resolve_os_entitlements_from_proc()
993 proc_require(process, PROC_REQUIRE_ALLOW_ALL); in address_space_debugged()
H A Dkern_proc.c593 proc_require(p, PROC_REQUIRE_ALLOW_ALL); in proc_ref_try_fast()
716 proc_require(p, PROC_REQUIRE_ALLOW_ALL); in proc_rele()
1067 proc_require(proc_t proc, proc_require_flags_t flags) in proc_require() function
1089 proc_require(p, PROC_REQUIRE_ALLOW_ALL); in proc_pid()
1099 proc_require(p, PROC_REQUIRE_ALLOW_ALL); in proc_ppid()
1109 proc_require(p, PROC_REQUIRE_ALLOW_ALL); in proc_original_ppid()
1148 proc_require(p, PROC_REQUIRE_ALLOW_ALL); in proc_csflags()
/xnu-11215/bsd/dev/dtrace/
H A Dfbt_blacklist.c236 CLOSURE(proc_require)
/xnu-11215/osfmk/kern/
H A Dbsd_kern.c94 proc_require(proc_from_task, PROC_REQUIRE_ALLOW_NULL | PROC_REQUIRE_ALLOW_ALL); in get_bsdtask_info()