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

/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmmopen.c70 #define MMHEAD(file) ROUND(sizeof(Mmvm_t)+strlen(file), ALIGN)
96 } Mmvm_t; typedef in typeref:struct:_mmvm_s
101 Mmvm_t* mmvm; /* shared memory data */
133 static Mmvm_t* mmfix(Mmvm_t* mmvm, Mmdisc_t* mmdc, int fd)
142 mmvm = (Mmvm_t*)mmap(base, size, (PROT_READ|PROT_WRITE),
147 mmvm = (Mmvm_t*)shmat(mmdc->shmid, base, 0);
149 if(!mmvm || mmvm == (Mmvm_t*)(-1) )
150 mmvm = NIL(Mmvm_t*);
164 Mmvm_t *mmv
[all...]

Completed in 102 milliseconds