Home
last modified time | relevance | path

Searched refs:proc_id (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c62 uint32_t proc_id; member
69 uint32_t proc_id; member
201 acpidev_cpu_map[*cntp].proc_id = mpa->ProcessorId; in acpidev_cpu_parse_MADT()
216 acpidev_cpu_map[*cntp].proc_id = mpx2a->Uid; in acpidev_cpu_parse_MADT()
235 if (acpidev_cpu_map[i].proc_id == procid) { in acpidev_cpu_get_apicid()
260 rp->proc_id = mpa->ProcessorId; in acpidev_cpu_query_MAT()
277 rp->proc_id = mpx2a->Uid; in acpidev_cpu_query_MAT()
339 *idp = mat.proc_id; in acpidev_cpu_get_procid()
590 infop->awi_scratchpad[0] = mat.proc_id; in acpidev_cpu_filter_func()
H A Dacpidev_dr.c2445 arg.arg.apic.proc_id = procid; in acpidev_dr_allocate_cpuid()
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c597 find_matching_apic(smbios_hdl_t *shp, uint16_t proc_id, uint_t strand_apicid) in find_matching_apic() argument
618 if (ep.smbpe_processor == proc_id) { in find_matching_apic()
989 uint16_t proc_id; in fm_smb_chipinst() local
1012 proc_id = pstypes->ids[n]->id; in fm_smb_chipinst()
1013 if (find_matching_apic(shp, proc_id, strand_apicid)) { in fm_smb_chipinst()
1082 uint16_t ext_id, proc_id; in fm_smb_mc_chipinst() local
1126 proc_id = pstypes->ids[j]->id; in fm_smb_mc_chipinst()
1127 if (proc_id == em.smbmae_comp) { in fm_smb_mc_chipinst()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c112 UINT32 proc_id; member
2073 item->proc_id = acpi_id; in acpica_add_processor_to_map()
2086 } else if (cpu_map[i]->proc_id == acpi_id) { in acpica_add_processor_to_map()
2113 item->proc_id = acpi_id; in acpica_add_processor_to_map()
2134 if (cpu_map[i]->proc_id != acpi_id) { in acpica_remove_processor_from_map()
2174 } else if (cpu_map[i]->proc_id == acpi_id) { in acpica_map_cpu()
2194 item->proc_id = acpi_id; in acpica_map_cpu()
2273 if (cpu_map[i]->proc_id == procid && cpu_map[i]->obj != NULL) { in acpica_get_cpu_object_by_procid()
2374 *rp = cpu_map[i]->proc_id; in acpica_get_procid_by_object()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dfcall.h521 uint32_t proc_id; member
553 uint32_t proc_id; member
H A Dpack.c775 l9p_pu32(msg, &fcall->tlock.proc_id); in l9p_pufcall()
791 l9p_pu32(msg, &fcall->getlock.proc_id); in l9p_pufcall()
H A Dutils.c1296 fcall->tlock.proc_id, fcall->tlock.client_id); in l9p_describe_fcall()
1314 fcall->getlock.proc_id, fcall->getlock.client_id); in l9p_describe_fcall()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h68 uint32_t proc_id; member
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c89 static int proc_id(char *, int);
196 if (proc_id(optarg, opt)) in process_options()
522 proc_id(char *optstr, int opt) in proc_id() function
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c921 procid = ap->arg.apic.proc_id; in apic_cpu_add()
932 procid = ap->arg.apic.proc_id; in apic_cpu_add()