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

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c160 struct boot_memlist memlists[MAX_MEMLIST]; variable in typeref:struct:boot_memlist
185 * memlists. This code does the sort/merge/link for final use.
196 * Now sort the memlists, in case they weren't in order.
202 if (memlists[i].addr < memlists[i + 1].addr)
204 tmp = memlists[i];
205 memlists[i] = memlists[i + 1];
206 memlists[i + 1] = tmp;
211 * Merge any memlists tha
[all...]

Completed in 46 milliseconds