Home
last modified time | relevance | path

Searched refs:MAX_FILES (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_d_path.c8 #define MAX_FILES 7 macro
13 char paths_stat[MAX_FILES][MAX_PATH_LEN] = {};
14 char paths_close[MAX_FILES][MAX_PATH_LEN] = {};
15 int rets_stat[MAX_FILES] = {};
16 int rets_close[MAX_FILES] = {};
34 if (cnt >= MAX_FILES) in BPF_PROG()
55 if (cnt >= MAX_FILES) in BPF_PROG()
/OK3568_Linux_fs/u-boot/include/
H A Diomux.h21 extern struct stdio_dev **console_devices[MAX_FILES];
26 extern int cd_count[MAX_FILES];
H A Dstdio.h51 #define MAX_FILES 3 macro
H A Dstdio_dev.h76 extern char *stdio_names[MAX_FILES];
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c9 #define MAX_FILES 7 macro
17 char paths[MAX_FILES][MAX_PATH_LEN];
133 for (int i = 0; i < MAX_FILES; i++) { in test_d_path()
/OK3568_Linux_fs/u-boot/common/
H A Dconsole.c182 struct stdio_dev **console_devices[MAX_FILES];
183 int cd_count[MAX_FILES];
336 if (file < MAX_FILES) { in fgetc()
368 if (file < MAX_FILES) in ftstc()
376 if (file < MAX_FILES) in fputc()
382 if (file < MAX_FILES) in fputs()
388 if (file < MAX_FILES) in fclear()
H A Dstdio.c31 char *stdio_names[MAX_FILES] = { "stdin", "stdout", "stderr" };
266 for (l=0 ; l< MAX_FILES; l++) { in stdio_deregister_dev()
286 for (l=0 ; l< MAX_FILES; l++) { in stdio_deregister_dev()
/OK3568_Linux_fs/u-boot/cmd/
H A Dconsole.c36 for (l = 0; l < MAX_FILES; l++) { in do_coninfo()