Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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];
/rk3399_rockchip-uboot/common/
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()
H A Dconsole.c184 struct stdio_dev **console_devices[MAX_FILES];
185 int cd_count[MAX_FILES];
338 if (file < MAX_FILES) { in fgetc()
370 if (file < MAX_FILES) in ftstc()
378 if (file < MAX_FILES) in fputc()
384 if (file < MAX_FILES) in fputs()
390 if (file < MAX_FILES) in fclear()
/rk3399_rockchip-uboot/cmd/
H A Dconsole.c36 for (l = 0; l < MAX_FILES; l++) { in do_coninfo()