Lines Matching refs:services
28 * This interface provides remote access to list SMF services
660 * Enumerate the list of services that depend on the specified service.
710 param->services = NDR_STRDUP(mxa, "");
717 param->services = NDR_MALLOC(mxa, input_bufsize);
718 if (param->services == NULL) {
723 bzero(param->services, input_bufsize);
732 param->services = NDR_STRDUP(mxa, "");
740 * Enumerate the list of services we support.
770 param->services = NDR_MALLOC(mxa, buf_size);
771 if (param->services == NULL) {
775 bzero(param->services, buf_size);
786 svc_num = svcctl_scm_enum_services(mgr_ctx, param->services,
807 param->services = NDR_STRDUP(mxa, "");
1115 * Enumerate the list of services we support as ASCII.
1145 param->services = NDR_MALLOC(mxa, buf_size);
1146 if (param->services == NULL) {
1150 bzero(param->services, buf_size);
1152 svc_num = svcctl_scm_enum_services(mgr_ctx, param->services,
1173 param->services = NDR_STRDUP(mxa, "");