Searched refs:pci (Results 51 - 75 of 88) sorted by relevance

1234

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c108 #include "pci.h"
174 u32 pci, pci_mask, subsystem, subsystem_mask; member in struct:pci_id_info::match_info
483 static int tulip_probe(struct dev *dev, struct pci_device *pci);
1208 static int tulip_probe(struct dev *dev, struct pci_device *pci) argument
1218 if (pci->ioaddr == 0)
1221 ioaddr = pci->ioaddr;
1222 nic->ioaddr = pci->ioaddr & ~3;
1228 tp->vendor_id = pci->vendor;
1229 tp->dev_id = pci->dev_id;
1230 tp->nic_name = pci
[all...]
H A Dpxe.h316 } pci, cardbus; member in union:__anon248::__anon249
H A Dns8390.c32 #include "pci.h"
612 static int eth_probe (struct dev *dev, struct pci_device *pci) argument
620 unsigned short pci_probe_addrs[] = { pci->ioaddr, 0 };
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c61 #include <sys/pci.h>
68 #include "../../../../common/pci/pci_strings.h"
314 if ((rv = di_prop_lookup_strings(devt, ap_node, "pci-occupant",
830 char *bufptr, *bufptr2, *pci, *apid; local
846 pci = ++bufptr;
847 bufptr = strchr(pci, ',');
852 bufptr = strchr(pci, '@');
858 DBG(1, ("%s\n%s\n%s\n", pci, bufptr, bufptr2));
860 (void) strcat(buf, pci);
1151 /* will need to implement pci CTR
[all...]
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c40 #include <sys/pci.h>
1286 * Try the grandparent (required for pci-ide nodes).
1744 uefi_pci_device_path_t *pci; local
1746 pci = calloc(1, sizeof (uefi_pci_device_path_t));
1748 if (pci == NULL) {
1753 pci->type = UEFI_HARDWARE_PATH;
1754 pci->subtype = UEFI_PCI;
1755 pci->len = sizeof (uefi_pci_device_path_t);
1757 pci->function_number = function_number;
1758 pci
2677 uefi_pci_device_path_t *pci = (uefi_pci_device_path_t *)device_path; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsetpci.c20 #include <grub/pci.h>
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_uga.c31 #include <grub/pci.h>
H A Dbochs.c28 #include <grub/pci.h>
H A Dcirrus.c28 #include <grub/pci.h>
H A Dsis315pro.c28 #include <grub/pci.h>
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dget_req.c37 #include <sys/pci.h>
/osnet-11/usr/src/grub/grub2/grub-core/bus/
H A Dcs5536.c21 #include <grub/pci.h>
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvga.h23 #include <grub/pci.h>
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c41 #include <sys/pci.h>
H A Dbay_subr.c42 #include <sys/pci.h>
194 /* grab the topo pci label */
499 * Get the pci slot label.
555 * Get the slot id by parsing the pci label for the slot, or return 0 if
747 * Get the pci slot id from the HBA pcibus topo label.
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_bay.c37 #include <sys/pci.h>
H A Dpi_pciexrc.c35 #include <sys/pci.h>
277 "topo_pgroup_create for pci pgroup failed\n",
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusbtrans.c21 #include <grub/pci.h>
H A Dohci.c25 #include <grub/pci.h>
26 #include <grub/cpu/pci.h>
H A Duhci.c25 #include <grub/pci.h>
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dpata.c26 #include <grub/pci.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/
H A Dlinux.c38 #include <grub/pci.h>
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/
H A Dfwstart.S20 #include <grub/mips/loongson/pci.h>
22 #include <grub/pci.h>
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c34 #include <sys/pci.h>
195 * PCI(default) pci N/A N/A != bridge
200 * PCIe-PCI pciex pci N/A = bridge
201 * PCI-PCIe pci pciex N/A = bridge
236 * We may find pci-express buses or plain-pci buses beneath a function
269 * We can expect to find pci-express functions beneath the device
296 * We can expect to find pci-express devices beneath the bus
324 * We may find pci buses beneath a function
353 * We can expect to find pci function
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c38 #include <sys/pci.h>

Completed in 119 milliseconds

1234