Home
last modified time | relevance | path

Searched refs:file_lookup (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dutil.c13 struct file *file_lookup(const char *name) in file_lookup() function
H A Dlkc.h70 struct file *file_lookup(const char *name);
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dutil.c14 struct file *file_lookup(const char *name) in file_lookup() function
H A Dlkc.h114 struct file *file_lookup(const char *name);
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped2402 current_file = file_lookup(name);
2409 struct file *file = file_lookup(name);
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dlkc.h114 struct file *file_lookup(const char *name);
H A Dutil.c14 struct file *file_lookup(const char *name) in file_lookup() function
H A Dzconf.lex.c_shipped2428 current_file = file_lookup(name);
2435 struct file *file = file_lookup(name);
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D14-support-out-of-tree-config.patch171 @@ -34,6 +34,8 @@ struct file *file_lookup(const char *nam
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c