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

/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h52 struct PANEL *below, *above; member in struct:PANEL
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c589 size_t above; local
603 * 3. avoid wasting any space above the buffer, take first
616 above = (frlist->ml_address + frlist->ml_size - end) /
618 unused = below + above;
631 if (above < best_above) {
632 best_above = above;
665 size_t above; local
681 above = found->ml_address + found->ml_size - end;
682 ASSERT(above == 0 || (above
[all...]

Completed in 59 milliseconds