Searched refs:banks (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h182 int nbanks; /* number of banks in this segment */
183 memory_bank_t *banks; /* pointer to the banks of this seg */ member in struct:memory_seg
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dmemory.c308 * Keep track of all banks found so we can check later
318 * Find the Dimm size by adding banks 0 + 2 and divide by 4
319 * and then adding banks 1 + 3 and divide by 4. We divide
320 * by 2 if one of the logical banks size is zero.
412 * memory matches the total number of memory banks that
465 bank->seg_next = new->banks;
466 new->banks = bank;

Completed in 21 milliseconds