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

/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_media.c60 struct ifmedia_type_to_subtype *ttos);
213 struct ifmedia_type_to_subtype *ttos; local
215 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
216 desc->ifmt_string != NULL; desc++, ttos++) {
222 return (ttos);
227 struct ifmedia_type_to_subtype *ttos)
232 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
233 if (ttos->subtypes[i].alias) {
236 for (desc = ttos->subtypes[i].desc;
267 struct ifmedia_type_to_subtype *ttos; local
226 get_subtype_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
369 struct ifmedia_type_to_subtype *ttos; local
[all...]
/freebsd-12-stable/sbin/etherswitchcfg/
H A Difmedia.c103 struct ifmedia_type_to_subtype *ttos);
481 struct ifmedia_type_to_subtype *ttos; local
485 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
486 desc->ifmt_string != NULL; desc++, ttos++)
492 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
493 rval = lookup_media_word(ttos->subtypes[i].desc, val);
505 struct ifmedia_type_to_subtype *ttos; local
509 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
510 desc->ifmt_string != NULL; desc++, ttos++)
516 for (i = 0; ttos
528 struct ifmedia_type_to_subtype *ttos; local
590 struct ifmedia_type_to_subtype *ttos; local
600 get_subtype_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
619 get_mode_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
642 struct ifmedia_type_to_subtype *ttos; local
702 struct ifmedia_type_to_subtype *ttos; local
[all...]
/freebsd-12-stable/sbin/ifconfig/
H A Difmedia.c102 struct ifmedia_type_to_subtype *ttos);
520 struct ifmedia_type_to_subtype *ttos; local
524 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
525 desc->ifmt_string != NULL; desc++, ttos++)
531 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
532 rval = lookup_media_word(ttos->subtypes[i].desc, val);
544 struct ifmedia_type_to_subtype *ttos; local
548 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
549 desc->ifmt_string != NULL; desc++, ttos++)
555 for (i = 0; ttos
567 struct ifmedia_type_to_subtype *ttos; local
630 struct ifmedia_type_to_subtype *ttos; local
640 get_subtype_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
659 get_mode_desc(int ifmw, struct ifmedia_type_to_subtype *ttos) argument
682 struct ifmedia_type_to_subtype *ttos; local
742 struct ifmedia_type_to_subtype *ttos; local
[all...]
/freebsd-12-stable/sys/net/
H A Dif_media.c441 const struct ifmedia_type_to_subtype *ttos; local
445 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
446 desc->ifmt_string != NULL; desc++, ttos++)
456 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++)
472 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++)
499 for (desc = ttos->options; desc->ifmt_string != NULL; desc++) {

Completed in 66 milliseconds