Home
last modified time | relevance | path

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

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