Home
last modified time | relevance | path

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

/external/u-boot/include/
Dos.h199 struct os_dirent_node { struct
200 struct os_dirent_node *next; /* Pointer to next node, or NULL */ argument
215 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp); argument
224 void os_dirent_free(struct os_dirent_node *node);
/external/u-boot/arch/sandbox/cpu/
Dos.c304 void os_dirent_free(struct os_dirent_node *node) in os_dirent_free()
306 struct os_dirent_node *next; in os_dirent_free()
315 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls()
318 struct os_dirent_node *head, *node, *next; in os_dirent_ls()
/external/u-boot/fs/sandbox/
Dsandboxfs.c85 struct os_dirent_node *head, *node; in sandbox_fs_ls()