Home
last modified time | relevance | path

Searched refs:hwid (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/x86/x86/
H A Dmp_x86.c704 if (node->hwid != boot_cpu_id) in assign_cpu_ids()
705 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids()
708 node->hwid); in assign_cpu_ids()
712 cpu_info[node->hwid].cpu_hyperthread) in assign_cpu_ids()
713 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids()
716 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids()
718 if (cpu_info[node->hwid].cpu_disabled) { in assign_cpu_ids()
723 if (cpu_info[node->hwid].cpu_hyperthread) in assign_cpu_ids()
726 cpu_apic_ids[mp_ncpus] = node->hwid; in assign_cpu_ids()
727 apic_cpuids[node->hwid] = mp_ncpus; in assign_cpu_ids()
[all …]
/freebsd/sys/sys/
H A Dsmp.h58 hwid_t hwid; member
116 struct topo_node * topo_add_node_by_hwid(struct topo_node *parent, int hwid,
118 struct topo_node * topo_find_node_by_hwid(struct topo_node *parent, int hwid,
H A Dmouse.h86 int hwid; /* I/F dependent hardware ID member
/freebsd/sys/kern/
H A Dsubr_smp.c1120 topo_add_node_by_hwid(struct topo_node *parent, int hwid, in topo_add_node_by_hwid() argument
1127 if (node->hwid == hwid in topo_add_node_by_hwid()
1136 node->hwid = hwid; in topo_add_node_by_hwid()
1149 topo_find_node_by_hwid(struct topo_node *parent, int hwid, in topo_find_node_by_hwid() argument
1156 if (node->hwid == hwid in topo_find_node_by_hwid()
/freebsd/sys/dev/adb/
H A Dadb_mouse.c163 sc->hw.model = sc->hw.hwid = 0; in adb_mouse_attach()
194 memcpy(&sc->hw.hwid,r1,4); in adb_mouse_attach()
230 if (sc->hw.hwid == 0x4b4f4954) { in adb_mouse_attach()
/freebsd/usr.sbin/mlxcontrol/
H A Dcommand.c272 int hwid; member
307 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) { in controller_print()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c542 int hwid; member
1568 sc->hw.hwid);
1571 switch (sc->hw.hwid) {
2628 ((old_mousehw_t *)addr)->hwid = sc->hw.hwid & 0x00ff;
2895 sc->hw.hwid &= ~0x00ff;
5504 sc->hw.hwid &= 0x00ff;
5545 sc->hw.hwid = id;
5590 sc->hw.hwid = id;
5622 sc->hw.hwid = id;
5661 sc->hw.hwid = id;
[all …]
/freebsd/sys/dev/syscons/
H A Dsysmouse.c144 hw->hwid = 0; in smdev_ioctl()
/freebsd/sys/dev/vt/
H A Dvt_sysmouse.c378 hw->hwid = 0; in sysmouse_ioctl()
/freebsd/lib/libomp/
H A Domp-tools.h585 ompt_hwid_t hwid; member
/freebsd/sys/dev/mlx/
H A Dmlx.c2912 int hwid; member
2936 if ((sc->mlx_enq2->me_hardware_id & 0xff) == mlx_controller_names[i].hwid) { in mlx_describe_controller()
/freebsd/sys/dev/usb/input/
H A Dums.c799 sc->sc_hw.hwid = 0; in ums_reset()
H A Datp.c2274 sc->sc_hw.hwid = 0; in atp_attach()
/freebsd/sys/dev/cyapa/
H A Dcyapa.c559 sc->hw.hwid = addr; in cyapa_attach()
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var585 ompt_hwid_t hwid;