Searched refs:tybuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c14168 char *buf, *tybuf, *pname; local
14211 tybuf = safe_malloc(max_scf_pg_type_len + 1);
14231 if (scf_pg_get_type(pg, tybuf, max_scf_pg_type_len + 1) < 0)
14236 "# addpg %s %s\n", buf, buf, buf, tybuf) < 0) {
14354 free(tybuf);

Completed in 67 milliseconds