Searched refs:setnetconfig (Results 1 - 25 of 32) 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
56 if ((nc = setnetconfig()) == (NCONF_HANDLE *)NULL) {
/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h140 extern void *setnetconfig(void);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h81 #define setnetconfig() my_setnetconfig(__FILE__, __LINE__) macro
H A Ddebug_alloc.c203 nconf = setnetconfig();
H A Dnfs_cast.c171 nc = setnetconfig();
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c78 if (!(localhandle = setnetconfig()))
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_handle.c73 if (!(localhandle = setnetconfig()))
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c209 if (!(confighandle = setnetconfig()))
289 if (!(handle->nhandle = setnetconfig())) {
445 hndl = setnetconfig();
H A Dauth_time.c135 nch = setnetconfig();
239 nc_handle = (void *) setnetconfig();
H A Drpcb_clnt.c418 nc_handle = setnetconfig();
/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c199 if ((*nethandle = setnetconfig()) == NULL) {
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c199 if ((handlep = setnetconfig()) == 0) {
200 tcpd_warn("setnetconfig: %m");
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c73 if ((hdl = setnetconfig()) == NULL) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c177 nc_handle = setnetconfig();
181 "%s: failed in routine setnetconfig()\n",
/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c136 if (setnetconfig() == NULL) {
137 (void) fprintf(stderr, gettext("setnetconfig failed\n"));
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c269 if ((*handle = setnetconfig()) == NULL)
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c651 if ((nc = setnetconfig()) == (NCONF_HANDLE *)NULL) {
652 syslog(LOG_ERR, "setnetconfig failed: %m");
1648 if ((nc = setnetconfig()) == (NCONF_HANDLE *)NULL) {
1649 syslog(LOG_ERR, "setnetconfig failed: %m");
1678 if ((nc = setnetconfig()) == (NCONF_HANDLE *)NULL) {
1679 syslog(LOG_ERR, "setnetconfig failed: %m");
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c315 nc_handle = setnetconfig(); /* open netconfig file */
378 nc = setnetconfig();
382 "setnetconfig() failed: %s\n", nc_sperror());
383 syslog(LOG_ALERT, "setnetconfig() failed: %s", nc_sperror());
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile204 setnetconfig.3nsl \
342 setnetconfig.3nsl := LINKSRC = getnetconfig.3nsl
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c77 * entries used by setnetconfig() and setnetpath().
119 * setnetconfig() has the effect of "initializing" the
125 setnetconfig(void) function
145 * endnetconfig() frees up all data allocated by setnetconfig()
169 * to determine the current entry. If setnetconfig() was not
840 setnetpath() or setnetconfig()"), BUFSIZ);
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c683 nc = setnetconfig();
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c553 fprintf(stderr, "setnetconfig failed : %s\n",
562 if ((nc = setnetconfig()) == (NCONF_HANDLE *) NULL) {
563 fprintf(stderr, "setnetconfig failed : %s\n",
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c436 if ((nc = setnetconfig()) == (NCONF_HANDLE *)NULL) {
437 syslog(LOG_ERR, "setnetconfig failed: %m");
1808 if ((nc = setnetconfig()) == (NCONF_HANDLE *)NULL) {
1809 syslog(LOG_ERR, "setnetconfig failed: %m");
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c361 if ((handlep = setnetconfig()) == (void *) NULL) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c938 nc_handle = setnetconfig();

Completed in 108 milliseconds

12