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

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_walker.c518 nvlist_t *typelist; local
562 result = topo_mod_nvalloc(mod, &typelist, NV_UNIQUE_NAME);
585 rc = nvlist_lookup_nvlist(typelist, hc_name, &hc_range);
592 result = pi_walkerlist_addtype(mod, typelist,
600 nvlist_free(typelist);
612 (void) nvlist_lookup_nvlist(typelist, hc_name,
658 nvp = nvlist_next_nvpair(typelist, NULL);
682 nvp = nvlist_next_nvpair(typelist, nvp);
685 nvlist_free(typelist);
692 pi_walkerlist_addtype(topo_mod_t *mod, nvlist_t *typelist, cha argument
[all...]
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c186 ndmp_isvalid_entry(char *propval, char **typelist, int ntypes) argument
192 if (strcasecmp(propval, typelist[i]) == 0)

Completed in 38 milliseconds