Home | Sort by: relevance | last modified time | path |
/src/lib/libutil/ | |
if_media.c | 50 struct ifmedia_description ifm_subtype_descriptions[] = variable in typeref:struct:ifmedia_description[] 51 IFM_SUBTYPE_DESCRIPTIONS; 73 for (desc = ifm_subtype_descriptions; desc->ifmt_string != NULL; 139 return lookup_media_word(ifm_subtype_descriptions, type, val); |
/src/sys/net/ | |
if_media.c | 650 static const struct ifmedia_description ifm_subtype_descriptions[] = variable in typeref:typename:const struct ifmedia_description[] 651 IFM_SUBTYPE_DESCRIPTIONS; 677 for (desc = ifm_subtype_descriptions; desc->ifmt_string != NULL; |