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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c119 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable);
121 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable);
1008 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable)
1023 ((dbuf->db_flags & DB_DONT_REUSE) || (dbuf_reusable == 0))) {
1293 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable)
1390 sbd_do_write_xfer(task, scmd, dbuf, dbuf_reusable);
2304 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable)
2369 sbd_do_write_same_xfer(task, scmd, dbuf, dbuf_reusable);
2374 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable)
2385 ((dbuf->db_flags & DB_DONT_REUSE) || (dbuf_reusable
1007 sbd_do_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) argument
1292 sbd_handle_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) argument
2303 sbd_handle_write_same_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) argument
2373 sbd_do_write_same_xfer(struct scsi_task *task, sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) argument
[all...]

Completed in 49 milliseconds