Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c70 #define MMHEAD(file) ROUND(sizeof(Mmvm_t)+strlen(file), ALIGN)
96 } Mmvm_t; typedef
101 Mmvm_t* mmvm; /* shared memory data */
133 static Mmvm_t* mmfix(Mmvm_t* mmvm, Mmdisc_t* mmdc, int fd) in mmfix()
142 mmvm = (Mmvm_t*)mmap(base, size, (PROT_READ|PROT_WRITE), in mmfix()
147 mmvm = (Mmvm_t*)shmat(mmdc->shmid, base, 0); in mmfix()
149 if(!mmvm || mmvm == (Mmvm_t*)(-1) ) in mmfix()
150 mmvm = NIL(Mmvm_t*); in mmfix()
164 Mmvm_t *mmvm = NIL(Mmvm_t*); in mminit()
190 mmvm = (Mmvm_t*)mmap(NIL(Void_t*), size, (PROT_READ|PROT_WRITE), in mminit()
[all …]