Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A 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);
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c303 void os_dirent_free(struct os_dirent_node *node) in os_dirent_free()
305 struct os_dirent_node *next; in os_dirent_free()
314 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls()
317 struct os_dirent_node *head, *node, *next; in os_dirent_ls()
/rk3399_rockchip-uboot/fs/sandbox/
H A Dsandboxfs.c86 struct os_dirent_node *head, *node; in sandbox_fs_ls()