Home
last modified time | relevance | path

Searched defs:request_element (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sg3_utils/examples/
H A Dsgq_dd.c124 typedef struct request_element struct
126 int qstate; /* "QS" state */
127 int infd;
128 int outfd;
129 int wr;
130 int blk;
131 int num_blks;
132 uint8_t * buffp;
133 uint8_t * alloc_bp;
134 sg_io_hdr_t io_hdr;
[all …]
/aosp_15_r20/external/sg3_utils/src/
H A Dsgp_dd.c187 typedef struct request_element struct
189 bool wr;
190 bool in_stop;
191 bool in_err;
192 bool out_err;
193 bool use_no_dxfer;
194 int infd;
195 int outfd;
196 int64_t blk;
197 int num_blks;
[all …]
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_mrq_dd.cpp315 typedef struct request_element struct
317 struct global_collection *clp;
318 bool has_share;
319 bool both_sg;
320 bool same_sg;
321 bool only_in_sg;
322 bool only_out_sg;
323 bool stop_after_write;
324 bool stop_now;
325 int id;
[all …]
H A Dsgh_dd.cpp288 typedef struct request_element struct
290 struct global_collection *clp;
291 bool wr;
292 bool has_share;
293 bool both_sg;
294 bool same_sg;
295 bool only_in_sg;
296 bool only_out_sg;
298 int id;
299 int bs;
[all …]
H A Dsgs_dd.c139 typedef struct request_element struct
141 struct request_element * nextp; argument
142 bool stop_after_wr;
143 bool wr;
144 int state;
145 int blk;
146 int num_blks;
147 uint8_t * buffp;
148 uint8_t * free_buffp;
149 sg_io_hdr_t io_hdr;
[all …]