Searched refs:MAX_BOOT_MODULES (Results 1 – 4 of 4) sorted by relevance
39 #define MAX_BOOT_MODULES 99 macro
34 #define MAX_FILES MAX_BOOT_MODULES
172 struct boot_modules modules[MAX_BOOT_MODULES];1090 if (mb_info->mods_count > MAX_BOOT_MODULES) { in init_mem_alloc()1092 mb_info->mods_count, MAX_BOOT_MODULES); in init_mem_alloc()
2383 modranges = kmem_alloc(sizeof (rd_existing_t) * MAX_BOOT_MODULES, in release_bootstrap()