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

/freebsd-10.1-release/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.1-release/sbin/ifconfig/
H A Difmedia.c99 struct ifmedia_type_to_subtype *ttos);
538 struct ifmedia_type_to_subtype *ttos; local
542 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
543 desc->ifmt_string != NULL; desc++, ttos++)
549 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
550 rval = lookup_media_word(ttos->subtypes[i].desc, val);
562 struct ifmedia_type_to_subtype *ttos; local
566 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
567 desc->ifmt_string != NULL; desc++, ttos++)
573 for (i = 0; ttos
585 struct ifmedia_type_to_subtype *ttos; local
647 struct ifmedia_type_to_subtype *ttos; local
657 get_subtype_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
676 get_mode_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
699 struct ifmedia_type_to_subtype *ttos; local
759 struct ifmedia_type_to_subtype *ttos; local
[all...]
/freebsd-10.1-release/sys/net/
H A Dif_media.c496 struct ifmedia_type_to_subtype *ttos; local
500 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
501 desc->ifmt_string != NULL; desc++, ttos++)
511 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++)
527 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++)
554 for (desc = ttos->options; desc->ifmt_string != NULL; desc++) {
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dexterns1.h281 extern const char *ttos(type_t *);
H A Demit1.c158 ttos(type_t *tp) function
H A Dtree.c3385 (void)printf("%s\n", ttos(tn->tn_type));

Completed in 120 milliseconds