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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12012 char *pgty; local
12051 pgty = safe_malloc(max_scf_pg_type_len + 1);
12053 if (scf_pg_get_type(pg, pgty, max_scf_pg_type_len + 1) < 0)
12056 if (strcmp(pgty, SCF_GROUP_DEPENDENCY) != 0) {
12058 free(pgty);
12062 free(pgty);
12171 char *pgty, *name, *fmri; local
12179 pgty = safe_malloc(max_scf_pg_type_len + 1);
12180 if (scf_pg_get_type(pg, pgty, max_scf_pg_type_len + 1) < 0)
12183 if (strcmp(pgty, scf_group_framewor
[all...]

Completed in 91 milliseconds