Searched refs:MAX_FILES (Results 1 – 19 of 19) sorted by relevance
8 #define MAX_FILES 7 macro13 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()
20 extern struct stdio_dev **console_devices[MAX_FILES];25 extern int cd_count[MAX_FILES];
46 #define MAX_FILES 3 macro
55 extern char *stdio_names[MAX_FILES];
176 struct stdio_dev **console_devices[MAX_FILES];177 int cd_count[MAX_FILES];313 if (file < MAX_FILES) { in fgetc()346 if (file < MAX_FILES) in ftstc()354 if (file < MAX_FILES) in fputc()360 if (file < MAX_FILES) in fputs()860 for (i = 0; i < MAX_FILES; i++) { in console_init_r()939 for (i = 0; i < MAX_FILES; i++) { in console_init_r()
30 char *stdio_names[MAX_FILES] = { "stdin", "stdout", "stderr" };253 for (l=0 ; l< MAX_FILES; l++) { in stdio_deregister_dev()273 for (l=0 ; l< MAX_FILES; l++) { in stdio_deregister_dev()
9 #define MAX_FILES 7 macro30 char paths[MAX_FILES][MAX_PATH_LEN];152 for (int i = 0; i < MAX_FILES; i++) { in test_d_path_basic()
7 MAX_FILES=10
35 for (l = 0; l < MAX_FILES; l++) { in do_coninfo()