Lines Matching defs:value
118 "the only valid value is \'manual\'",
317 * Get a bitmapped flag value corresponding to this loc's
397 nwam_value_t value)
402 assert(loch != NULL && propname != NULL && value != NULL);
404 if ((err = nwam_loc_validate_prop(loch, propname, value))
411 return (nwam_set_prop_value(loch->nwh_data, propname, value));
487 valid_loc_activation_mode(nwam_value_t value)
491 if (nwam_value_get_uint64(value, &activation_mode) != NWAM_SUCCESS)
511 valid_loc_condition(nwam_value_t value)
518 if (nwam_value_get_string_array(value, &conditions, &numvalues)
540 valid_nameservices(nwam_value_t value)
545 if (nwam_value_get_uint64_array(value, &nameservices, &numvalues)
557 valid_configsrc(nwam_value_t value)
562 if (nwam_value_get_uint64_array(value, &configsrcs, &numvalues)
732 * than one value.
940 nwam_value_t value)
947 if ((err = nwam_loc_validate_activation_mode(loch, value))
952 return (nwam_validate_prop(loc_prop_table, loch, propname, value));