Searched refs:read_blklim (Results 1 – 2 of 2) sorted by relevance
689 #define RBLSIZE (sizeof (struct read_blklim))690 struct read_blklim { struct1009 struct read_blklim *un_rbl; /* ptr to read block limit info */
568 struct read_blklim *read_blk);2278 struct read_blklim *blklim; in st_get_conf_from_tape_drive()2371 blklim = kmem_zalloc(sizeof (struct read_blklim), KM_SLEEP); in st_get_conf_from_tape_drive()2378 kmem_free(blklim, sizeof (struct read_blklim)); in st_get_conf_from_tape_drive()2386 kmem_free(blklim, sizeof (struct read_blklim)); in st_get_conf_from_tape_drive()8405 st_read_block_limits(struct scsi_tape *un, struct read_blklim *read_blk) in st_read_block_limits()8422 com->uscsi_buflen = sizeof (struct read_blklim); in st_read_block_limits()