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

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c169 mntlist_t *mhead, *mtail; local
172 mhead = mtail = NULL;
188 mtail->mntl_next = mp;
189 mtail = mp;
H A Dumount.c739 mountent_t *mtail; local
748 mtail = NULL;
759 mp->link = mtail;
760 mtail = mp;
764 if (mtail == NULL) {
769 return (mtail);

Completed in 59 milliseconds