Home
last modified time | relevance | path

Searched refs: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; in mount_nfs() local
725 if (prev_argp == NULL) in mount_nfs()
728 prev_argp->nfs_ext_u.nfs_extB.next = argp; in mount_nfs()
729 prev_argp = argp; in mount_nfs()
816 if (prev_argp == NULL) in mount_nfs()
819 prev_argp->nfs_ext_u.nfs_extB.next = argp; in mount_nfs()
840 prev_argp = argp; in mount_nfs()
842 free(prev_argp); in mount_nfs()