scf_scope_get_name
if (scf_scope_get_name(wip->scope, scope_buf, max_scf_name_length) < 0)
if (scf_scope_get_name(wip->scope, provider_scope,
if (scf_scope_get_name(child, name, sizeof (name)) < 0)
r = scf_scope_get_name(scope, tmp, sizeof (tmp));
ssize_t scf_scope_get_name(const scf_scope_t *, char *, size_t);