Home
last modified time | relevance | path

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

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