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

/illumos-gate/usr/src/man/man3scf/
H A DMakefile96 scf_pg_get_name.3scf \
309 scf_pg_get_name.3scf := LINKSRC = scf_pg_create.3scf
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3164 scf_pg_get_name(const scf_propertygroup_t *pg, char *out, size_t len) function
5881 r = scf_pg_get_name(pg, tmp, sizeof (tmp));
5956 r = scf_pg_get_name(pg, me, sizeof (me));
6377 if (scf_pg_get_name(pg, NULL, 0) < 0 &&
6713 if (scf_pg_get_name(pg, pgname,
6919 if (scf_pg_get_name(pg, NULL, 0) < 0) {

Completed in 145 milliseconds