Searched refs:getnetconfig (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_netcfg.c53 * setnetconfig must be called before getnetconfig in order to get the
62 while (nconf = getnetconfig(nc)) {
/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h142 extern struct netconfig *getnetconfig(void *);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c88 while (nconf = getnetconfig(localhandle)) {
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_handle.c87 while (nconf = getnetconfig(localhandle)) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c211 while (nconf = getnetconfig(confighandle)) {
320 nconf = getnetconfig(handle->nhandle);
460 while (nconf = getnetconfig(hndl)) {
H A Dauth_time.c136 while (nc = getnetconfig(nch)) {
264 while ((nc = getnetconfig(nc_handle)) != NULL) {
H A Drpcb_clnt.c425 while (nconf = getnetconfig(nc_handle)) {
/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c56 * by a call to getnetconfig().
204 while ((net = getnetconfig(*nethandle)) != NULL) {
208 * structures returned by getnetconfig() among all its callers.
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile26 getnetconfig.3nsl \
337 endnetconfig.3nsl := LINKSRC = getnetconfig.3nsl
338 freenetconfigent.3nsl := LINKSRC = getnetconfig.3nsl
339 getnetconfigent.3nsl := LINKSRC = getnetconfig.3nsl
340 nc_perror.3nsl := LINKSRC = getnetconfig.3nsl
341 nc_sperror.3nsl := LINKSRC = getnetconfig.3nsl
342 setnetconfig.3nsl := LINKSRC = getnetconfig.3nsl
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c203 while (config = getnetconfig(handlep)) {
217 * Something else may clobber our getnetconfig() result, so we'd better
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c86 while ((ncp = getnetconfig(hdl)) != NULL) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c185 while (nconf = getnetconfig(nc_handle)) {
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c674 struct netconfig *getnetconfig();
691 while (nconf = getnetconfig(nc)) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c272 while (nc = getnetconfig((void*)*handle)) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c656 while (nconf = getnetconfig(nc)) {
1652 while (nconf = getnetconfig(nc)) {
1682 while (nconf = getnetconfig(nc)) {
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c320 while ((nconf = getnetconfig(nc_handle)) != NULL) {
386 while ((np = getnetconfig(nc)) != NULL) {
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c167 * getnetconfig() returns the current entry in the list
176 getnetconfig(void *vdata) function
212 * getnetconfig() searches the netconfig database for a
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c176 while (nconf = getnetconfig(nc)) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c567 while (nconf = getnetconfig(nc)) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c440 while (nconf = getnetconfig(nc)) {
1812 while (nconf = getnetconfig(nc)) {
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c368 while (nconf = getnetconfig(handlep)) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c945 while (nconf = getnetconfig(nc_handle))
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c995 while ((ncp = getnetconfig(hp)) != NULL) {
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c694 while (nconf = getnetconfig(handlep)) {
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c3637 while ((ncp = getnetconfig(handle)) != NULL) {
3932 while ((ncp = getnetconfig(handle)) != NULL) {
4021 while ((ncp = getnetconfig(handle)) != NULL) {

Completed in 116 milliseconds

12