Searched refs:sc_svcname (Results 1 – 2 of 2) sorted by relevance
194 free(svc_ctx->sc_svcname); in svcctl_hdfree()309 svc_ctx->sc_svcname = svcname; in svcctl_svc_hdalloc()312 (void) strlcpy(svc_ctx->sc_svcname, svc_name, max_name_sz); in svcctl_svc_hdalloc()389 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()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()
212 char *sc_svcname; /* Service Name */ member