Home
last modified time | relevance | path

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

/u-boot/include/
A Dos.h192 struct os_dirent_node { struct
196 struct os_dirent_node *next; argument
220 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp); argument
229 void os_dirent_free(struct os_dirent_node *node);
/u-boot/fs/sandbox/
A Dsandboxfs.c87 struct os_dirent_node *head, *node; in sandbox_fs_ls()
/u-boot/arch/sandbox/cpu/
A Dos.c420 void os_dirent_free(struct os_dirent_node *node) in os_dirent_free()
422 struct os_dirent_node *next; in os_dirent_free()
431 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls()
434 struct os_dirent_node *head, *node, *next; in os_dirent_ls()

Completed in 6 milliseconds