Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/include/
H A Diomux.h20 extern struct stdio_dev **console_devices[MAX_FILES];
25 extern int cd_count[MAX_FILES];
H A Dstdio.h46 #define MAX_FILES 3 macro
H A Dstdio_dev.h55 extern char *stdio_names[MAX_FILES];
/openbmc/u-boot/common/
H A Dconsole.c176 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()
H A Dstdio.c30 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()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c9 #define MAX_FILES 7 macro
30 char paths[MAX_FILES][MAX_PATH_LEN];
152 for (int i = 0; i < MAX_FILES; i++) { in test_d_path_basic()
/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger/daytonax/
H A DttyVUART0.conf7 MAX_FILES=10
/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger/ethanolx/
H A DttyS0.conf7 MAX_FILES=10
/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/
H A DttyS7.conf7 MAX_FILES=10
H A DttyS2.conf7 MAX_FILES=10
H A DttyS8.conf7 MAX_FILES=10
H A DttyS0.conf7 MAX_FILES=10
H A DttyS3.conf7 MAX_FILES=10
H A DttyS1.conf7 MAX_FILES=10
H A DttyS6.conf7 MAX_FILES=10
H A DttyS5.conf7 MAX_FILES=10
/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-singlehost/
H A DttyS2.conf7 MAX_FILES=10
/openbmc/u-boot/cmd/
H A Dconsole.c35 for (l = 0; l < MAX_FILES; l++) { in do_coninfo()