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.h58 #define MAX_PROM_ENVS 128 macro
59 extern const char *prom_envs[MAX_PROM_ENVS];
/openbmc/qemu/system/
H A Dglobals.c48 const char *prom_envs[MAX_PROM_ENVS];
H A Dvl.c3425 if (nb_prom_envs >= MAX_PROM_ENVS) { in qemu_init()