Home
last modified time | relevance | path

Searched refs:do_len (Results 1 – 6 of 6) sorted by relevance

/external/sg3_utils/src/
Dsg_write_verify.c127 uint8_t *dop, int do_len, int timeout, in run_scsi_transaction() argument
141 if ((verbose > 2) && dop && do_len) { in run_scsi_transaction()
142 pr2serr(" Data out buffer [%d bytes]:\n", do_len); in run_scsi_transaction()
143 hex2stderr(dop, do_len, -1); in run_scsi_transaction()
153 set_scsi_pt_data_out(ptvp, dop, do_len); in run_scsi_transaction()
203 uint8_t *dop, int do_len, int timeout, in sg_ll_write_verify10() argument
220 ret = run_scsi_transaction(sg_fd, wv_cdb, sizeof(wv_cdb), dop, do_len, in sg_ll_write_verify10()
230 int do_len, int timeout, bool noisy, int verbose) in sg_ll_write_verify16() argument
247 ret = run_scsi_transaction(sg_fd, wv_cdb, sizeof(wv_cdb), dop, do_len, in sg_ll_write_verify16()
Dsg_ses_microcode.c301 int do_len, rem, res, rsp_len, k, n, num, mc_status, resid, act_len, verb; in send_then_receive() local
313 do_len = 24 + dmp_len; in send_then_receive()
314 rem = do_len % 4; in send_then_receive()
316 do_len += (4 - rem); in send_then_receive()
320 do_len = 24; in send_then_receive()
326 if (do_len > wp->dout_len) { in send_then_receive()
329 wp->doutp = sg_memalign(do_len, 0, &wp->free_doutp, op->verbose > 3); in send_then_receive()
331 pr2serr("%s: unable to alloc %d bytes\n", __func__, do_len); in send_then_receive()
334 wp->dout_len = do_len; in send_then_receive()
336 memset(wp->doutp, 0, do_len); in send_then_receive()
[all …]
Dsg_write_x.c1843 uint32_t d, dd, nn, do_len; in process_scattered() local
1946 do_len = dd; in process_scattered()
1964 do_len = dd + d; in process_scattered()
1966 up = sg_memalign(do_len, 0, &free_up, false); in process_scattered()
2025 do_len = ((op->scat_lbdof + sum_num) * op->bs_pi_do); in process_scattered()
2102 do_len = (num_lbard + sum_num) * op->bs_pi_do; in process_scattered()
2118 do_len = ((op->scat_lbdof + sum_num) * op->bs_pi_do); in process_scattered()
2119 up = sg_memalign(do_len, 0, &free_up, false); in process_scattered()
2148 ret = do_write_x(sg_fd, up, do_len, op); in process_scattered()
2181 uint32_t do_len = 0; in main() local
[all …]
/external/rust/crates/semver/src/
Ddisplay.rs17 let do_len = || -> usize { in fmt() localVariable
29 pad(formatter, do_display, do_len) in fmt()
125 do_len: impl FnOnce() -> usize, in pad()
132 let len = do_len(); in pad()
/external/sg3_utils/lib/
Dsg_pt_common.c546 const uint8_t * cdbp, const uint8_t * dop, int do_len, in sntl_resp_mode_select10() argument
571 rlen = (do_len < param_len) ? do_len : param_len; in sntl_resp_mode_select10()
/external/sg3_utils/include/
Dsg_pt_nvme.h214 int do_len, struct sg_sntl_result_t * resp);