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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2218 char *pg_name_buf = safe_malloc(max_scf_name_length + 1); local
2251 if (scf_pg_get_name(pg, pg_name_buf, max_scf_name_length) < 0)
2257 if (scf_tmpl_get_by_pg_name(wip->fmri, snap_name, pg_name_buf,
2263 (void) printf("%s (%s)\n", pg_name_buf, SCF_PG_APP_DEFAULT);
2289 (void) printf("%s/%s (%s) = ", pg_name_buf,
2340 free(pg_name_buf);

Completed in 52 milliseconds