Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c3134 dsw_copyp32_t copyp32; in _ii_copyparm() local
3141 if (copyin((void *)arg, &copyp32, 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(&copyp32, (void *)arg, sizeof (copyp32)) < 0) in _ii_copyparm()