Searched refs:ttos (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sbin/etherswitchcfg/
H A Difmedia.c101 struct ifmedia_type_to_subtype *ttos);
541 struct ifmedia_type_to_subtype *ttos; local
545 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
546 desc->ifmt_string != NULL; desc++, ttos++)
552 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
553 rval = lookup_media_word(ttos->subtypes[i].desc, val);
565 struct ifmedia_type_to_subtype *ttos; local
569 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
570 desc->ifmt_string != NULL; desc++, ttos++)
576 for (i = 0; ttos
588 struct ifmedia_type_to_subtype *ttos; local
650 struct ifmedia_type_to_subtype *ttos; local
660 get_subtype_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
679 get_mode_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
702 struct ifmedia_type_to_subtype *ttos; local
762 struct ifmedia_type_to_subtype *ttos; local
[all...]
/freebsd-10-stable/sbin/ifconfig/
H A Difmedia.c99 struct ifmedia_type_to_subtype *ttos);
558 struct ifmedia_type_to_subtype *ttos; local
562 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
563 desc->ifmt_string != NULL; desc++, ttos++)
569 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
570 rval = lookup_media_word(ttos->subtypes[i].desc, val);
582 struct ifmedia_type_to_subtype *ttos; local
586 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
587 desc->ifmt_string != NULL; desc++, ttos++)
593 for (i = 0; ttos
605 struct ifmedia_type_to_subtype *ttos; local
667 struct ifmedia_type_to_subtype *ttos; local
677 get_subtype_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
696 get_mode_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
719 struct ifmedia_type_to_subtype *ttos; local
779 struct ifmedia_type_to_subtype *ttos; local
[all...]
/freebsd-10-stable/sys/net/
H A Dif_media.c518 struct ifmedia_type_to_subtype *ttos; local
522 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
523 desc->ifmt_string != NULL; desc++, ttos++)
533 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++)
549 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++)
576 for (desc = ttos->options; desc->ifmt_string != NULL; desc++) {
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dexterns1.h288 extern const char *ttos(type_t *);
H A Demit1.c158 ttos(type_t *tp) function
H A Dtree.c3491 (void)printf("%s\n", ttos(tn->tn_type));

Completed in 45 milliseconds