Searched refs:interface_type (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | llp.h | 43 enum interface_type { enum 65 enum interface_type llp_type;
|
H A D | llp.c | 69 static enum interface_type 73 enum interface_type type;
|
/illumos-gate/usr/src/cmd/biosdev/ |
H A D | biosdev.c | 411 (void) printf("%c", bd->interface_type[i]); 417 if (strncmp(bd->interface_type, "SCSI", 4) == 0) { 424 } else if ((strncmp(bd->interface_type, "ATAPI", 5) == 0) || 425 (strncmp(bd->interface_type, "ATA", 3) == 0) || 426 (strncmp(bd->interface_type, "SATA", 4) == 0)) { 450 bd->interface_type, 456 bd->interface_type, busaddrbuf); 459 if (strncmp(bd->interface_type, "SATA", 4) == 0) { 476 " pci-ide\n", bd->interface_type); 480 } else if (strncmp(bd->interface_type, "US [all...] |
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | biosdisk.h | 101 char interface_type[8]; member in struct:int13_fn48_result
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.h | 147 uint8_t interface_type; member in struct:pnp_header
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcio.h | 157 uint32_t interface_type; member in struct:emlxs_phy_desc
|
H A D | emlxs_mbox.h | 2848 uint16_t interface_type; member in struct:__anon7429::__anon7430::__anon7475::__anon7476::__anon7478 2853 uint16_t interface_type; member in struct:__anon7429::__anon7430::__anon7475::__anon7476::__anon7478 2873 /* interface_type */ 4520 uint8_t interface_type; member in struct:__anon7429::__anon7430::__anon7584
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 642 (phy->params.response.interface_type != BASET_10GB_TYPE)) { 647 phy->params.response.interface_type); 659 phy->params.response.interface_type);
|
H A D | emlxs_solaris.c | 4916 phy_out->interface_type = 4917 phy->params.response.interface_type;
|
Completed in 157 milliseconds