Searched defs:configsrcval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c608 nwam_value_t configsrcval, requiredval; local
612 if (nwam_loc_get_prop_value(loch, configsrcprop, &configsrcval)
619 if (nwam_value_get_uint64_array(configsrcval, &configsrcs, &numvalues)
623 nwam_value_free(configsrcval);
639 nwam_value_free(configsrcval);

Completed in 63 milliseconds