Home
last modified time | relevance | path

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

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