Searched refs:vrs (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_sol_dev.c | 1095 struct vm_register_set vrs; in vmmdev_do_ioctl() local 1099 if (ddi_copyin(datap, &vrs, sizeof (vrs), md)) { in vmmdev_do_ioctl() 1103 if (vrs.count > VM_REG_LAST || vrs.count == 0) { in vmmdev_do_ioctl() 1107 if (ddi_copyin(vrs.regnums, regnums, in vmmdev_do_ioctl() 1108 sizeof (int) * vrs.count, md)) { in vmmdev_do_ioctl() 1114 for (uint_t i = 0; i < vrs.count && error == 0; i++) { in vmmdev_do_ioctl() 1122 if (error == 0 && ddi_copyout(regvals, vrs.regvals, in vmmdev_do_ioctl() 1123 sizeof (uint64_t) * vrs.count, md)) { in vmmdev_do_ioctl() 1129 struct vm_register_set vrs; in vmmdev_do_ioctl() local 1133 if (ddi_copyin(datap, &vrs, sizeof (vrs), md)) { in vmmdev_do_ioctl() [all …]
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_hio.h | 304 int vrs; member
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_hio.c | 1049 nhd->vrs = NXGE_VR_SR_MAX - 2; in nxge_hio_init() 1876 if (nhd->vrs == 0) { in nxge_hio_vr_share() 1910 nhd->vrs--; in nxge_hio_vr_share() 1956 nhd->vrs++; in nxge_hio_unshare()
|