Home
last modified time | relevance | path

Searched refs:svc_ctx (Results 1 – 1 of 1) 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() local
192 svc_ctx = ctx->c_ctx.uc_svc; in svcctl_hdfree()
193 free(svc_ctx->sc_mgrid); in svcctl_hdfree()
194 free(svc_ctx->sc_svcname); in svcctl_hdfree()
195 free(svc_ctx); in svcctl_hdfree()
275 svcctl_service_context_t *svc_ctx; in svcctl_svc_hdalloc() local
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()
298 svc_ctx->sc_mgrid = malloc(sizeof (ndr_hdid_t)); in svcctl_svc_hdalloc()
301 if ((svc_ctx->sc_mgrid == NULL) || (svcname == NULL)) { in svcctl_svc_hdalloc()
[all …]