Searched refs:ifm_subtype_shared_descriptions (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difmedia.c423 static struct ifmedia_description ifm_subtype_shared_descriptions[] = variable in typeref:struct:ifmedia_description
451 { &ifm_subtype_shared_descriptions[0], 0 },
468 { &ifm_subtype_shared_descriptions[0], 0 },
485 { &ifm_subtype_shared_descriptions[0], 0 },
503 { &ifm_subtype_shared_descriptions[0], 0 },
521 { &ifm_subtype_shared_descriptions[0], 0 },
540 { &ifm_subtype_shared_descriptions[0], 0 },
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DLinkConfiguration.c371 static const struct ifmedia_description ifm_subtype_shared_descriptions[] = variable in typeref:struct:ifmedia_description
484 for (i = 0; !val && ifm_subtype_shared_descriptions[i].ifmt_string; i++) {
485 if (IFM_SUBTYPE(media_options) == ifm_subtype_shared_descriptions[i].ifmt_word) {
487 ifm_subtype_shared_descriptions[i].ifmt_string,
611 for (i = 0; !match && ifm_subtype_shared_descriptions[i].ifmt_string; i++) {
612 if (strcasecmp(str, ifm_subtype_shared_descriptions[i].ifmt_string) == 0) {
613 ifm_new |= ifm_subtype_shared_descriptions[i].ifmt_word;

Completed in 176 milliseconds