Searched refs:composed (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_mirror.c284 dlist_t *composed = NULL; local
320 composed = NULL;
346 composed = dlist_append(item, composed, AT_TAIL);
386 request, composed, msize, n, &stripes)) == 0) {
390 composed = dlist_append(stripes, composed, AT_TAIL);
406 request, composed, msize, n, &concats)) == 0) {
410 composed = dlist_append(concats, composed, AT_TAI
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c151 * 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, require
1881 ra_get_pg(scf_handle_t *h, scf_instance_t *inst, const char *pgname, boolean_t composed, boolean_t required, scf_propertygroup_t **pg) argument
1905 ra_get_boolean_prop(scf_handle_t *h, scf_instance_t *inst, const char *pgname, const char *propname, boolean_t composed, boolean_t required, boolean_t *val) argument
1920 ra_get_single_prop_as_string(scf_handle_t *h, scf_instance_t *inst, const char *pgname, const char *propname, boolean_t composed, boolean_t required, scf_type_t *type, char **value) argument
1941 ra_get_prop_as_string(scf_handle_t *h, scf_instance_t *inst, const char *pgname, const char *propname, boolean_t composed, boolean_t required, scf_type_t *type, int *numvalues, char ***values) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c206 * do a composed lookup there. Otherwise, do an (optionally composed)
208 * always composed.
213 size_t sz, uint_t flags, int use_running, int composed)
220 if (composed || use_running)
211 svcctl_scm_inst_get_val(svcctl_manager_context_t *mgr_ctx, scf_instance_t *inst, const char *pgname, const char *propname, scf_type_t ty, void *vp, size_t sz, uint_t flags, int use_running, int composed) argument
/illumos-gate/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.s55 / composed of an array of 64-bit "digits" or "chunks" along with
225 / composed of an array of 64-bit "digits" or "chunks" along with
/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c188 * Get the pg from the running snapshot of the instance (composed or not)
192 scf_propertygroup_t *pg, int composed)
213 if (composed) {
1489 * the pg in the composed view of the instance, it will look in the global
191 get_pg(scf_service_t *s, scf_instance_t *i, const char *n, scf_propertygroup_t *pg, int composed) argument
H A Dlowlevel.c1863 scf_datael_t *out, boolean_t composed)
1871 if (composed)
1913 if (composed)
1920 if (composed)
2339 boolean_t composed)
2360 (composed ? RP_ITER_START_COMPOSED : 0);
2382 const char *pgtype, boolean_t composed)
2406 (composed ? RP_ITER_START_COMPOSED : 0);
1862 datael_get_child(const scf_datael_t *dp, const char *name, uint32_t type, scf_datael_t *out, boolean_t composed) argument
2338 datael_setup_iter(scf_iter_t *iter, const scf_datael_t *dp, uint32_t res_type, boolean_t composed) argument
2381 datael_setup_iter_pgtyped(scf_iter_t *iter, const scf_datael_t *dp, const char *pgtype, boolean_t composed) argument
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c496 * do a composed lookup there. Otherwise, do an (optionally composed)
498 * always composed.
503 int use_running, int composed)
510 if (composed || use_running)
501 inst_get_single_val(scf_instance_t *inst, const char *pgname, const char *propname, scf_type_t ty, void *vp, size_t sz, uint_t flags, int use_running, int composed) argument
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c150 * sets. Here we present a composed view of an instance's properties as the
152 * properties of snaplevels are combined to form a composed view of the
153 * properties of a snapshot (which should match the composed view of the
157 * group iterator for an instance or snapshot be composed. Property groups
163 * composition-savvy, and that we have a "composed property group" entity
165 * over "composed property groups" yields properties which may have different
166 * parents, but for all other operations a composed property group behaves
172 * composed property groups they point to property groups. A composed
2177 * Initialize a "composed propert
5949 rc_iter_create(rc_node_iter_t **resp, rc_node_t *np, uint32_t type, rc_iter_filter_func *filter, void *arg, boolean_t composed) argument
[all...]

Completed in 102 milliseconds