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

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmregion.c50 vd = SEG(BLOCK(addr))->vmdt;
H A Dvmclear.c74 SEG(tp) = seg;
85 SEG(tp) = seg;
H A Dvmprivate.c80 { if(!vd->wild || SEG(vd->wild) != seg)
125 /**/ ASSERT(SEG(bp) == seg);
144 { SEG(bp) = seg;
167 SEG(bp) = seg;
190 SEG(t) = seg;
194 if((t = vd->wild) && (seg = SEG(t)) != vd->seg)
248 SEG(BLOCK(seg->baddr)) = seg;
H A Dvmopen.c153 SEG(b) = seg;
160 SEG(NEXT(b)) = seg;
H A Dvmbest.c215 if(!TINIEST(b) && SEG(b) != seg)
224 if(SEG(b) != seg)
279 SEG(root) = seg;
283 { SEG(root) = seg;
623 /**/ASSERT(SEG(BLOCK(seg->baddr)) == seg);
702 SEG(np) = SEG(tp);
754 SEG(np) = SEG(tp);
816 if(seg && SEG(
[all...]
H A Dvmlast.c76 { seg = SEG(tp);
88 SEG(next) = seg;
149 SEG(fp) = seg;
269 SEG(tp) = seg;
288 SEG(tp) = seg;
442 { SEG(next) = seg;
H A Dvmhdr.h378 #define SEG(b) ((b)->head.head.seg.seg) macro
385 #define VM(b) (SEG(b)->vm)
404 ** destroys the SEG(b) pointer, it must be carefully restored in bestsearch().
414 #define SEGWILD(b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= SEG(b)->baddr)
H A Dvmpool.c90 seg = SEG(tp);
111 SEG(next) = seg;
H A Dvmdebug.c250 DBSEG(data) = SEG(DBBLOCK(data));

Completed in 49 milliseconds