Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dos.h215 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp);
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c314 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls() argument
325 *headp = NULL; in os_dirent_ls()
381 *headp = head; in os_dirent_ls()
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c114 static int value_add(struct display_info *disp, struct value_node **headp, in value_add() argument
142 node->next = *headp; in value_add()
146 *headp = node; in value_add()