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

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c3133 dsw_copyp32_t copyp32; local
3140 if (copyin((void *)arg, &copyp32, sizeof (copyp32)) < 0)
3142 II_TAIL_COPY(copyp, copyp32, shadow_vol, dsw_copyp_t);
3143 copyp.status = (spcs_s_info_t)copyp32.status;
3195 copyp32.copy_delay = copyp.copy_delay;
3196 copyp32.copy_unit = copyp.copy_unit;
3197 if (copyout(&copyp32, (void *)arg, sizeof (copyp32)) < 0)

Completed in 156 milliseconds