Home
last modified time | relevance | path

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

/xnu-12377.61.12/libkern/libkern/
H A Dsection_keywords.h48 #define __security_const_early const macro
60 #define __security_const_early macro
70 #ifndef __security_const_early
71 #define __security_const_early const macro
89 #define SECURITY_READ_ONLY_EARLY(_t) _t __security_const_early __attribute__((used))
/xnu-12377.61.12/osfmk/console/
H A Dserial_protos.h80 extern __security_const_early uint32_t nconsops;
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c313 __security_const_early static struct filterops file_filtops;
314 __security_const_early static struct filterops kqread_filtops;
315 __security_const_early static struct filterops proc_filtops;
316 __security_const_early static struct filterops timer_filtops;
317 __security_const_early static struct filterops user_filtops;
318 __security_const_early static struct filterops workloop_filtops;