scf_scope_add_service
if (scf_scope_add_service(scope, "system/svc/restarter", svc) !=
if (scf_scope_add_service(scope, MHASH_SVC, svc) ==
if (scf_scope_add_service(scope, SCF_LEGACY_SERVICE, svc) !=
if (scf_scope_add_service(scope, startd_svc, svc) != 0) {
if (scf_scope_add_service(cur_scope, name, NULL) !=
if (scf_scope_add_service(scope, sstr, svc) != 0) {
if (scf_scope_add_service(imp_scope, imp_tsname, imp_tsvc) != 0) {
if (scf_scope_add_service(scope, s->sc_name, imp_svc) != 0) {
int scf_scope_add_service(const scf_scope_t *, const char *, scf_service_t *);