Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_cpu.c578 DR_CPU_STAT_UNCONFIGURED : DR_CPU_STAT_CONFIGURED; in dr_cpu_res_array_init()
1036 stat[idx].status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_list_status()
1071 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_configure()
1086 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_configure()
1108 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_configure()
1219 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_unconfigure()
1234 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_unconfigure()
1239 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_unconfigure()
1277 *status = DR_CPU_STAT_UNCONFIGURED; in dr_cpu_status()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_cpu.h86 #define DR_CPU_STAT_UNCONFIGURED 0x1 /* CPU unconfigured */ macro