Searched refs:get_knconf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.h34 extern struct knetconfig *get_knconf(struct netconfig *);
H A Dnfs_resolve.c74 get_knconf(struct netconfig *nconf) function
81 syslog(LOG_ERR, "get_knconf: stat %s: %m", nconf->nc_device);
112 syslog(LOG_ERR, "get_knconf: no memory");
163 fsl_retp->knconf = get_knconf(netconf);
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c65 static struct knetconfig *get_knconf(struct netconfig *nconf);
88 struct knetconfig *get_knconf(struct netconfig *);
351 args.knconf = get_knconf(nconf);
744 get_knconf(struct netconfig *nconf) function
750 errprintf(NULL, "get_knconf: stat %s: %m", nconf->nc_device);
768 errprintf(NULL, "get_knconf: no memory");
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1885 argp->knconf = get_knconf(nconf);

Completed in 69 milliseconds