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

/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c386 sv_version_t svv; local
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
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1735 sv_version_t svv; /* Version structure */ local
2030 if (ddi_copyin((void *)arg, &svv,
2031 sizeof (svv), mode) < 0) {
2036 svv.svv_major_rev = sv_major_rev;
2037 svv.svv_minor_rev = sv_minor_rev;
2038 svv.svv_micro_rev = sv_micro_rev;
2039 svv.svv_baseline_rev = sv_baseline_rev;
2041 if (ddi_copyout(&svv, (void *)arg,
2042 sizeof (svv), mode) < 0) {
2047 ustatus = svv
[all...]

Completed in 61 milliseconds