Lines Matching defs:svv
386 sv_version_t svv;
389 bzero(&svv, sizeof (svv));
390 svv.svv_error = spcs_s_ucreate();
399 if (ioctl(fd, SVIOC_VERSION, &svv) != 0) {
400 error(&svv.svv_error,
405 spcs_s_ufree(&svv.svv_error);
408 svv.svv_major_rev, svv.svv_minor_rev,
409 svv.svv_micro_rev, svv.svv_baseline_rev);
411 if (svv.svv_micro_rev) {
413 svv.svv_major_rev, svv.svv_minor_rev, svv.svv_micro_rev);
416 svv.svv_major_rev, svv.svv_minor_rev);