Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dext_paniclog.h57 #define EXTPANICLOG_ENTITLEMENT "com.apple.private.allow-ext_paniclog" macro
/xnu-10002.81.5/bsd/kern/
H A Dkern_xxx.c182 if (!IOCurrentTaskHasEntitlement(EXTPANICLOG_ENTITLEMENT)) { in sys_panic_with_data()
/xnu-10002.81.5/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp156 if (!IOCurrentTaskHasEntitlement(EXTPANICLOG_ENTITLEMENT)) { in Create_Impl()