Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/mount_nfs/
Dmount_nfs.c681 struct netconfig *nconf, *nconf_mnt; in nfs_tryproto() local
709 nconf_mnt = nconf; in nfs_tryproto()
718 if ((nconf_mnt = getnetconf_cached(netid_mnt)) == NULL) { in nfs_tryproto()
833 clp = clnt_tp_create(hostp, MOUNTPROG, mntvers, nconf_mnt); in nfs_tryproto()