Home
last modified time | relevance | path

Searched defs:vmsize (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h320 ushort_t vmsize; /* this is Mb of video memory */ member
331 ushort_t vmsize; /* this is Mb of video memory */ member
342 ushort_t vmsize; /* this is Mb of video memory */ member
353 ushort_t vmsize; /* this is Mb of video memory */ member
364 ushort_t vmsize; /* this is Mb of video memory */ member
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_machoread.h61 Dwarf_Unsigned vmsize; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h325 #define vmsize(vm,addr) (*(_VM_(vm)->meth.sizef))((vm),(Void_t*)(addr),0) macro