Searched defs:MAX_MEMLIST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c159 #define MAX_MEMLIST (50) macro
160 struct boot_memlist memlists[MAX_MEMLIST];
162 struct boot_memlist pcimemlists[MAX_MEMLIST];
164 struct boot_memlist rsvdmemlists[MAX_MEMLIST];
583 if (pcimemlists_used > MAX_MEMLIST)
1161 if (memlists_used > MAX_MEMLIST)
1169 if (rsvdmemlists_used > MAX_MEMLIST)

Completed in 58 milliseconds