Home
last modified time | relevance | path

Searched refs:svcctl_service_context_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c178 svcctl_service_context_t *svc_ctx; in svcctl_hdfree()
275 svcctl_service_context_t *svc_ctx; in svcctl_svc_hdalloc()
291 if ((svc_ctx = malloc(sizeof (svcctl_service_context_t))) == NULL) { in svcctl_svc_hdalloc()
296 bzero(svc_ctx, sizeof (svcctl_service_context_t)); in svcctl_svc_hdalloc()
353 svcctl_service_context_t *svc_ctx; in svcctl_s_ControlService()
620 svcctl_service_context_t *svc_ctx; in svcctl_s_QueryServiceStatus()
669 svcctl_service_context_t *svc_ctx; in svcctl_s_EnumDependentServices()
826 svcctl_service_context_t *svc_ctx; in svcctl_s_QueryServiceConfig()
893 svcctl_service_context_t *svc_ctx; in svcctl_s_StartService()
1194 svcctl_service_context_t *svc_ctx; in svcctl_s_QueryServiceConfig2W()
[all …]
H A Dlibmlsvc.h205 } svcctl_service_context_t; typedef
217 svcctl_service_context_t *uc_svc;