Searched defs:dirname (Results 1 - 15 of 15) sorted by relevance

/u-boot/scripts/dtc/
H A Dfstree.c26 static struct node *read_fstree(const char *dirname) argument
82 struct dt_info *dt_from_fs(const char *dirname) argument
H A Dsrcpos.c30 const char *dirname; /* name of directory to search */ member in struct:search_path
71 static char *try_open(const char *dirname, const char *fname, FILE **fp) argument
183 void srcfile_add_search_path(const char *dirname) argument
[all...]
/u-boot/fs/sandbox/
H A Dsandboxfs.c85 int sandbox_fs_ls(const char *dirname) argument
/u-boot/cmd/
H A Dyaffs2.c123 char *dirname; local
220 char *dirname; local
235 char *dirname; local
[all...]
/u-boot/fs/ext4/
H A Dext4fs.c186 int ext4fs_ls(const char *dirname) argument
H A Dext4_common.c631 static int search_dir(struct ext2_inode *parent_inode, char *dirname) argument
699 static int find_dir_depth(char *dirname) argument
715 static int parse_path(char **arr, char *dirname) argument
755 int ext4fs_get_parent_inode_num(const char *dirname, cha argument
[all...]
/u-boot/boot/
H A Dbootmeth_efi.c83 char dirname[200]; local
/u-boot/scripts/kconfig/
H A Dconfdata.c783 char dirname[PATH_MAX+1], tmpname[PATH_MAX+22], newname[PATH_MAX+8]; local
[all...]
/u-boot/fs/ubifs/
H A Dubifs.c375 static int ubifs_finddir(struct super_block *sb, char *dirname, argument
/u-boot/net/
H A Dnfs.c142 static char *dirname(char *path) function
/u-boot/fs/fat/
H A Dfat_write.c1208 split_filename(char *filename, char **dirname, char **basename) argument
1571 char *filename_copy, *dirname, *basename; local
1631 fat_mkdir(const char *dirname) argument
[all...]
/u-boot/arch/sandbox/cpu/
H A Dos.c268 const char *dirname = getenv("U_BOOT_PERSISTENT_DATA_DIR"); local
612 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) argument
[all...]
/u-boot/fs/
H A Dfs.c54 static inline int fs_ls_unsupported(const char *dirname) argument
61 static int fs_ls_generic(const char *dirname) argument
140 static inline int fs_mkdir_unsupported(const char *dirname) argument
490 int fs_ls(const char *dirname) argument
686 int fs_mkdir(const char *dirname) argument
[all...]
/u-boot/tools/buildman/
H A Dkconfiglib.py554 from os.path import dirname, exists, expandvars, islink, join, realpath namespace
/u-boot/fs/yaffs2/
H A Dyaffsfs.c2858 yaffs_DIR *yaffs_opendir(const YCHAR *dirname) argument

Completed in 216 milliseconds