Searched defs:drmach_cpu_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h154 } drmach_cpu_t; typedef in typeref:struct:drmach_cpu
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c168 } drmach_cpu_t; typedef in typeref:struct:drmach_cpu
1821 drmach_cpu_t *cp = NULL;
1833 cp = kmem_zalloc(sizeof (drmach_cpu_t), KM_SLEEP);
1871 drmach_cpu_t *self;
1918 drmach_cpu_t *cp;
1922 cp = (drmach_cpu_t *)id;
1950 drmach_cpu_t *cpu;
1954 cpu = (drmach_cpu_t *)id;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c246 } drmach_cpu_t; typedef in typeref:struct:drmach_cpu
432 static int drmach_cpu_read_scr(drmach_cpu_t *cp, uint64_t *scr);
3244 drmach_cpu_t *cp = d_id;
4377 cpuid = ((drmach_cpu_t *)id)->cpuid;
5190 drmach_cpu_read_scr(drmach_cpu_t *cp, uint64_t *scr)
5210 drmach_cpu_read_cpuid(drmach_cpu_t *cp, processorid_t *cpuid)
5240 drmach_cpu_t *cp = NULL;
5252 cp = kmem_zalloc(sizeof (drmach_cpu_t), KM_SLEEP);
5337 drmach_cpu_t *self;
5545 drmach_cpu_t *c
[all...]

Completed in 82 milliseconds