Searched refs:req_dinp (Results 1 – 8 of 8) sorted by relevance
/external/sg3_utils/lib/ |
D | sg_pt_haiku.c | 491 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()
|
D | sg_pt_solaris.c | 374 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()
|
D | sg_pt_dummy.c | 279 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()
|
D | sg_pt_osf1.c | 507 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()
|
D | sg_pt_linux.c | 813 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()
|
D | sg_pt_win32.c | 1320 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()
|
D | sg_pt_freebsd.c | 976 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/ |
D | sg_pt.h | 249 void get_pt_req_lengths(const struct sg_pt_base * objp, int * req_dinp,
|