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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmmopen.c59 #define MM_START ROUND(sizeof(Mmvm_t),ALIGN)
75 } Mmvm_t; typedef in typeref:struct:_mmvm_s
81 Mmvm_t* mm; /* mmap data */
85 static int mmvminit(char* file, Void_t* addr, size_t round, Mmvm_t* mm)
91 Mmvm_t* mm; /* to return some mapped info */
97 Mmvm_t *hdr;
109 if(read(fd, mm, sizeof(Mmvm_t)) != sizeof(Mmvm_t))
136 hdr = (Mmvm_t*)base;
143 memcpy(mm, hdr, sizeof(Mmvm_t));
[all...]

Completed in 45 milliseconds