Searched defs:good_bytes (Results 1 – 6 of 6) sorted by relevance
601 let good_bytes = b"\xf0\x9f\xa6\x80\0"; in test_cstr_to_str() localVariable618 let good_bytes = b"\xf0\x9f\x90\xA7\0"; in test_cstr_as_str_unchecked() localVariable634 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0")?; in test_cstr_display() localVariable659 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0")?; in test_cstr_debug() localVariable674 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_display() localVariable689 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_debug() localVariable
369 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, in sd_zbc_complete()
164 unsigned int good_bytes; in scsi_finish_command() local
266 unsigned int good_bytes, struct scsi_sense_hdr *sshdr) in sd_zbc_complete()
2227 unsigned int transferred, good_bytes; in sd_completed_bytes() local2276 unsigned int good_bytes = result ? 0 : scsi_bufflen(SCpnt); in sd_done() local
1056 void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes) in scsi_io_completion()