Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c167 mntlist_t *mhead, *mtail; in fsmkmntlist() local
170 mhead = mtail = NULL; in fsmkmntlist()
186 mtail->mntl_next = mp; in fsmkmntlist()
187 mtail = mp; in fsmkmntlist()
H A Dumount.c752 mountent_t *mtail; in getmntall() local
761 mtail = NULL; in getmntall()
772 mp->link = mtail; in getmntall()
773 mtail = mp; in getmntall()
777 if (mtail == NULL) { in getmntall()
782 return (mtail); in getmntall()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c412 mblk_t *mtail = m; in tli_recv() local
415 mtail->b_cont = m; in tli_recv()