Home
last modified time | relevance | path

Searched refs:vmdt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmregion.c50 vd = SEG(BLOCK(addr))->vmdt;
H A Dvmopen.c132 seg->vmdt = vd;
H A Dvmprivate.c135 seg->vmdt = vd;
H A Dvmhdr.h329 { Vmdata_t* vmdt; /* the data region holding this */ member
H A Dmalloc.c347 Vmdata_t *vd = SEG(BLOCK(addr))->vmdt; in regionof()