Home
last modified time | relevance | path

Searched refs:MAX_PROM_ENVS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dsysemu.h59 #define MAX_PROM_ENVS 128 macro
60 extern const char *prom_envs[MAX_PROM_ENVS];
/openbmc/qemu/system/
H A Dglobals.c49 const char *prom_envs[MAX_PROM_ENVS];
H A Dvl.c3438 if (nb_prom_envs >= MAX_PROM_ENVS) { in qemu_init()