Searched refs:hwid (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 698 if ((node->hwid & smt_mask) != (boot_cpu_id & smt_mask)) in assign_cpu_ids() 699 cpu_info[node->hwid].cpu_hyperthread = 1; in assign_cpu_ids() 701 if (resource_disabled("lapic", node->hwid)) { in assign_cpu_ids() 702 if (node->hwid != boot_cpu_id) in assign_cpu_ids() 703 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids() 706 node->hwid); in assign_cpu_ids() 710 cpu_info[node->hwid].cpu_hyperthread) in assign_cpu_ids() 711 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids() 714 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids() 716 if (cpu_info[node->hwid].cpu_disabled) { in assign_cpu_ids() [all …]
|
/freebsd/sys/sys/ |
H A D | smp.h | 58 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 D | mouse.h | 86 int hwid; /* I/F dependent hardware ID member
|
/freebsd/sys/kern/ |
H A D | subr_smp.c | 1120 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 D | adb_mouse.c | 163 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 D | command.c | 272 int hwid; member 307 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) { in controller_print()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 542 int hwid; member 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 & 0x00ff; 2895 sc->hw.hwid &= ~0x00ff; [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | sysmouse.c | 144 hw->hwid = 0; in smdev_ioctl()
|
/freebsd/sys/dev/vt/ |
H A D | vt_sysmouse.c | 378 hw->hwid = 0; in sysmouse_ioctl()
|
/freebsd/lib/libomp/ |
H A D | omp-tools.h | 591 ompt_hwid_t hwid; member
|
/freebsd/sys/dev/mlx/ |
H A D | mlx.c | 2905 int hwid; member 2929 if ((sc->mlx_enq2->me_hardware_id & 0xff) == mlx_controller_names[i].hwid) { in mlx_describe_controller()
|
/freebsd/sys/dev/usb/input/ |
H A D | ums.c | 800 sc->sc_hw.hwid = 0; in ums_reset()
|
H A D | atp.c | 2274 sc->sc_hw.hwid = 0; in atp_attach()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 591 ompt_hwid_t hwid;
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 559 sc->hw.hwid = addr; in cyapa_attach()
|