Searched defs:good_bytes (Results 1 – 6 of 6) sorted by relevance
632 let good_bytes = b"\xf0\x9f\xa6\x80\0"; test_cstr_to_str() localVariable 649 let good_bytes = b"\xf0\x9f\x90\xA7\0"; test_cstr_as_str_unchecked() localVariable 665 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0")?; test_cstr_display() localVariable 690 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0")?; test_cstr_debug() localVariable 705 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); test_bstr_display() localVariable 720 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); test_bstr_debug() localVariable [all...]
369 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, in sd_zbc_complete()
298 int good_bytes = (result == 0 ? this_count : 0); in sr_done() local
266 unsigned int good_bytes, struct scsi_sense_hdr *sshdr) in sd_zbc_complete()
1056 void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes) in scsi_io_completion()
1664 unsigned int good_bytes; /* boundary of good data */ member