Lines Matching defs:property
2351 * If the type is a property group then there is a
5102 * entry is set to delete a property
5958 * Get scf_value_t for the given property decoration.
6132 const char **instance, const char **propertygroup, const char **property)
6145 if (property != NULL)
6146 *property = NULL;
6259 if (property != NULL)
6260 *property = my_p;
6330 const char **instance, const char **propertygroup, const char **property)
6337 propertygroup, property));
6351 propertygroup, property));
6361 const char *scope, *service, *instance, *pg, *property;
6374 &property);
6398 if (property) {
6400 len += strlcat(buf, property, bufsz);
6416 const char *scope, *service, *instance, *propertygroup, *property;
6443 &propertygroup, &property) == -1) {
6477 if (property != NULL)
6613 if (property == NULL || last == REP_PROTOCOL_ENTITY_PROPERTYGRP) {
6618 if (scf_pg_get_property(pg, property, prop) == -1) {
7316 * instance, property group, or property FMRI. This avoids having to do
7338 * If the user has specified SCF_WALK_PROPERTY, allow property
7967 * not a legal character in SMF property names. Thus, the caller can
7972 * data is used as part of an SMF property name, SCF_ENCODE32_PAD should be
8126 * Unfortunately, '=' is not a legal character in SMF property names.
8131 * data is used in SMF property names, SCF_ENCODE32_PAD should be used as