Searched refs:get_pg (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | notify_params.c | 191 get_pg(scf_service_t *s, scf_instance_t *i, const char *n, function 1511 if (get_pg(s, i, pgname, pg, 1) == 0 || 1513 get_pg(NULL, g, pgname, pg, 0) == 0) 1639 get_pg(s, i, pgname, pg, 1)) == SCF_SUCCESS) { 1732 while (get_pg(NULL, i, pgname, pg, 0) != 0) {
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 2475 get_pg: 2505 goto get_pg; 2635 get_pg:
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 3378 get_pg: 3413 goto get_pg;
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 467 get_pg(const char *pg_name, scf_propertygroup_t *pg) function 1909 if (get_pg(pg->sc_pgroup_name, sc_pg) != SCF_SUCCESS) { 2160 * Using get_pg() requires that the cur_svc/cur_inst be 2179 if (get_pg(pg->sc_pgroup_name, sc_pg) == SCF_SUCCESS) { 13276 if (get_pg(SCF_PG_TM_COMMON_NAME, pg) == 0) { 13297 if (get_pg(SCF_PG_TM_DESCRIPTION, pg) == 0) {
|
Completed in 86 milliseconds