Searched refs:getnetpath (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h147 extern struct netconfig *getnetpath(void *);
/illumos-gate/usr/src/lib/librdc/common/
H A Dnetaddrs.c561 while (nconf = getnetpath(nc)) {
594 while (nconf = getnetpath(nc)) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c318 nconf = getnetpath(handle->nhandle);
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile27 getnetpath.3nsl \
344 endnetpath.3nsl := LINKSRC = getnetpath.3nsl
345 setnetpath.3nsl := LINKSRC = getnetpath.3nsl
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c218 while (nconf = getnetpath(nc)) {
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c548 * getnetpath() returns the current entry in the list
554 getnetpath(void *vdata) function
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1795 while (nconf = getnetpath(nc)) {
1844 while (nconf = getnetpath(nc)) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2846 while ((nconf = getnetpath(nc)) != NULL) {
2873 while ((nconf = getnetpath(nc)) != NULL) {
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl176 struct netconfig *getnetpath(void *vdata);

Completed in 81 milliseconds