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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h101 typedef unsigned char Vmuchar_t; typedef
259 Vmuchar_t a[ALIGNB];
290 { Vmuchar_t data[HEADSIZE]; /* to standardize size */
303 { Vmuchar_t data[BODYSIZE]; /* to standardize size */
368 Vmuchar_t* baddr; /* bottom of usable memory */
375 #define SEGBLOCK(s) ((Block_t*)(((Vmuchar_t*)(s)) + ROUND(sizeof(Seg_t),ALIGN)))
431 #define PFDATA(d) ((Head_t*)((Vmuchar_t*)(d)+(SIZE(BLOCK(d))&~BITS)-sizeof(Head_t)) )
454 #define DBBLOCK(d) ((Block_t*)((Vmuchar_t*)(d) - 3*sizeof(Head_t)) )
456 #define DBSEG(d) (((Head_t*)((Vmuchar_t*)(d) - sizeof(Head_t)))->head.seg.seg )
457 #define DBSIZE(d) (((Head_t*)((Vmuchar_t*)(
[all...]

Completed in 58 milliseconds