Searched refs:exp_pg (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 287 static scf_propertygroup_t *exp_pg; variable 10560 if (scf_instance_get_pg(inst, scf_pg_general, exp_pg) != SCF_SUCCESS) { in export_instance() 10573 } else if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0 || in export_instance() 10576 if (scf_pg_to_fmri(exp_pg, exp_str, exp_str_sz) < 0) in export_instance() 10594 while ((ret = scf_iter_next_pg(exp_pg_iter, exp_pg)) == 1) { in export_instance() 10597 if (scf_pg_get_flags(exp_pg, &pgflags) != 0) in export_instance() 10603 if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0) in export_instance() 10607 export_dependency(exp_pg, &elts); in export_instance() 10610 export_method(exp_pg, &elts); in export_instance() 10613 if (scf_pg_get_name(exp_pg, exp_str, in export_instance() [all …]
|