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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c865 int i, j, fnderr, slot, slot2, k, s4bit; local
904 slot2 = k * 2; /* Point to the slot */
905 if(s4bit) slot2 = slot2 * 2; /* Adjust for bigger slots */
906 if((xpteg[slot] == xpteg[slot2])
907 && (!s4bit || (xpteg[slot + 1] == xpteg[slot2 + 1]))) { /* Do we have duplicates? */

Completed in 24 milliseconds