Searched refs:copyp32 (Results 1 – 1 of 1) sorted by relevance
3134 dsw_copyp32_t copyp32; in _ii_copyparm() local3141 if (copyin((void *)arg, ©p32, sizeof (copyp32)) < 0) in _ii_copyparm()3143 II_TAIL_COPY(copyp, copyp32, shadow_vol, dsw_copyp_t); in _ii_copyparm()3144 copyp.status = (spcs_s_info_t)copyp32.status; in _ii_copyparm()3196 copyp32.copy_delay = copyp.copy_delay; in _ii_copyparm()3197 copyp32.copy_unit = copyp.copy_unit; in _ii_copyparm()3198 if (copyout(©p32, (void *)arg, sizeof (copyp32)) < 0) in _ii_copyparm()