Searched defs:procid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c47 cpu_find_proc(md_info_t *chip, uint32_t procid) { argument
53 if (procp->serialno != 0 && procid == procp->id) {
131 * Assign procid based on the order found during reading
/illumos-gate/usr/src/cmd/bnu/
H A Duucico.c955 pid_t procid; /* ID of Nostranger process. */ local
976 procid = fork();
977 if ( procid == 0 ) {
999 } else if (procid < 0) {
1003 while ((waitrv = wait(&status)) != procid)
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c230 acpidev_cpu_get_apicid(uint32_t procid, uint32_t *apicidp) argument
235 if (acpidev_cpu_map[i].proc_id == procid) {
555 uint32_t procid; local
558 if (acpidev_cpu_get_procid(infop, &procid) != 0) {
563 } else if (acpidev_cpu_get_apicid(procid, &apicid) != 0) {
570 infop->awi_scratchpad[0] = procid;
727 uint32_t procid; local
729 rc = acpica_get_procid_by_object(hdl, &procid);
732 rc = acpica_remove_processor_from_map(procid);
H A Dacpidev_dr.c2373 uint32_t procid, apicid; local
2414 procid = (uint32_t)ddi_prop_get_int(DDI_DEV_T_ANY, dip,
2416 if (procid == UINT32_MAX || apicid == UINT32_MAX || apicid == 255) {
2418 "procid(0x%x) or apicid(0x%x) is invalid.",
2419 (void *)dip, procid, apicid);
2443 arg.arg.apic.proc_id = procid;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c852 uint32_t localid, procid; local
868 procid = ap->arg.apic.proc_id;
869 if (localid >= 255 || procid > 255) {
871 "!apic: apicid(%u) or procid(%u) is invalid.",
872 localid, procid);
879 procid = ap->arg.apic.proc_id;
913 } else if (apic_cpus[i].aci_processor_id == procid) {
918 (int)procid);
945 apic_cpus[i].aci_processor_id == procid) {
977 procid);
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c2191 acpica_get_cpu_object_by_procid(UINT32 procid, ACPI_HANDLE *hdlp) argument
2198 if (cpu_map[i]->proc_id == procid && cpu_map[i]->obj != NULL) {

Completed in 82 milliseconds