Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1073 typedef int (*bufunc_t)(struct scsi_tape *, int, int64_t, int); typedef
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c601 static int st_update_block_pos(struct scsi_tape *un, bufunc_t bf,
13166 bufunc_t bf = (ubf == st_uscsi_rcmd) ? st_rcmd : st_cmd; in st_validate_tapemarks()
14528 st_update_block_pos(struct scsi_tape *un, bufunc_t bf, int post_space) in st_update_block_pos()
15112 bufunc_t bf = (ubf == st_uscsi_cmd) ? st_cmd : st_rcmd; in st_logical_block_locate()