Searched refs:svcb (Results 1 – 1 of 1) sorted by relevance
183 sv_conf_t svcb; in sv_enable_nocfg() local198 bzero(&svcb, sizeof (svcb)); in sv_enable_nocfg()207 svcb.svc_minor = minor(stbb.st_rdev); in sv_enable_nocfg()210 strncpy(svcb.svc_path, bmp, sizeof (svcb.svc_path)); in sv_enable_nocfg()231 svcb.svc_flag = (NSC_DEVICE | NSC_CACHE); in sv_enable_nocfg()232 svcb.svc_error = spcs_s_ucreate(); in sv_enable_nocfg()234 if (ioctl(fd, SVIOC_ENABLE, &svcb) < 0) { in sv_enable_nocfg()236 spcs_log("sv", &svcb.svc_error, in sv_enable_nocfg()238 svcb.svc_path); in sv_enable_nocfg()245 spcs_s_ufree(&svcb.svc_error); in sv_enable_nocfg()[all …]