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

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c2009 sv_version32_t svv32; local
2011 if (ddi_copyin((void *)arg, &svv32,
2012 sizeof (svv32), mode) < 0) {
2017 svv32.svv_major_rev = sv_major_rev;
2018 svv32.svv_minor_rev = sv_minor_rev;
2019 svv32.svv_micro_rev = sv_micro_rev;
2020 svv32.svv_baseline_rev = sv_baseline_rev;
2022 if (ddi_copyout(&svv32, (void *)arg,
2023 sizeof (svv32), mode) < 0) {
2028 ustatus = (spcs_s_info_t)svv32
[all...]

Completed in 57 milliseconds