Searched refs:sandbox_fs_read_at (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/sandbox/ |
H A D | sandboxfs.c | 19 int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_read_at() function 125 ret = sandbox_fs_read_at(filename, offset, buf, len, actread); in fs_read_sandbox()
|
/openbmc/u-boot/include/ |
H A D | sandboxfs.h | 23 int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer,
|