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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c51 static int get_media_type(uint_t media_type);
498 get_media_type(uint_t media_type) argument
500 switch (media_type) {
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c84 char *wp, *media_type; local
136 media_type = NULL;
140 media_type = tmpbuf;
142 if (media_type != NULL) {
144 printf("mac_init: Media type: %s\n", media_type);
149 media_type) == 0) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c142 unsigned char media_type;
162 if ((cdrp.media_type & 0x0F) == 0)
140 unsigned char media_type; member in struct:iso_spec_packet
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c357 enum ixgbe_media_type media_type; local
365 media_type = ixgbe_media_type_copper;
376 media_type = ixgbe_media_type_backplane;
384 media_type = ixgbe_media_type_fiber;
388 media_type = ixgbe_media_type_cx4;
392 media_type = ixgbe_media_type_copper;
395 media_type = ixgbe_media_type_unknown;
399 return media_type;
H A Dixgbe_82599.c505 if (hw->phy.media_type == ixgbe_media_type_fiber_qsfp)
523 enum ixgbe_media_type media_type; local
531 media_type = ixgbe_media_type_copper;
545 media_type = ixgbe_media_type_backplane;
553 media_type = ixgbe_media_type_fiber;
556 media_type = ixgbe_media_type_cx4;
559 media_type = ixgbe_media_type_copper;
562 media_type = ixgbe_media_type_fiber_qsfp;
565 media_type = ixgbe_media_type_fiber_fixed;
569 media_type
[all...]
H A Dixgbe_x550.c1048 enum ixgbe_media_type media_type; local
1056 media_type = ixgbe_media_type_backplane;
1059 media_type = ixgbe_media_type_fiber;
1063 media_type = ixgbe_media_type_copper;
1066 media_type = ixgbe_media_type_unknown;
1069 return media_type;
1200 if (hw->phy.media_type == ixgbe_media_type_fiber) {
H A Dixgbe_type.h3837 enum ixgbe_media_type media_type; member in struct:ixgbe_phy_info
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c46 uint32_t media_type; member in struct:media_type_desc
678 if (mt->media_type == media) {
700 return (mt->media_type);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1657 const char *media_type; local
1660 media_type = hal_device_property_get_string (d, "storage.solaris.legacy.media_type");
1662 if ((media_type != NULL) && (strcmp (media_type, en->type) == 0) &&
1670 devinfo_storage_append_nickname (HalDevice *d, const char *media_type, int media_num) argument
1675 hal_device_property_strlist_append (d, "storage.solaris.nicknames", media_type);
1677 snprintf(buf, sizeof (buf), "%s%d", media_type, media_num);
1685 const char *media_type; local
1694 media_type
[all...]
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c742 write_sunos_label(int32_t fd, int32_t media_type) argument
752 if (media_type == SM_FLOPPY) {
784 } else if (media_type == SM_SCSI_FLOPPY) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h312 u32 media_type; member in struct:elink_phy
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Ddev_info.h481 u32 media_type; /* 0x194 */ member in struct:port_hw_cfg
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h541 uchar_t media_type; /* medium type, sense only */ member in struct:seq_mode
562 uchar_t media_type; /* medium type, sense only */
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h837 enum e1000_media_type media_type; member in struct:e1000_phy_info
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h302 enum i40e_media_type media_type; member in struct:i40e_phy_info
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h898 e1000_media_type media_type; member in struct:e1000_hw

Completed in 203 milliseconds