Searched refs:procid (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_cpu.c | 230 acpidev_cpu_get_apicid(uint32_t procid, uint32_t *apicidp) in acpidev_cpu_get_apicid() argument 235 if (acpidev_cpu_map[i].proc_id == procid) { in acpidev_cpu_get_apicid() 555 uint32_t procid; in acpidev_cpu_filter_func() local 558 if (acpidev_cpu_get_procid(infop, &procid) != 0) { in acpidev_cpu_filter_func() 563 } else if (acpidev_cpu_get_apicid(procid, &apicid) != 0) { in acpidev_cpu_filter_func() 570 infop->awi_scratchpad[0] = procid; in acpidev_cpu_filter_func() 727 uint32_t procid; in acpidev_cpu_fini() local 729 rc = acpica_get_procid_by_object(hdl, &procid); in acpidev_cpu_fini() 732 rc = acpica_remove_processor_from_map(procid); in acpidev_cpu_fini()
|
H A D | acpidev_dr.c | 2373 uint32_t procid, apicid; in acpidev_dr_allocate_cpuid() local 2414 procid = (uint32_t)ddi_prop_get_int(DDI_DEV_T_ANY, dip, in acpidev_dr_allocate_cpuid() 2416 if (procid == UINT32_MAX || apicid == UINT32_MAX || apicid == 255) { in acpidev_dr_allocate_cpuid() 2419 (void *)dip, procid, apicid); in acpidev_dr_allocate_cpuid() 2443 arg.arg.apic.proc_id = procid; in acpidev_dr_allocate_cpuid()
|
/titanic_41/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_common.c | 851 uint32_t localid, procid; in apic_cpu_add() local 867 procid = ap->arg.apic.proc_id; in apic_cpu_add() 868 if (localid >= 255 || procid > 255) { in apic_cpu_add() 871 localid, procid); in apic_cpu_add() 878 procid = ap->arg.apic.proc_id; in apic_cpu_add() 912 } else if (apic_cpus[i].aci_processor_id == procid) { in apic_cpu_add() 917 (int)procid); in apic_cpu_add() 944 apic_cpus[i].aci_processor_id == procid) { in apic_cpu_add() 976 procid); in apic_cpu_add() 978 } else if (ACPI_FAILURE(acpica_map_cpu(cpuid, procid))) { in apic_cpu_add() [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu_mdesc.h | 92 extern md_proc_t *cpu_find_proc(md_info_t *chip, uint32_t procid);
|
H A D | cpu_mdesc.c | 47 cpu_find_proc(md_info_t *chip, uint32_t procid) { in cpu_find_proc() argument 53 if (procp->serialno != 0 && procid == procp->id) { in cpu_find_proc()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucico.c | 955 pid_t procid; /* ID of Nostranger process. */ in checkrmt() local 976 procid = fork(); in checkrmt() 977 if ( procid == 0 ) { in checkrmt() 999 } else if (procid < 0) { in checkrmt() 1003 while ((waitrv = wait(&status)) != procid) in checkrmt()
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 2198 acpica_get_cpu_object_by_procid(UINT32 procid, ACPI_HANDLE *hdlp) in acpica_get_cpu_object_by_procid() argument 2205 if (cpu_map[i]->proc_id == procid && cpu_map[i]->obj != NULL) { in acpica_get_cpu_object_by_procid()
|