Home
last modified time | relevance | path

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

/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c762 struct netconfig *nconf, *nconf_mnt; in nfs_tryproto() local
790 nconf_mnt = nconf; in nfs_tryproto()
799 if ((nconf_mnt = getnetconf_cached(netid_mnt)) == NULL) { in nfs_tryproto()
944 clp = clnt_tli_create(RPC_ANYFD, nconf_mnt, &nfs_nb, MOUNTPROG, in nfs_tryproto()
948 clp = clnt_tp_create(hostp, MOUNTPROG, mntvers, nconf_mnt); in nfs_tryproto()