Searched refs:svcctl_context_t (Results 1 – 2 of 2) sorted by relevance
153 svcctl_context_t *ctx; in svcctl_hdlookup()158 if ((ctx = (svcctl_context_t *)hd->nh_data) == NULL) in svcctl_hdlookup()176 svcctl_context_t *ctx; in svcctl_hdfree()181 ctx = (svcctl_context_t *)hd->nh_data; in svcctl_hdfree()215 svcctl_context_t *ctx; in svcctl_mgr_hdalloc()218 if ((ctx = malloc(sizeof (svcctl_context_t))) == NULL) in svcctl_mgr_hdalloc()261 mgr_ctx = ((svcctl_context_t *)hd->nh_data)->c_ctx.uc_mgr; in svcctl_get_mgr_ctx()274 svcctl_context_t *ctx; in svcctl_svc_hdalloc()285 if ((ctx = malloc(sizeof (svcctl_context_t))) == NULL) { in svcctl_svc_hdalloc()363 svc_ctx = ((svcctl_context_t *)hd->nh_data)->c_ctx.uc_svc; in svcctl_s_ControlService()[all …]
221 } svcctl_context_t; typedef