Searched defs:good_bytes (Results 1 – 6 of 6) sorted by relevance
456 let good_bytes = c"\xf0\x9f\xa6\x80"; in test_cstr_display() localVariable494 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_display() localVariable509 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_debug() localVariable
298 int good_bytes = (result == 0 ? this_count : 0); in sr_done() local
164 unsigned int good_bytes; in scsi_finish_command() local
2272 unsigned int transferred, good_bytes; in sd_completed_bytes() local2321 unsigned int good_bytes = result ? 0 : scsi_bufflen(SCpnt); in sd_done() local
1057 void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes) in scsi_io_completion()
1672 unsigned int good_bytes; /* boundary of good data */ member