Home
last modified time | relevance | path

Searched refs:req_doutp (Results 1 – 8 of 8) sorted by relevance

/external/sg3_utils/lib/
Dsg_pt_haiku.c492 int * req_doutp) in get_pt_req_lengths() argument
499 if (req_doutp) in get_pt_req_lengths()
500 *req_doutp = 0; in get_pt_req_lengths()
504 if (req_doutp) in get_pt_req_lengths()
505 *req_doutp = 0; in get_pt_req_lengths()
506 } else if (req_doutp && in get_pt_req_lengths()
508 *req_doutp = ptp->data_len; in get_pt_req_lengths()
514 if (req_doutp) in get_pt_req_lengths()
515 *req_doutp = 0; in get_pt_req_lengths()
Dsg_pt_solaris.c375 int * req_doutp) in get_pt_req_lengths() argument
387 if (req_doutp) { in get_pt_req_lengths()
389 *req_doutp = dxfer_len; in get_pt_req_lengths()
391 *req_doutp = 0; in get_pt_req_lengths()
Dsg_pt_dummy.c280 int * req_doutp) in get_pt_req_lengths() argument
284 if (req_doutp) {} in get_pt_req_lengths()
Dsg_pt_osf1.c508 int * req_doutp) in get_pt_req_lengths() argument
519 if (req_doutp) { in get_pt_req_lengths()
521 *req_doutp = ptp->dxfer_len; in get_pt_req_lengths()
523 *req_doutp = 0; in get_pt_req_lengths()
Dsg_pt_linux.c814 int * req_doutp) in get_pt_req_lengths() argument
824 if (req_doutp) { in get_pt_req_lengths()
826 *req_doutp = ptp->io_hdr.dout_xfer_len; in get_pt_req_lengths()
828 *req_doutp = 0; in get_pt_req_lengths()
Dsg_pt_win32.c1321 int * req_doutp) in get_pt_req_lengths() argument
1331 if (req_doutp) { in get_pt_req_lengths()
1333 *req_doutp = psp->dxfer_len; in get_pt_req_lengths()
1335 *req_doutp = 0; in get_pt_req_lengths()
Dsg_pt_freebsd.c977 int * req_doutp) in get_pt_req_lengths() argument
988 if (req_doutp) { in get_pt_req_lengths()
990 *req_doutp = ptp->dxfer_olen; in get_pt_req_lengths()
992 *req_doutp = 0; in get_pt_req_lengths()
/external/sg3_utils/include/
Dsg_pt.h250 int * req_doutp);