Home
last modified time | relevance | path

Searched refs:file_read (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Drtlx.c361 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 Defi_file.c302 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 Dqemu_ga_client.py90 ret = self.qga.file_read(handle=handle, count=1024)
/openbmc/linux/tools/perf/util/
H A Ddso.c925 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 Dhmm-tests.c845 TEST_F(hmm, file_read) in TEST_F() argument