Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c161 if ((ctx->c_type != type) || (ctx->c_ctx.uc_cp == NULL)) in svcctl_hdlookup()
185 mgr_ctx = ctx->c_ctx.uc_mgr; in svcctl_hdfree()
192 svc_ctx = ctx->c_ctx.uc_svc; in svcctl_hdfree()
241 ctx->c_ctx.uc_mgr = mgr_ctx; in svcctl_mgr_hdalloc()
261 mgr_ctx = ((svcctl_context_t *)hd->nh_data)->c_ctx.uc_mgr; in svcctl_get_mgr_ctx()
314 ctx->c_ctx.uc_svc = svc_ctx; in svcctl_svc_hdalloc()
363 svc_ctx = ((svcctl_context_t *)hd->nh_data)->c_ctx.uc_svc; in svcctl_s_ControlService()
586 mgr_ctx = ((svcctl_context_t *)hd->nh_data)->c_ctx.uc_mgr; in svcctl_s_OpenService()
630 svc_ctx = ((svcctl_context_t *)hd->nh_data)->c_ctx.uc_svc; in svcctl_s_QueryServiceStatus()
680 svc_ctx = ((svcctl_context_t *)hd->nh_data)->c_ctx.uc_svc; in svcctl_s_EnumDependentServices()
[all …]
H A Dlibmlsvc.h219 } c_ctx; member