Home
last modified time | relevance | path

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

/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c132 static struct netconfig *getnetconf_cached(const char *netid);
792 if ((nconf = getnetconf_cached(netid)) == NULL) { in nfs_tryproto()
808 if ((nconf_mnt = getnetconf_cached(netid_mnt)) == NULL) { in nfs_tryproto()
1078 getnetconf_cached(const char *netid) in getnetconf_cached() function