Searched defs:prev_argp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c393 struct nfs_args *args = NULL, *argp = NULL, *prev_argp = NULL; local
725 if (prev_argp == NULL)
728 prev_argp->nfs_ext_u.nfs_extB.next = argp;
729 prev_argp = argp;
816 if (prev_argp == NULL)
819 prev_argp->nfs_ext_u.nfs_extB.next = argp;
840 prev_argp = argp;
842 free(prev_argp);

Completed in 49 milliseconds