Searched refs:svcv (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c182 sv_conf_t svcv; local
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
[all...]

Completed in 20 milliseconds