Home
last modified time | relevance | path

Searched refs:cs_type (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c343 uint32_t cs_type = cstate->cs_type; in acpi_cpu_cstate() local
508 if (cpu_idle_enter((uint_t)cs_type, 0, in acpi_cpu_cstate()
521 if (cpu_idle_enter((uint_t)cs_type, 0, in acpi_cpu_cstate()
578 uint16_t cs_type; in cpu_acpi_idle() local
600 cs_type = cstates[cs_indx].cs_type; in cpu_acpi_idle()
602 switch (cs_type) { in cpu_acpi_idle()
694 (void) snprintf(name, KSTAT_STRLEN - 1, "c%d", cstate->cs_type); in cpu_idle_init()
H A Dcpu_acpi.c672 ":C%d, type: %d\n", cstate->cs_type, addrspaceid); in cpu_acpi_verify_cstate()
757 cstate->cs_type = element->Integer.Value; in cpu_acpi_cache_cst()
771 } else if (p->cs_type == cstate->cs_type) { in cpu_acpi_cache_cst()
800 if (cstate[0].cs_type != CPU_ACPI_C1) { in cpu_acpi_cache_cst()
802 "C1: %d for CPU %d", (int)cstate->cs_type, handle->cs_id); in cpu_acpi_cache_cst()
H A Dcpupm_mach.c999 ASSERT(cstates[0].cs_type == CPU_ACPI_C1); in cpupm_next_cstate()
1032 switch (cstates[i].cs_type) { in cpupm_next_cstate()
/illumos-gate/usr/src/uts/intel/io/coretemp/
H A Dcoretemp.c73 coretemp_sensor_type_t cs_type; member
288 switch (sensor->cs_type) { in coretemp_read()
358 sensor->cs_type = type; in coretemp_create_sensor()
365 switch (sensor->cs_type) { in coretemp_create_sensor()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c1438 "%s : %x - \"", name, cspec->cs_type); in print_charspec()
1628 print_dstring(fout, "vsid :", pvd->pvd_desc_cs.cs_type, in print_pvd()
1674 print_dstring(fout, "lvi : ", iuvd->iuvd_cset.cs_type, in print_iuvd()
1676 print_dstring(fout, "ifo1 : ", iuvd->iuvd_cset.cs_type, in print_iuvd()
1678 print_dstring(fout, "ifo2 : ", iuvd->iuvd_cset.cs_type, in print_iuvd()
1680 print_dstring(fout, "ifo3 : ", iuvd->iuvd_cset.cs_type, in print_iuvd()
1717 print_dstring(fout, "lvid : ", lvd->lvd_desc_cs.cs_type, in print_lvd()
1815 print_dstring(fout, "lvi : ", fsd->fsd_lvidcs.cs_type, in print_fsd()
1818 print_dstring(fout, "fsi : ", fsd->fsd_lvidcs.cs_type, in print_fsd()
1820 print_dstring(fout, "cfi : ", fsd->fsd_lvidcs.cs_type, in print_fsd()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.h55 const char *cs_type; member
H A Dcheck-common.c221 id = ctftest_lookup_type(fp, tests[i].cs_type); in ctftest_check_symbol_cb()
224 tests[i].cs_type, tests[i].cs_symbol); in ctftest_check_symbol_cb()
232 tests[i].cs_symbol, type, tests[i].cs_type, id); in ctftest_check_symbol_cb()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpupm_mach.h87 uint32_t cs_type; /* current ACPI idle type */ member
H A Dcpu_acpi.h171 uint32_t cs_type; member
H A Dsbd_ioctl.h107 #define cs_type cs_cm.ci_type macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h103 #define cs_type cs_cm.ci_type macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h168 uint8_t cs_type; /* 00 Character Set Type */ member
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c529 cp->cs_type = type; in setcharspec()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c606 csp->cs_type = cp->sbc_cm.sbdev_type; in dr_fill_cpu_stat()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c654 csp->cs_type = cp->sbc_cm.sbdev_type; in dr_fill_cpu_stat()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c134 csp->cs_type = cp->sbc_cm.sbdev_type; in sbd_fill_cpu_stat()