get_type
return get_type(name, class_names, SIZEOF_ARRAY(class_names));
return get_type(name, type_names, SIZEOF_ARRAY(type_names));
return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));
get_type(partp->dp_typ));
pdata->phy_if.phy_impl.get_type(pdata, ifmr);
phy_impl->get_type = xgbe_phy_get_type;
phy_impl->get_type = xgbe_phy_get_type;
void (*get_type)(struct xgbe_prv_data *, struct ifmediareq *);
get_type(&plist->res_prefix, &plist->res_type,
get_type(&dec->prefix, &dec->type, dkind);
get_type(&dec->prefix, &dec->type, dkind);
static void get_type(const char **, const char **, defkind);