Lines Matching refs:ifmt_string

476 	    desc->ifmt_string != NULL; desc++, ttos++)  in get_media_subtype()
479 if (desc->ifmt_string == NULL) in get_media_subtype()
500 desc->ifmt_string != NULL; desc++, ttos++) in get_media_mode()
503 if (desc->ifmt_string == NULL) in get_media_mode()
529 desc->ifmt_string != NULL; desc++, ttos++) in get_media_options()
532 if (desc->ifmt_string == NULL) in get_media_options()
559 for (; desc->ifmt_string != NULL; desc++) in lookup_media_word()
560 if (strcasecmp(desc->ifmt_string, val) == 0) in lookup_media_word()
570 for (desc = ifm_type_descriptions; desc->ifmt_string != NULL; desc++) in get_toptype_desc()
583 desc->ifmt_string != NULL; desc++, ttos++) in get_toptype_ttos()
600 desc->ifmt_string != NULL; desc++) { in get_subtype_desc()
619 desc->ifmt_string != NULL; desc++) { in get_mode_desc()
638 if (desc->ifmt_string == NULL) { in print_media_word()
642 printf("%s", desc->ifmt_string); in print_media_word()
663 printf("%s", desc->ifmt_string); in print_media_word()
667 if (desc != NULL && strcasecmp("autoselect", desc->ifmt_string)) in print_media_word()
668 printf(" mode %s", desc->ifmt_string); in print_media_word()
676 desc->ifmt_string != NULL; desc++) { in print_media_word()
681 desc->ifmt_string); in print_media_word()
698 if (desc->ifmt_string == NULL) { in print_media_word_ifconfig()
718 printf("media %s", desc->ifmt_string); in print_media_word_ifconfig()
722 printf(" mode %s", desc->ifmt_string); in print_media_word_ifconfig()
729 desc->ifmt_string != NULL; desc++) { in print_media_word_ifconfig()
731 printf(" mediaopt %s", desc->ifmt_string); in print_media_word_ifconfig()