Home
last modified time | relevance | path

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

/titanic_41/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.c749 mountent_t *mtail; in getmntall() local
758 mtail = NULL; in getmntall()
769 mp->link = mtail; in getmntall()
770 mtail = mp; in getmntall()
774 if (mtail == NULL) { in getmntall()
779 return (mtail); in getmntall()