Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dos.h215 void os_dirent_free(struct os_dirent_node *node);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c378 void os_dirent_free(struct os_dirent_node *node) in os_dirent_free() function
424 os_dirent_free(head); in os_dirent_ls()
435 os_dirent_free(head); in os_dirent_ls()
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c97 os_dirent_free(head); in sandbox_fs_ls()