Home
last modified time | relevance | path

Searched refs:ex_next (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c183 tmpex = ex->ex_next; in freeexports()
220 new->ex_next = NULL; in newexport()
222 return (&new->ex_next); in newexport()
/titanic_44/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c154 ex = ex->ex_next;
176 ex = ex->ex_next;
/titanic_44/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c285 for (e = ex; e != NULL; e = e->ex_next) {
304 ex = ex->ex_next;
/titanic_44/usr/src/head/rpcsvc/
H A Dmount.x173 exports ex_next; member
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1972 exnext = ex->ex_next;
1975 for (texp = &texlist; *texp; texp = &((*texp)->ex_next)) {
1986 ex->ex_next = *texp;
2025 for (ex = exlist; ex; ex = ex->ex_next) {
2123 tmpex = ex->ex_next;
/titanic_44/usr/src/cmd/rexd/
H A Dmount_nfs.c631 for (; ex; ex = ex->ex_next) { in parsefs()