Searched defs:post_space (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c602 int post_space);
604 read_p_types type, size_t data_sz, const caddr_t responce, int post_space);
14528 st_update_block_pos(struct scsi_tape *un, bufunc_t bf, int post_space) argument
14546 post_space)) == 0)) {
14556 (caddr_t)un->un_read_pos_data, post_space);
14728 read_p_types type, size_t data_sz, const caddr_t responce, int post_space)
14738 * So if post_space is set we don't print out what has changed.
14740 if ((dest != &un->un_pos) && (post_space == 0) &&
14727 st_interpret_read_pos(struct scsi_tape const *un, tapepos_t *dest, read_p_types type, size_t data_sz, const caddr_t responce, int post_space) argument

Completed in 94 milliseconds