Home
last modified time | relevance | path

Searched refs:ttos (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/ifconfig/
H A Difmedia.c587 return ttos; in get_toptype_ttos()
597 if (ttos->subtypes[i].alias) in get_subtype_desc()
616 if (ttos->modes[i].alias) in get_mode_desc()
618 for (desc = ttos->modes[i].desc; in get_mode_desc()
637 ttos = get_toptype_ttos(ifmw); in print_media_word()
666 desc = get_mode_desc(ifmw, ttos); in print_media_word()
673 if (ttos->options[i].alias) in print_media_word()
675 for (desc = ttos->options[i].desc; in print_media_word()
697 ttos = get_toptype_ttos(ifmw); in print_media_word_ifconfig()
720 desc = get_mode_desc(ifmw, ttos); in print_media_word_ifconfig()
[all …]
/dragonfly/sys/net/
H A Dif_media.c500 struct ifmedia_type_to_subtype *ttos; in ifmedia_printword() local
504 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes; in ifmedia_printword()
505 desc->ifmt_string != NULL; desc++, ttos++) in ifmedia_printword()
523 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++) in ifmedia_printword()
550 for (desc = ttos->options; desc->ifmt_string != NULL; desc++) { in ifmedia_printword()