Searched defs:imp_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c262 static char *imp_str = NULL; variable
5408 if (scf_pg_get_type(lipg, imp_str, imp_str_sz) < 0) {
5423 if (strcmp(imp_str, SCF_GROUP_DEPENDENCY) == 0) {
5447 if (scf_pg_get_name(lipg, imp_str, imp_str_sz) < 0) {
5462 pgrp.sc_pgroup_name = imp_str;
5469 if (strcmp(imp_str, "dependents") == 0)
5472 if (strcmp(imp_str, SCF_PG_MANIFESTFILES) == 0)
5477 if (entity_get_pg(ent, issvc, imp_str, imp_pg2) != 0) {
5497 warn(deleting, ient->sc_fmri, imp_str);
5511 warn(emsg_pg_del_perm, imp_str, ien
7379 snap_previous, s->sc_name, imp_str); local
7395 snap_previous, s->sc_name, imp_str); local
7793 "instance \\"%s\\".\\n"), s->sc_fmri, imp_str); local
[all...]

Completed in 106 milliseconds