Searched defs: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); 4590 COPY_POS(&un->un_pos, &un->un_err_pos); 4626 COPY_POS(&savepos, &un->un_pos); 4653 COPY_POS(&savepos, &un->un_pos); 4721 COPY_POS(&savepos, &un->un_pos); 4790 COPY_POS(&spos, &un->un_pos); 4820 COPY_POS(&un->un_pos, &spos); 5784 COPY_POS(&un->un_err_pos, &un->un_pos); 5816 COPY_POS( [all...] |
Completed in 82 milliseconds