Lines Matching defs:meth
48 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode)
50 Vmalloc_t* vmopen(disc, meth, mode)
52 Vmethod_t* meth; /* method to manage space */
65 if(!meth || !disc || !(memoryf = disc->memoryf) )
71 where the meth&disc function addresses are going to be stored */
74 vm->meth = *meth;
91 if((vd->mode&meth->meth) != 0)
120 vd->mode = (mode&VM_FLAGS) | meth->meth;