OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_dirent_node
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/
os.h
199
struct
os_dirent_node
{
struct
200
struct
os_dirent_node
*next; /* Pointer to next node, or NULL */
215
int os_dirent_ls(const char *dirname, struct
os_dirent_node
**headp);
224
void os_dirent_free(struct
os_dirent_node
*node);
/external/u-boot/fs/sandbox/
sandboxfs.c
85
struct
os_dirent_node
*head, *node;
/external/u-boot/arch/sandbox/cpu/
os.c
304
void os_dirent_free(struct
os_dirent_node
*node)
306
struct
os_dirent_node
*next;
315
int os_dirent_ls(const char *dirname, struct
os_dirent_node
**headp)
318
struct
os_dirent_node
*head, *node, *next;
Completed in 295 milliseconds