scf_pg_to_fmri
if (scf_pg_to_fmri(pg, buf, sizeof (buf)) != 0)
if (scf_pg_to_fmri(opg, fmri, max_scf_fmri_len + 2) < 0)
if (scf_pg_to_fmri(exp_pg, exp_str, exp_str_sz) < 0)
len = scf_pg_to_fmri(pg, NULL, 0);
if (scf_pg_to_fmri(pg, fmri, len + 1) < 0)
if (scf_pg_to_fmri(pg, fmri, max_scf_fmri_len + 1) < 0)
if (scf_pg_to_fmri(pg, buf, max_scf_fmri_length + 1) ==
if (scf_pg_to_fmri(pg, buf, max_scf_fmri_length + 1) ==
len = scf_pg_to_fmri(pg, out, sz);
if (scf_pg_to_fmri(pg, fmri, sz) == -1) {
ssize_t scf_pg_to_fmri(const scf_propertygroup_t *, char *, size_t);