Home
last modified time | relevance | path

Searched refs:CP_ALL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Ddebug.h50 #define CP_ALL 0xffff0000 /* All code path */ macro
98 #define FATAL (CP_ALL | LV_FATAL)
99 #define WARN (CP_ALL | LV_WARN)
100 #define INFORM (CP_ALL | LV_INFORM)
101 #define VERBOSE (CP_ALL | LV_VERBOSE)
111 #define DBG_MSG_CP CP_ALL /* Where to output messages. */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h128 #define CP_ALL 0xffffff00 macro
249 #define FATAL (CP_ALL | LV_FATAL)
258 #define WARN (CP_ALL | LV_WARN)
260 #define INFORM (CP_ALL | LV_INFORM)
261 #define VERBOSE (CP_ALL | LV_VERBOSE)
389 #define DBG_MSG_CP CP_ALL /* Where to output messages. */
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.c52 (((pUM->devParams.debug_level & level & CP_ALL) != (level & CP_ALL)) || in DbgMessageFunc()
H A Dbnxe_cfg.c628 ((uint32_t)option > (CP_ALL | LV_MASK)) ? in BnxeCfgInit()
629 (CP_ALL | LV_MASK) : in BnxeCfgInit()
H A Dbnxe_main.c53 u32_t dbg_code_path = CP_ALL;
809 pUM->devParams.debug_level = (CP_ALL | LV_MASK); in BnxeAttach()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpupart.h56 #define CP_ALL 0 /* return all cpu partitions */ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c1168 ASSERT(flag == CP_ALL || flag == CP_NONEMPTY); in cpupart_list()
1173 if (((flag == CP_ALL) && (cp != &cp_default)) || in cpupart_list()
1185 if (flag == CP_ALL) in cpupart_list()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpset.c772 real_npsets = cpupart_list(NULL, 0, CP_ALL); in pset_list()
776 (void) cpupart_list(psets, real_npsets, CP_ALL); in pset_list()