Home
last modified time | relevance | path

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

/external/sg3_utils/lib/
Dsg_pt_haiku.c491 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths() argument
497 if (req_dinp) in get_pt_req_lengths()
498 *req_dinp = 0; in get_pt_req_lengths()
501 } else if (req_dinp && (ptp->raw_command.flags & B_RAW_DEVICE_DATA_IN)) { in get_pt_req_lengths()
503 *req_dinp = ptp->data_len; in get_pt_req_lengths()
509 if (req_dinp) in get_pt_req_lengths()
510 *req_dinp = 0; in get_pt_req_lengths()
512 if (req_dinp) in get_pt_req_lengths()
513 *req_dinp = 0; in get_pt_req_lengths()
Dsg_pt_solaris.c374 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths() argument
381 if (req_dinp) { in get_pt_req_lengths()
383 *req_dinp = dxfer_len; in get_pt_req_lengths()
385 *req_dinp = 0; in get_pt_req_lengths()
Dsg_pt_dummy.c279 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths() argument
283 if (req_dinp) {} in get_pt_req_lengths()
Dsg_pt_osf1.c507 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths() argument
513 if (req_dinp) { in get_pt_req_lengths()
515 *req_dinp = ptp->dxfer_len; in get_pt_req_lengths()
517 *req_dinp = 0; in get_pt_req_lengths()
Dsg_pt_linux.c813 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths() argument
818 if (req_dinp) { in get_pt_req_lengths()
820 *req_dinp = ptp->io_hdr.din_xfer_len; in get_pt_req_lengths()
822 *req_dinp = 0; in get_pt_req_lengths()
Dsg_pt_win32.c1320 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths() argument
1325 if (req_dinp) { in get_pt_req_lengths()
1327 *req_dinp = psp->dxfer_len; in get_pt_req_lengths()
1329 *req_dinp = 0; in get_pt_req_lengths()
Dsg_pt_freebsd.c976 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths() argument
982 if (req_dinp) { in get_pt_req_lengths()
984 *req_dinp = ptp->dxfer_ilen; in get_pt_req_lengths()
986 *req_dinp = 0; in get_pt_req_lengths()
/external/sg3_utils/include/
Dsg_pt.h249 void get_pt_req_lengths(const struct sg_pt_base * objp, int * req_dinp,