Home
last modified time | relevance | path

Searched refs:DR_CPU_STAT_UNCONFIGURED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4v/io/
H A Ddr_cpu.c574 DR_CPU_STAT_UNCONFIGURED : DR_CPU_STAT_CONFIGURED; in dr_cpu_res_array_init()
1032 stat[idx].status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_list_status()
1067 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_configure()
1082 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_configure()
1104 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_configure()
1215 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_unconfigure()
1230 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_unconfigure()
1235 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_unconfigure()
1273 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_status()
/titanic_50/usr/src/uts/sun4v/sys/
H A Ddr_cpu.h86 #define DR_CPU_STAT_UNCONFIGURED 0x1 /* CPU unconfigured */ macro