Home
last modified time | relevance | path

Searched refs:rcoll (Results 1 – 5 of 5) sorted by relevance

/external/sg3_utils/examples/
Dsgq_dd.c146 static Rq_coll rcoll; variable
189 if (0 != rcoll.out_count) in print_stats()
190 fprintf(stderr, " remaining block count=%d\n", rcoll.out_count); in print_stats()
191 infull = dd_count - rcoll.in_done_count - rcoll.in_partial; in print_stats()
192 fprintf(stderr, "%d+%d records in\n", infull, rcoll.in_partial); in print_stats()
193 outfull = dd_count - rcoll.out_done_count - rcoll.out_partial; in print_stats()
194 fprintf(stderr, "%d+%d records out\n", outfull, rcoll.out_partial); in print_stats()
760 memset(&rcoll, 0, sizeof(Rq_coll)); in main()
761 rcoll.bpt = DEF_BLOCKS_PER_TRANSFER; in main()
762 rcoll.in_type = FT_OTHER; in main()
[all …]
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c7303 Rq_coll rcoll; in do_scsi_sgp_read_write() local
7307 memset(&rcoll, 0, sizeof(Rq_coll)); in do_scsi_sgp_read_write()
7308 rcoll.bpt = DEF_BLOCKS_PER_TRANSFER; in do_scsi_sgp_read_write()
7309 rcoll.in_type = FT_OTHER; in do_scsi_sgp_read_write()
7310 rcoll.out_type = FT_OTHER; in do_scsi_sgp_read_write()
7311 rcoll.cdbsz = DEF_SCSI_CDBSZ; in do_scsi_sgp_read_write()
7316 if (rcoll.bs <= 0) { in do_scsi_sgp_read_write()
7317 rcoll.bs = DEF_BLOCK_SIZE; in do_scsi_sgp_read_write()
7320 rcoll.bs); in do_scsi_sgp_read_write()
7323 if (rcoll.debug) in do_scsi_sgp_read_write()
[all …]
/external/icu/icu4c/source/test/intltest/
Dthcoll.cpp465 LocalPointer<RuleBasedCollator> rcoll(new RuleBasedCollator(rules, status), status); in TestReordering() local
467 compareArray(*rcoll, testcontraction, 3); in TestReordering()
/external/cronet/third_party/icu/source/test/intltest/
Dthcoll.cpp465 LocalPointer<RuleBasedCollator> rcoll(new RuleBasedCollator(rules, status), status); in TestReordering() local
467 compareArray(*rcoll, testcontraction, 3); in TestReordering()
/external/sg3_utils/testing/
Dsgs_dd.c1254 Rq_coll rcoll; in main() local
1255 Rq_coll * clp = &rcoll; in main()