Searched refs:pc_device (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h85 u_int16_t pc_device; /* chip device ID, assigned by member in struct:pci_conf32
100 u_int16_t pc_device; /* PCI Device ID */ member in struct:pci_match_conf32
H A Dfreebsd32_ioctl.c299 CP(pmc32,pmc,pc_device);
322 CP(pc,pc32,pc_device);
/freebsd-11-stable/sys/sys/
H A Dpciio.h72 u_int16_t pc_device; /* chip device ID, assigned by member in struct:pci_conf
87 u_int16_t pc_device; /* PCI Device ID */ member in struct:pci_match_conf
H A Dpcpu.h163 struct device *pc_device; member in struct:pcpu
/freebsd-11-stable/sys/dev/xen/pvcpu/
H A Dpvcpu.c44 * CPU device in order to fill the pcpu->pc_device field.
78 pc->pc_device = dev;
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c150 && (match_buf->pc_device != matches[i].pc_device))
201 u_int16_t pc_device; /* chip device ID, assigned by member in struct:pci_conf_old
216 u_int16_t pc_device; /* PCI Device ID */ member in struct:pci_match_conf_old
236 uint16_t pc_device; /* chip device ID, assigned by member in struct:pci_conf_old32
251 uint16_t pc_device; /* PCI Device ID */ member in struct:pci_match_conf_old32
321 && (match_buf->pc_device != matches[i].pc_device))
385 (match_buf->pc_device != matches[i].pc_device))
[all...]
H A Dpci.c720 devlist_entry->conf.pc_device = cfg->device;
5240 (p->pc_device << 16) | p->pc_vendor,
/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c232 ((p->pc_device << 16) | p->pc_vendor));
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c252 (p->pc_device << 16) | p->pc_vendor,
379 switch (p->pc_device << 16 | p->pc_vendor) {
385 if (p->pc_vendor == 0x8086 && (p->pc_device & 0xff00) == 0x2400)
537 if (di->id == p->pc_device) {
/freebsd-11-stable/sys/x86/x86/
H A Dlegacy.c335 pc->pc_device = child;
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c342 pcpu_data->pc_device = dev;

Completed in 129 milliseconds