Home
last modified time | relevance | path

Searched refs:CS_PLATFORM_PATH (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dcs_blobs.h69 #define CS_PLATFORM_PATH 0x08000000 /* platform binary by the fact of path (osx only) */ macro
/xnu-11215.81.4/bsd/kern/
H A Dkern_proc.c3320 retflags |= CS_PLATFORM_PATH; in csops_internal()
3668 proc_csflags_clear(pt, CS_PLATFORM_BINARY | CS_PLATFORM_PATH); in csops_internal()
H A Dubc_subr.c4860 tmp_blob.csb_platform_path = !!(tmp_blob.csb_flags & CS_PLATFORM_PATH); in ubc_cs_blob_add()