Lines Matching refs:mpntov
16945 struct mpg_mfile *mpntov;
17038 mpntov = safe_malloc(sizeof (struct mpg_mfile));
17041 mpntov->mpg = mpnbuf;
17042 mpntov->mfile = mpvbuf;
17043 mpntov->access = 1;
17180 mpvarry[mfstcnt] = mpntov;
17203 mpntov = mpvarry[index];
17210 mpnbuf = mpntov->mpg;
17211 mpvbuf = mpntov->mfile;
17213 mpntov->access = 0;
17258 mpntov = mpvarry[index];
17259 if (mpntov->access == 0)
17262 mpnbuf = mpntov->mpg;
17263 mpvbuf = mpntov->mfile;
17324 if (fmpntov == mpntov)
17325 mpntov = NULL;
17332 if (mpntov)
17333 free(mpntov);