Searched defs:bus_type (Results 1 - 8 of 8) 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/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) {
/osnet-11/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...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h157 char bus_type[6]; member in struct:imps_bus
/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/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
/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...]

Completed in 42 milliseconds