Searched defs:bus_type (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h72 char bus_type[MAXSTRLEN]; /* Type of bus this IO card is on */ member in struct:io_card
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h12 unsigned char bus_type; member in struct:dev_id
H A De1000.c1116 e1000_bus_type bus_type = e1000_bus_type_unknown; local
1178 bus_type = (status & E1000_STATUS_PCIX_MODE) ?
1183 if(bus_type == e1000_bus_type_pcix) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.c77 char bus_type[MAXSTRLEN]; local
119 erie_get_bus_type(parent_path, bus_type);
121 erie_get_nac(bus_type, path, slot, name, nac, sizeof (nac));
130 log_printf("%-6s", bus_type);
375 erie_get_bus_type(char path[], char bus_type[]) argument
378 (void) strcpy(bus_type, "PCIX");
380 (void) strcpy(bus_type, "PCIE");
493 erie_get_nac(char bus_type[], char path[], int slot, char name[], char nac[], argument
504 (void) snprintf(nac, size, "%s/%s%d", MOTHERBOARD, bus_type,
507 (void) snprintf(nac, size, "%s/%s", MOTHERBOARD, bus_type);
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h157 char bus_type[6]; member in struct:imps_bus
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c215 int bus_type; local
258 bus_type = irqp->airq_iflag.bustype;
274 (bus_type ? businfo_array[bus_type] : " "),
319 int bus_type; local
347 bus_type = BUSTYPE_NONE;
350 bus_type = BUSTYPE_PCI;
353 bus_type = irqp->airq_iflag.bustype;
392 (bus_type ? businfo_array[bus_type]
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c109 int bus_type; local
223 &bus_type);
228 * Set bus_type to PCI_UNKN so that bus frequency,
231 bus_type = PCI_UNKN;
289 if (bus_type == PCI)
290 (void) strlcpy(pci_card.bus_type,
291 "PCI", sizeof (pci_card.bus_type));
292 else if (bus_type == PCIX)
293 (void) strlcpy(pci_card.bus_type,
294 "PCIx", sizeof (pci_card.bus_type));
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c939 char bus_type[16] = "(unknown)"; local
949 len = sizeof (bus_type);
952 (caddr_t)&bus_type, &len) != DDI_SUCCESS)
956 if ((strcmp(bus_type, "pci") != 0) && (strcmp(bus_type, "pciex") != 0))
1154 char bus_type[16] = "(unknown)"; local
1162 len = sizeof (bus_type);
1165 (caddr_t)&bus_type, &len) != DDI_SUCCESS)
1169 if ((strcmp(bus_type, "pci") != 0) && (strcmp(bus_type, "pcie
[all...]
H A Dpcic.c663 char bus_type[16] = "(unknown)"; local
664 int len = sizeof (bus_type);
766 "device_type", (caddr_t)&bus_type[0], &len) !=
770 "bus-type", (caddr_t)&bus_type[0], &len) !=
784 if (strcmp(bus_type, DEVI_PCI_NEXNAME) == 0 ||
785 strcmp(bus_type, DEVI_PCIEX_NEXNAME) == 0) {
790 ddi_get_instance(dip), bus_type);
819 bus_type, pcic->bus_speed);
5920 char bus_type[16] = "(unknown)"; local
5935 len = sizeof (bus_type);
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c94 static char *bus_type(di_node_t node, di_minor_t minor,
205 if ((btype = bus_type(node, minor, args->ph)) == NULL) {
544 if (bus_type(node, minor, args->ph) != NULL) {
1446 if (bus_type(pnode, di_minor_next(pnode, NULL), args->ph) != NULL) {
1543 bus_type(di_node_t node, di_minor_t minor, di_prom_handle_t ph) function
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1868 kstat_named_t bus_type; member in struct:t4_kstats
1905 KS_CINIT(bus_type);
1929 KS_C_SET(bus_type, "pci-express");
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c265 char bus_type[16] = "(unknown)"; local
273 len = sizeof (bus_type);
277 (caddr_t)&bus_type, &len) != DDI_SUCCESS)
280 if ((strcmp(bus_type, "pci") != 0) &&
281 (strcmp(bus_type, "pciex") != 0)) /* it is not a pci bus type */
742 char bus_type[16]; local
744 len = sizeof (bus_type);
749 (caddr_t)&bus_type, &len) != DDI_SUCCESS)
752 if ((strcmp(bus_type, "pci") != 0) &&
753 (strcmp(bus_type, "pcie
[all...]
H A Dcardbus_cfg.c485 char bus_type[16] = "(unknown)"; local
490 len = sizeof (bus_type);
494 (caddr_t)&bus_type, &len) == DDI_SUCCESS)) {
495 ASSERT((strcmp(bus_type, "pci") == 0) ||
496 (strcmp(bus_type, "cardbus") == 0));
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1662 int ioapicindex, bus_type, vector; local
1693 bus_type = irqptr->airq_iflag.bustype;
1695 if (bus_type == BUS_PCI)
1703 bus_type == BUS_PCI)))
1707 bus_type = apic_find_bus(iointrp->intr_busid);
1711 else if (bus_type == BUS_PCI)
1718 bus_type == BUS_PCI)))
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c626 pcicfg_pcie_dev(dev_info_t *dip, int bus_type, pcicfg_err_regs_t *regs) argument
641 switch (bus_type) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1746 uint32_t bus_type; member in struct:emlxs_hba

Completed in 140 milliseconds