Home
last modified time | relevance | path

Searched refs:os_dirent_ls (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dos.h206 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp);
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c88 ret = os_dirent_ls(dirname, &head); in sandbox_fs_ls()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c389 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls() function