Home
last modified time | relevance | path

Searched defs:dirname (Results 1 – 3 of 3) sorted by relevance

/scripts/dtc/
Dfstree.c26 static struct node *read_fstree(const char *dirname) in read_fstree()
82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs()
Dsrcpos.c30 const char *dirname; /* name of directory to search */ member
71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
183 void srcfile_add_search_path(const char *dirname) in srcfile_add_search_path()
/scripts/kconfig/
Dconfdata.c748 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local