Home
last modified time | relevance | path

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

/external/u-boot/include/
Dos.h190 struct os_dirent_node { struct
191 struct os_dirent_node *next; /* Pointer to next node, or NULL */ argument
206 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp); argument
215 void os_dirent_free(struct os_dirent_node *node);
/external/u-boot/arch/sandbox/cpu/
Dos.c382 void os_dirent_free(struct os_dirent_node *node) in os_dirent_free()
384 struct os_dirent_node *next; in os_dirent_free()
393 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls()
396 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()