Searched refs:ifmt_string (Results 1 – 3 of 3) sorted by relevance
528 if (desc->ifmt_string == NULL) in get_media_subtype()552 if (desc->ifmt_string == NULL) in get_media_mode()581 if (desc->ifmt_string == NULL) in get_media_options()688 if (desc->ifmt_string == NULL) { in print_media_word()692 printf("%s", desc->ifmt_string); in print_media_word()710 printf("%s", desc->ifmt_string); in print_media_word()728 desc->ifmt_string); in print_media_word()748 if (desc->ifmt_string == NULL) { in print_media_word_ifconfig()765 printf("media %s", desc->ifmt_string); in print_media_word_ifconfig()769 printf(" mode %s", desc->ifmt_string); in print_media_word_ifconfig()[all …]
445 desc->ifmt_string != NULL; desc++, ttos++) in ifmedia_printword()448 if (desc->ifmt_string == NULL) { in ifmedia_printword()452 printf("%s", desc->ifmt_string); in ifmedia_printword()457 if (desc->ifmt_string != NULL) in ifmedia_printword()458 printf(" mode %s", desc->ifmt_string); in ifmedia_printword()467 desc->ifmt_string != NULL; desc++) in ifmedia_printword()474 if (desc->ifmt_string == NULL) { in ifmedia_printword()480 printf(" %s", desc->ifmt_string); in ifmedia_printword()486 desc->ifmt_string != NULL; desc++) { in ifmedia_printword()491 desc->ifmt_string); in ifmedia_printword()[all …]
422 const char *ifmt_string; /* description */ member