Home
last modified time | relevance | path

Searched refs:mx_di_len (Results 1 – 2 of 2) sorted by relevance

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_basic.c119 sg_cmds_process_helper(const char * leadin, int mx_di_len, int resid, in sg_cmds_process_helper() argument
162 if ((mx_di_len > 0) && (resid > 0)) { in sg_cmds_process_helper()
163 got = mx_di_len - resid; in sg_cmds_process_helper()
166 "bytes\n", pass_through_s, mx_di_len, got); in sg_cmds_process_helper()
187 int pt_res, int mx_di_len, const unsigned char * sbp, in sg_cmds_process_resp() argument
224 resid = (mx_di_len > 0) ? get_scsi_pt_resid(ptvp) : 0; in sg_cmds_process_resp()
241 if (mx_di_len > 0) { in sg_cmds_process_resp()
242 got = mx_di_len - resid; in sg_cmds_process_resp()
245 "bytes\n", leadin, pass_through_s, mx_di_len, got); in sg_cmds_process_resp()
288 return sg_cmds_process_helper(leadin, mx_di_len, resid, sbp, slen, in sg_cmds_process_resp()
[all …]
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_basic.h297 int pt_res, int mx_di_len,