Lines Matching defs:properties
350 * properties from a property group, and adding or overwriting them into
1972 * properties at the service level. Now we iterate over all the
1973 * properties at the instance level, overwriting any duplicate
1974 * properties, in order to provide service/instance composition.
1995 * it, so we can insert/overwrite its properties.
2026 * properties in thispg.
2192 /* An empty pglist is legal, it just means no properties */
2744 * Reads a vector of properties from the specified fmri/property group.
2760 * Multi-valued properties are stored in the linked list of scf_propvec_mval_t.
2769 * to point at that property's entry in the properties array.
2775 scf_propvec_t *properties, scf_propvec_t **badprop)
2788 for (prop = properties; prop->pv_prop != NULL; prop++) {
2825 for (prop = properties; prop->pv_prop != NULL; prop++) {
2885 scf_clean_propvec(properties);
2907 scf_clean_propvec(properties);
2926 scf_clean_propvec(properties);
3008 * Writes a vector of properties to the specified fmri/property group.
3011 * to point at that property's entry in the properties array.
3020 scf_propvec_t *properties, scf_propvec_t **badprop)
3058 for (prop = properties, i = 0; prop->pv_prop != NULL; prop++, i++) {