Searched refs:bufunc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c598 void *buf, size_t size, ubufunc_t bufunc);
622 static int st_get_media_identification(struct scsi_tape *un, ubufunc_t bufunc);
14400 size_t size, ubufunc_t bufunc)
14444 result = bufunc(un, cmd, FKIOCTL);
16515 st_get_media_id_via_read_attribute(struct scsi_tape *un, ubufunc_t bufunc) argument
16526 result = st_read_attributes(un, 0x0401, buffer, size, bufunc);
16565 st_get_media_id_via_media_serial_cmd(struct scsi_tape *un, ubufunc_t bufunc) argument
16606 rval = bufunc(un, ucmd, FKIOCTL);
16674 st_bogus_media_id(struct scsi_tape *un, ubufunc_t bufunc) argument
16685 typedef int (*media_chk_function)(struct scsi_tape *, ubufunc_t bufunc);
14399 st_read_attributes(struct scsi_tape *un, uint16_t attribute, void *pnt, size_t size, ubufunc_t bufunc) argument
16694 st_get_media_identification(struct scsi_tape *un, ubufunc_t bufunc) argument
[all...]

Completed in 102 milliseconds