Searched refs:read_bytes (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/sys/ddb/ |
| H A D | db_dwarf.c | 62 read_bytes(struct dwbuf *d, void *v, size_t n) in read_bytes() function 75 return (read_bytes(d, v, sizeof(*v))); in read_s8() 81 return (read_bytes(d, v, sizeof(*v))); in read_u8() 87 return (read_bytes(d, v, sizeof(*v))); in read_u16() 93 return (read_bytes(d, v, sizeof(*v))); in read_u32() 99 return (read_bytes(d, v, sizeof(*v))); in read_u64()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_vcn.c | 1072 unsigned int read_pos, write_pos, available, i, read_bytes = 0; in amdgpu_debugfs_vcn_fwlog_read() 1112 if (read_num[i] == copy_to_user((buf + read_bytes), in amdgpu_debugfs_vcn_fwlog_read() 1116 read_bytes += read_num[i]; in amdgpu_debugfs_vcn_fwlog_read() 1122 *pos += read_bytes; in amdgpu_debugfs_vcn_fwlog_read() 1123 return read_bytes; in amdgpu_debugfs_vcn_fwlog_read() 1073 unsigned int read_pos, write_pos, available, i, read_bytes = 0; amdgpu_debugfs_vcn_fwlog_read() local
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 74 auto read_bytes = in ReadAllBytes() local 79 total_read_bytes += read_bytes; in ReadAllBytes()
|