Lines Matching refs:svcv
182 sv_conf_t svcv;
197 bzero(&svcv, sizeof (svcv));
206 svcv.svc_major = major(stbv.st_rdev);
209 strncpy(svcv.svc_path, vol, sizeof (svcv.svc_path));
217 svcv.svc_flag = (NSC_DEVICE | NSC_CACHE);
218 svcv.svc_error = spcs_s_ucreate();
220 if (ioctl(fd, SVIOC_ENABLE, &svcv) < 0) {
222 spcs_log("sv", &svcv.svc_error,
224 svcv.svc_path);
225 spcs_s_ufree(&svcv.svc_error);
239 if (ioctl(fd, SVIOC_DISABLE, &svcv) < 0)
240 spcs_log("sv", &svcv.svc_error,
242 svcv.svc_path);
244 spcs_s_ufree(&svcv.svc_error);
251 spcs_log("sv", NULL, gettext("enabled %s"), svcv.svc_path);
253 spcs_s_ufree(&svcv.svc_error);