Home
last modified time | relevance | path

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

/titanic_44/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. */
/titanic_44/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()
/titanic_44/usr/src/uts/common/sys/
H A Dcpupart.h55 #define CP_ALL 0 /* return all cpu partitions */ macro
/titanic_44/usr/src/uts/common/disp/
H A Dcpupart.c1169 ASSERT(flag == CP_ALL || flag == CP_NONEMPTY); in cpupart_list()
1174 if (((flag == CP_ALL) && (cp != &cp_default)) || in cpupart_list()
1186 if (flag == CP_ALL) in cpupart_list()
/titanic_44/usr/src/uts/common/syscall/
H A Dpset.c772 real_npsets = cpupart_list(0, NULL, CP_ALL); in pset_list()
776 (void) cpupart_list(psets, real_npsets, CP_ALL); in pset_list()