Searched refs:hwid (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/x86/x86/
H A Dmp_x86.c700 if ((node->hwid & smt_mask) != (boot_cpu_id & smt_mask))
701 cpu_info[node->hwid].cpu_hyperthread = 1;
703 if (resource_disabled("lapic", node->hwid)) {
704 if (node->hwid != boot_cpu_id)
705 cpu_info[node->hwid].cpu_disabled = 1;
708 node->hwid);
712 cpu_info[node->hwid].cpu_hyperthread)
713 cpu_info[node->hwid].cpu_disabled = 1;
716 cpu_info[node->hwid].cpu_disabled = 1;
718 if (cpu_info[node->hwid]
[all...]
/freebsd-current/sys/sys/
H A Dsmp.h58 hwid_t hwid; member in struct:topo_node
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 in struct:mousehw
/freebsd-current/sys/kern/
H A Dsubr_smp.c1120 topo_add_node_by_hwid(struct topo_node *parent, int hwid, argument
1127 if (node->hwid == hwid
1136 node->hwid = hwid;
1149 topo_find_node_by_hwid(struct topo_node *parent, int hwid, argument
1156 if (node->hwid == hwid
/freebsd-current/sys/dev/adb/
H A Dadb_mouse.c163 sc->hw.model = sc->hw.hwid = 0;
194 memcpy(&sc->hw.hwid,r1,4);
230 if (sc->hw.hwid == 0x4b4f4954) {
/freebsd-current/usr.sbin/mlxcontrol/
H A Dcommand.c272 int hwid; member in struct:__anon6674
307 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
/freebsd-current/sys/dev/syscons/
H A Dsysmouse.c144 hw->hwid = 0;
/freebsd-current/sys/dev/atkbdc/
H A Dpsm.c542 int hwid; member in struct:old_mousehw
1562 sc->hw.hwid = get_aux_id(sc->kbdc);
1563 if (!is_a_mouse(sc->hw.hwid)) {
1568 sc->hw.hwid);
1571 switch (sc->hw.hwid) {
2021 model_name(sc->hw.model), sc->hw.hwid & 0x00ff);
2024 model_name(sc->hw.model), sc->hw.hwid & 0x00ff,
2025 sc->hw.hwid >> 8, sc->hw.buttons);
2628 ((old_mousehw_t *)addr)->hwid = sc->hw.hwid
[all...]
/freebsd-current/sys/dev/vt/
H A Dvt_sysmouse.c378 hw->hwid = 0;
/freebsd-current/lib/libomp/
H A Domp-tools.h585 ompt_hwid_t hwid; member in struct:ompt_record_abstract_t
/freebsd-current/sys/dev/mlx/
H A Dmlx.c2912 int hwid; member in struct:__anon3055
2936 if ((sc->mlx_enq2->me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
/freebsd-current/sys/dev/usb/input/
H A Dums.c799 sc->sc_hw.hwid = 0;
H A Datp.c2274 sc->sc_hw.hwid = 0;
/freebsd-current/sys/dev/cyapa/
H A Dcyapa.c559 sc->hw.hwid = addr;

Completed in 311 milliseconds