Lines Matching refs:composed
151 * with instance fmri. We simply walk through the composed property
158 * property. Properties must exist in the composed property group, but
1882 boolean_t composed, boolean_t required, scf_propertygroup_t **pg)
1884 /* Retrieve (possibly composed) property group for instance */
1885 if ((*pg = scf_pg_create(h)) == NULL || (composed &&
1887 (!composed && scf_instance_get_pg(inst, pgname, *pg) != 0)) {
1906 const char *pgname, const char *propname, boolean_t composed,
1912 composed, required, NULL, &valstr) != 0)
1921 const char *pgname, const char *propname, boolean_t composed,
1927 if (ra_get_prop_as_string(h, inst, pgname, propname, composed, required,
1936 * Retrieve property named in propname, possibly using the composed
1942 const char *pgname, const char *propname, boolean_t composed,
1952 if (ra_get_pg(h, inst, pgname, composed, required, &pg) == -1)
2105 * create it, since the composed view of the property group did
2113 /* Ensure pg exists at service level, get composed pg */