Home
last modified time | relevance | path

Searched refs:svcctl_scm_find_service (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c389 svc = svcctl_scm_find_service(mgr_ctx, svc_ctx->sc_svcname); in svcctl_s_ControlService()
638 svc = svcctl_scm_find_service(mgr_ctx, svc_ctx->sc_svcname); in svcctl_s_QueryServiceStatus()
687 svc = svcctl_scm_find_service(mgr_ctx, svc_ctx->sc_svcname); in svcctl_s_EnumDependentServices()
846 svc = svcctl_scm_find_service(mgr_ctx, svc_ctx->sc_svcname); in svcctl_s_QueryServiceConfig()
909 svc = svcctl_scm_find_service(mgr_ctx, svc_ctx->sc_svcname); in svcctl_s_StartService()
944 svc = svcctl_scm_find_service(mgr_ctx, (char *)param->service_name); in svcctl_s_GetServiceDisplayNameW()
991 svc = svcctl_scm_find_service(mgr_ctx, (char *)param->service_name); in svcctl_s_GetServiceKeyNameW()
1231 svc = svcctl_scm_find_service(mgr_ctx, svc_ctx->sc_svcname); in svcctl_s_QueryServiceConfig2W()
1349 svc = svcctl_scm_find_service(mgr_ctx, svc_ctx->sc_svcname); in svcctl_s_QueryServiceStatusEx()
H A Dlibmlsvc.h233 svcctl_svc_node_t *svcctl_scm_find_service(svcctl_manager_context_t *, char *);
H A Dsvcctl_scm.c696 if (svcctl_scm_find_service(mgr_ctx, svc_name) != NULL) in svcctl_scm_validate_service()
737 svcctl_scm_find_service(svcctl_manager_context_t *mgr_ctx, char *svc_name) in svcctl_scm_find_service() function