Home
last modified time | relevance | path

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

/u-boot/include/
A Diomux.h20 extern struct stdio_dev **console_devices[MAX_FILES];
25 extern int cd_count[MAX_FILES];
A Dstdio.h46 #define MAX_FILES 3 macro
A Dstdio_dev.h57 extern char *stdio_names[MAX_FILES];
/u-boot/common/
A Dconsole.c233 struct stdio_dev **console_devices[MAX_FILES];
234 int cd_count[MAX_FILES];
469 if (file < MAX_FILES) { in fgetc()
502 if (file < MAX_FILES) in ftstc()
510 if (file < MAX_FILES) in fputc()
516 if (file < MAX_FILES) in fputs()
1020 for (i = 0; i < MAX_FILES; i++) in console_init_r()
1087 for (i = 0; i < MAX_FILES; i++) { in console_init_r()
A Dstdio.c29 char *stdio_names[MAX_FILES] = { "stdin", "stdout", "stderr" };
258 for (i = 0 ; i < MAX_FILES; i++) { in stdio_deregister_dev()
277 for (i = 0 ; i < MAX_FILES; i++) { in stdio_deregister_dev()
/u-boot/cmd/
A Dconsole.c36 for (l = 0; l < MAX_FILES; l++) { in do_coninfo()

Completed in 7 milliseconds