Home
last modified time | relevance | path

Searched refs:SEGBLOCK (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmclear.c62 tp = SEGBLOCK(seg);
H A Dvmstat.c86 b = SEGBLOCK(seg);
H A Dvmdebug.c282 { b = SEGBLOCK(seg);
340 { b = SEGBLOCK(seg);
583 { b = SEGBLOCK(seg);
H A Dvmopen.c141 bp = SEGBLOCK(seg);
H A Dvmtrace.c264 for(b = SEGBLOCK(seg), endb = BLOCK(seg->baddr); b < endb; )
H A Dvmpool.c133 { laddr = (Vmuchar_t*)SEGBLOCK(seg);
H A Dvmprivate.c140 bp = SEGBLOCK(seg);
H A Dvmbest.c187 { b = SEGBLOCK(seg);
734 { b = SEGBLOCK(seg);
978 { b = SEGBLOCK(seg);
H A Dvmhdr.h340 #define SEGBLOCK(s) ((Block_t*)(((Vmuchar_t*)(s)) + ROUND(sizeof(Seg_t),ALIGN))) macro