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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c600 * requiredprop denotes the property that is mandatory when the
606 const char *configsrcprop, const char *requiredprop, const char **errpropp)
627 /* If -configsrc is manual, requiredprop is required */
630 if (nwam_loc_get_prop_value(loch, requiredprop,
633 *errpropp = requiredprop;
605 nwam_loc_validate_one_nameservice(nwam_loc_handle_t loch, const char *configsrcprop, const char *requiredprop, const char **errpropp) argument

Completed in 47 milliseconds