Home
last modified time | relevance | path

Searched refs:DEBUG_ALL (Results 1 – 6 of 6) sorted by relevance

/linux/security/apparmor/
H A Dlib.c38 { "all", DEBUG_ALL },
39 { "Y", DEBUG_ALL },
40 { "y", DEBUG_ALL },
41 { "1", DEBUG_ALL },
/linux/drivers/net/wireless/ti/wlcore/
H A Ddebug.h43 DEBUG_ALL = ~0, enumerator
/linux/security/apparmor/include/
H A Dlib.h34 #define DEBUG_ALL 0x1f /* update if new DEBUG_X added */ macro
/linux/drivers/net/wireless/ti/wl1251/
H A Dwl1251.h36 DEBUG_ALL = ~0, enumerator
/linux/arch/powerpc/sysdev/xive/
H A Dcommon.c37 #undef DEBUG_ALL
39 #ifdef DEBUG_ALL
/linux/drivers/scsi/arm/
H A Dacornscsi.c39 #define DEBUG_ALL (DEBUG_RESET|DEBUG_MESSAGES|DEBUG_LINK|DEBUG_WRITE|\ macro