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

/freebsd-11.0-release/sys/x86/x86/
H A Dmp_x86.c572 if ((node->hwid & smt_mask) != (boot_cpu_id & smt_mask))
573 cpu_info[node->hwid].cpu_hyperthread = 1;
575 if (resource_disabled("lapic", node->hwid)) {
576 if (node->hwid != boot_cpu_id)
577 cpu_info[node->hwid].cpu_disabled = 1;
580 node->hwid);
584 cpu_info[node->hwid].cpu_hyperthread)
585 cpu_info[node->hwid].cpu_disabled = 1;
588 cpu_info[node->hwid].cpu_disabled = 1;
590 if (cpu_info[node->hwid]
[all...]
/freebsd-11.0-release/sys/sys/
H A Dsmp.h58 hwid_t hwid; member in struct:topo_node
113 struct topo_node * topo_add_node_by_hwid(struct topo_node *parent, int hwid,
115 struct topo_node * topo_find_node_by_hwid(struct topo_node *parent, int hwid,
H A Dmouse.h88 int hwid; /* I/F dependent hardware ID member in struct:mousehw
/freebsd-11.0-release/sys/kern/
H A Dsubr_smp.c901 topo_add_node_by_hwid(struct topo_node *parent, int hwid, argument
908 if (node->hwid == hwid
917 node->hwid = hwid;
930 topo_find_node_by_hwid(struct topo_node *parent, int hwid, argument
937 if (node->hwid == hwid
/freebsd-11.0-release/sys/mips/rmi/
H A Dxlr_machdep.c534 int hwid = xlr_cpuid_to_hwtid[cpuid]; local
536 if (xlr_boot1_info.cpu_online_map & (1<<hwid)) {
541 atomic_store_rel_int(&xlr_ap_release[hwid], 1);
/freebsd-11.0-release/sys/dev/atkbdc/
H A Dpsm.c404 int hwid; member in struct:old_mousehw
1350 sc->hw.hwid = get_aux_id(sc->kbdc);
1351 if (!is_a_mouse(sc->hw.hwid)) {
1356 sc->hw.hwid);
1359 switch (sc->hw.hwid) {
1517 unit, model_name(sc->hw.model), sc->hw.hwid & 0x00ff);
1520 unit, model_name(sc->hw.model), sc->hw.hwid & 0x00ff,
1521 sc->hw.hwid >> 8, sc->hw.buttons);
2001 ((old_mousehw_t *)addr)->hwid = sc->hw.hwid
[all...]
/freebsd-11.0-release/sys/dev/adb/
H A Dadb_mouse.c165 sc->hw.model = sc->hw.hwid = 0;
196 memcpy(&sc->hw.hwid,r1,4);
232 if (sc->hw.hwid == 0x4b4f4954) {
/freebsd-11.0-release/usr.sbin/mlxcontrol/
H A Dcommand.c272 int hwid; member in struct:__anon13990
307 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
/freebsd-11.0-release/sys/dev/syscons/
H A Dsysmouse.c73 hw->hwid = 0;
/freebsd-11.0-release/sys/dev/vt/
H A Dvt_sysmouse.c298 hw->hwid = 0;
/freebsd-11.0-release/sys/dev/usb/input/
H A Dums.c808 sc->sc_hw.hwid = 0;
H A Datp.c2273 sc->sc_hw.hwid = 0;
/freebsd-11.0-release/sys/dev/mlx/
H A Dmlx.c2914 int hwid; member in struct:__anon10684
2938 if ((sc->mlx_enq2->me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
/freebsd-11.0-release/sys/dev/cyapa/
H A Dcyapa.c518 sc->hw.hwid = addr;

Completed in 123 milliseconds