Home
last modified time | relevance | path

Searched refs:vmsize (Results 1 – 5 of 5) 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
H A Ddwarf_machoread.c408 ASNAR(mfp->mo_copy_word,msp->vmsize,sc.vmsize); in load_segment_command_content32()
459 ASNAR(mfp->mo_copy_word,msp->vmsize,sc.vmsize); in load_segment_command_content64()
H A Ddwarf_macho_loader.h359 TYP(vmsize,4); /* memory size of this segment */
379 TYP(vmsize,8); /* memory size of this segment */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h172 extern long vmsize _ARG_(( Vmalloc_t*, Void_t* ));
325 #define vmsize(vm,addr) (*(_VM_(vm)->meth.sizef))((vm),(Void_t*)(addr),0) macro