Searched refs:COPY_POS (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 104 #define COPY_POS(dest, source) bcopy(source, dest, sizeof (tapepos_t)) macro 1506 COPY_POS(&un->un_suspend_pos, &un->un_pos); in st_detach() 4590 COPY_POS(&un->un_pos, &un->un_err_pos); in st_space_fmks() 4626 COPY_POS(&savepos, &un->un_pos); in st_find_eod() 4653 COPY_POS(&savepos, &un->un_pos); in st_find_eod() 4721 COPY_POS(&savepos, &un->un_pos); in st_find_eod() 4790 COPY_POS(&spos, &un->un_pos); in st_check_density_or_wfm() 4820 COPY_POS(&un->un_pos, &spos); in st_check_density_or_wfm() 5784 COPY_POS(&un->un_err_pos, &un->un_pos); in st_do_mtioctop() 5816 COPY_POS(&un->un_err_pos, &un->un_pos); in st_do_mtioctop() [all …]
|