Searched refs:bus_type (Results 1 - 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.h102 void erie_get_bus_type(char path[], char bus_type[]);
103 void erie_get_nac(char bus_type[], char path[], int s,
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...]
H A Dstpaul.c150 MOTHERBOARD, pci_card.bus_type,
155 MOTHERBOARD, pci_card.bus_type);
221 log_printf("%6s", pci_card.bus_type);
372 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type));
374 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type));
376 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type));
378 (void) strlcpy(card->bus_type, "PCI
[all...]
H A Dpelton.c70 (void) strcpy(card->bus_type, "PCIX");
72 (void) strcpy(card->bus_type, "PCIX");
74 (void) strcpy(card->bus_type, "PCIX");
76 (void) strcpy(card->bus_type, "PCIX");
78 (void) strcpy(card->bus_type, "PCIE");
207 IOBOARD, pci_card.bus_type, pci_card.slot);
211 pci_card.bus_type);
258 log_printf("%6s", pci_card.bus_type);
H A Dhuron.h109 void huron_get_nac(char bus_type[], char path[], int s,
H A Dhuron.c64 (void) strcpy(card->bus_type, "NIU");
66 (void) strcpy(card->bus_type, "PCIE");
208 MOTHERBOARD, pci_card.bus_type,
213 MOTHERBOARD, pci_card.bus_type);
260 log_printf("%6s", pci_card.bus_type);
H A Dontario.c84 (void) strcpy(card->bus_type, "PCIX");
86 (void) strcpy(card->bus_type, "PCIE");
224 IOBOARD, pci_card.bus_type, pci_card.slot);
228 pci_card.bus_type);
275 log_printf("%6s", pci_card.bus_type);
/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/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 Dconfig.c54 dev->devid.bus_type = PCI_BUS_TYPE;
103 dev->devid.bus_type = ISA_BUS_TYPE;
/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/grub/grub-0.97/stage2/
H A Dsmp-imps.h157 char bus_type[6]; member in struct:imps_bus
H A Dsmp-imps.c403 memmove (str, bus->bus_type, 6);
598 memcpy (defconfig.bus[0].bus_type, "ISA ", 6);
603 memcpy (defconfig.bus[0].bus_type, "MCA ", 6);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c82 (void) strcpy(card->bus_type, "NIU");
84 (void) strcpy(card->bus_type, "PCIE");
231 IOBOARD, pci_card.bus_type, pci_card.slot);
235 "%s/%s", MOTHERBOARD, pci_card.bus_type);
282 log_printf("%6s", pci_card.bus_type);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c79 (void) strcpy(card->bus_type, "PCIE");
194 IOBOARD, pci_card.bus_type, pci_card.slot);
198 "%s/%s", MOTHERBOARD, pci_card.bus_type);
245 log_printf("%6s", pci_card.bus_type);
/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...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c330 log_printf("%-4s ", p->bus_type, 0);
373 (void) sprintf(card.bus_type, BUS_TYPE);
536 (void) sprintf(card.bus_type, "SBus");
797 (void) sprintf(card.bus_type, "PCI");
H A Ddisplay_sun4v.c201 card->bus_type[0] = '\0';
206 (void) strlcpy(card->bus_type, "PCIE",
207 sizeof (card->bus_type));
209 (void) strlcpy(card->bus_type, "PCIX",
210 sizeof (card->bus_type));
240 (void) strlcpy(card->bus_type, q,
241 sizeof (card->bus_type));
584 log_printf("%-6s", pci_card.bus_type);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c158 (void) sprintf(card.bus_type, "PCI");
160 (void) sprintf(card.bus_type, "cPCI");
681 log_printf("%-4.4s ", gettext(p->bus_type), 0);
/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...]
/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/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/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dcherrystone.c322 (void) snprintf(card.bus_type, MAXSTRLEN,
386 p->bus_type, p->schizo_portid, p->pci_bus,
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c325 (void) snprintf(card.bus_type, MAXSTRLEN,
398 log_printf(dgettext(TEXT_DOMAIN, "%-4s "), p->bus_type);

Completed in 127 milliseconds

12