Home
last modified time | relevance | path

Searched refs:pc_device (Results 1 – 9 of 9) sorted by relevance

/src/sys/dev/pci/
H A Dpci_user.c74 u_int16_t pc_device; /* chip device ID, assigned by member
94 u_int16_t pc_device; /* PCI Device ID */ member
201 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_native()
267 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match32()
319 u_int16_t pc_device; /* chip device ID, assigned by member
334 u_int16_t pc_device; /* PCI Device ID */ member
354 uint16_t pc_device; /* chip device ID, assigned by member
369 uint16_t pc_device; /* PCI Device ID */ member
422 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_freebsd6()
486 (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_freebsd6_32()
[all …]
H A Dpci.c794 devlist_entry->conf.pc_device = cfg->device; in pci_fill_devinfo()
5504 (p->pc_device << 16) | p->pc_vendor, in DB_SHOW_COMMAND_FLAGS()
/src/sys/sys/
H A Dpciio.h72 u_int16_t pc_device; /* chip device ID, assigned by member
92 u_int16_t pc_device; /* PCI Device ID */ member
H A Dpcpu.h188 struct _device *pc_device; /* CPU device handle */ member
/src/usr.sbin/pciconf/
H A Dpciconf.c325 p->pc_vendor, p->pc_device, in list_devs()
339 p->pc_vendor, p->pc_device, in list_devs()
496 if (di->id == p->pc_device) { in print_tree_entry()
506 p->pc_device); in print_tree_entry()
508 printf(" device=0x%04x", p->pc_device); in print_tree_entry()
694 switch (p->pc_device << 16 | p->pc_vendor) { in print_bridge_windows()
700 if (p->pc_vendor == 0x8086 && (p->pc_device & 0xff00) == 0x2400) in print_bridge_windows()
852 if (di->id == p->pc_device) { in list_verbose()
/src/tools/tools/pciroms/
H A Dpciroms.c229 ((p->pc_device << 16) | p->pc_vendor)); in pci_enum_devs()
/src/sys/x86/x86/
H A Dlegacy.c366 pc->pc_device = child; in cpu_add_child()
/src/sys/dev/acpica/
H A Dacpi_cpu.c337 pcpu_data->pc_device = dev; in acpi_cpu_attach()
/src/usr.sbin/bhyve/
H A Dpci_emul.c373 host = host_conf != NULL ? host_conf->pc_device : 0; in pci_config_read_reg()