Symbol: get_media_type
usr/src/cmd/cdrw/blank.c
83
get_media_type(target->d_fd);
usr/src/cmd/cdrw/copycd.c
139
get_media_type(target->d_fd);
usr/src/cmd/cdrw/copycd.c
230
get_media_type(src->d_fd);
usr/src/cmd/cdrw/copycd.c
368
get_media_type(target->d_fd);
usr/src/cmd/cdrw/device.h
77
void get_media_type(int fd);
usr/src/cmd/cdrw/dumpinfo.c
50
get_media_type(target->d_fd);
usr/src/cmd/cdrw/misc_scsi.c
1052
get_media_type(target->d_fd);
usr/src/cmd/cdrw/write_image.c
47
get_media_type(target->d_fd);
usr/src/lib/libdiskmgt/common/media.c
323
mtype = get_media_type(minfo.dki_media_type);
usr/src/lib/libdiskmgt/common/media.c
411
get_media_type(minfo.dki_media_type)) != 0) {
usr/src/lib/libdiskmgt/common/media.c
51
static int get_media_type(uint_t media_type);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
137
mac->ops.get_media_type = ixgbe_get_media_type_82598;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
204
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
152
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2188
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
341
mac->ops.get_media_type = ixgbe_get_media_type_82599;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
71
if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
348
return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
100
mac->ops.get_media_type = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
408
hw->phy.media_type = hw->mac.ops.get_media_type(hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4223
switch (hw->mac.ops.get_media_type(hw)) {
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3861
mac->ops.get_media_type = ixgbe_get_media_type_E610;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4616
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1267
switch (hw->mac.ops.get_media_type(hw)) {
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1307
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) {
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1672
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) {
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4040
enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
61
hw->mac.ops.get_media_type = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
91
mac->ops.get_media_type = ixgbe_get_media_type_X540;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1759
switch (hw->mac.ops.get_media_type(hw)) {
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2224
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) {
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2934
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3635
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4463
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
650
mac->ops.get_media_type = ixgbe_get_media_type_X550em;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
657
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
681
if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
806
switch (mac->ops.get_media_type(hw)) {