Searched defs:getmntlast (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c142 static mountent_t *getmntlast(mountent_t *, char *, char *);
272 mp = getmntlast(mntll, NULL, resolve);
283 if ((mp = getmntlast(mntll, NULL, mname)) == NULL)
287 mp = getmntlast(mntll, mname, NULL);
298 lmp = getmntlast(mntll, NULL, mp->ment.mnt_mountp);
531 getmntlast(mountent_t *mlist, char *specp, char *mntp) function
697 mp = getmntlast(mntll, NULL, cp); /* try anyways */
699 mp = getmntlast(mntll, NULL, resolve);

Completed in 58 milliseconds