Searched refs:svcv (Results 1 – 1 of 1) sorted by relevance
182 sv_conf_t svcv; in sv_enable_nocfg() local197 bzero(&svcv, sizeof (svcv)); in sv_enable_nocfg()206 svcv.svc_major = major(stbv.st_rdev); in sv_enable_nocfg()209 strncpy(svcv.svc_path, vol, sizeof (svcv.svc_path)); in sv_enable_nocfg()217 svcv.svc_flag = (NSC_DEVICE | NSC_CACHE); in sv_enable_nocfg()218 svcv.svc_error = spcs_s_ucreate(); in sv_enable_nocfg()220 if (ioctl(fd, SVIOC_ENABLE, &svcv) < 0) { in sv_enable_nocfg()222 spcs_log("sv", &svcv.svc_error, in sv_enable_nocfg()224 svcv.svc_path); in sv_enable_nocfg()225 spcs_s_ufree(&svcv.svc_error); in sv_enable_nocfg()[all …]