Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/atm/
H A Datm_types.h66 #define ATM_TRACE_DISABLE (0x0100) /* OS_TRACE_MODE_DISABLE - Do not initialize the n… macro
/xnu-12377.81.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c135 if (!(logging_config & ATM_TRACE_DISABLE)) { in devfs_init()
/xnu-12377.81.4/libkern/os/
H A Dlog.c306 oslog_disabled = atm_get_diagnostic_config() & ATM_TRACE_DISABLE; in oslog_init()