Home
last modified time | relevance | path

Searched refs:sandbox_fs_read_at (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c19 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 Dsandboxfs.h23 int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer,