Searched defs:composed (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libscf/common/ |
H A D | notify_params.c | 188 * 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 D | lowlevel.c | 1923 scf_datael_t *out, boolean_t composed) 1931 if (composed) 1973 if (composed) 1980 if (composed) 2627 boolean_t composed = (flags & SCF_ITER_COMPOSED); local 2647 (composed ? RP_ITER_START_COMPOSED : 0) | 2670 const char *pgtype, boolean_t composed) 2694 (composed ? RP_ITER_START_COMPOSED : 0); 1922 datael_get_child(const scf_datael_t *dp, const char *name, uint32_t type, scf_datael_t *out, boolean_t composed) argument 2669 datael_setup_iter_pgtyped(scf_iter_t *iter, const scf_datael_t *dp, const char *pgtype, boolean_t composed) argument
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | svcctl_scm.c | 206 * 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
|
Completed in 45 milliseconds