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

/osnet-11/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h54 char bus_type[MAXSTRLEN]; /* Type of bus this IO card is on */ member in struct:io_card
/osnet-11/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);
/osnet-11/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;
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) {
H A De1000_hw.h903 e1000_bus_type bus_type;
/osnet-11/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...]
/osnet-11/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);
/osnet-11/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);
/osnet-11/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);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c291 card->bus_type[0] = '\0';
296 (void) strlcpy(card->bus_type, "PCIE",
297 sizeof (card->bus_type));
299 (void) strlcpy(card->bus_type, "PCIX",
300 sizeof (card->bus_type));
330 (void) strlcpy(card->bus_type, q,
331 sizeof (card->bus_type));
566 int bus_type; local
741 &freq_max, &freq_at, &bus_type)
753 * non-root. Set bus_type t
[all...]
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");
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c92 static char *bus_type(di_node_t node, di_minor_t minor,
203 if ((btype = bus_type(node, minor, args->ph)) == NULL) {
542 if (bus_type(node, minor, args->ph) != NULL) {
1362 if (bus_type(pnode, di_minor_next(pnode, NULL), args->ph) != NULL) {
1465 bus_type(di_node_t node, di_minor_t minor, di_prom_handle_t ph) function

Completed in 88 milliseconds