Searched refs:imp_str (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 262 static char *imp_str = NULL; variable 5408 if (scf_pg_get_type(lipg, imp_str, imp_str_sz) < 0) { in process_old_pg() 5423 if (strcmp(imp_str, SCF_GROUP_DEPENDENCY) == 0) { in process_old_pg() 5447 if (scf_pg_get_name(lipg, imp_str, imp_str_sz) < 0) { in process_old_pg() 5462 pgrp.sc_pgroup_name = imp_str; in process_old_pg() 5469 if (strcmp(imp_str, "dependents") == 0) in process_old_pg() 5472 if (strcmp(imp_str, SCF_PG_MANIFESTFILES) == 0) in process_old_pg() 5477 if (entity_get_pg(ent, issvc, imp_str, imp_pg2) != 0) { in process_old_pg() 5497 warn(deleting, ient->sc_fmri, imp_str); in process_old_pg() 5511 warn(emsg_pg_del_perm, imp_str, ient->sc_fmri); in process_old_pg() [all …]
|