Searched refs:file_read (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | rtlx.c | 361 static ssize_t file_read(struct file *file, char __user *buffer, size_t count, in file_read() function 399 .read = file_read,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_file.c | 302 static efi_status_t file_read(struct file_handle *fh, u64 *buffer_size, in file_read() function 412 ret = file_read(fh, &bs, buffer); in efi_file_read()
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 90 ret = self.qga.file_read(handle=handle, count=1024)
|
/openbmc/linux/tools/perf/util/ |
H A D | dso.c | 925 static ssize_t file_read(struct dso *dso, struct machine *machine, in file_read() function 971 *ret = file_read(dso, machine, cache_offset, cache->data); in dso_cache__populate()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | hmm-tests.c | 845 TEST_F(hmm, file_read) in TEST_F() argument
|