Home
last modified time | relevance | path

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

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