HomeSort by: relevance | last modified time | path
    Searched refs:getnetconfigent (Results 1 - 21 of 21) sorted by relevancy

  /src/include/
netconfig.h 111 struct netconfig *getnetconfigent(const char *);
  /src/sbin/mount_nfs/
getnfsargs.c 172 nconf = getnetconfigent(netid);
205 mnttcp_ok ? nconf : getnetconfigent(netid));
  /src/lib/libc/rpc/
getnetpath.c 184 if ((ncp = getnetconfigent(npp)) != NULL) {
getnetconfig.c 63 __weak_alias(getnetconfigent,_getnetconfigent)
206 * setnetconfig() need *not* be called before a call to getnetconfigent().
415 * getnetconfigent(netid) returns a pointer to the struct netconfig structure
423 getnetconfigent(const char *netid) function in typeref:struct:netconfig *
496 * netconfigp (previously returned by getnetconfigent()).
Makefile.inc 27 getnetconfig.3 getnetconfigent.3 \
rpc_generic.c 329 dummy = getnetconfigent(netid);
507 return getnetconfigent(__UNCONST(netid));
svc_dg.c 533 if (nconf = getnetconfigent(xprt->xp_netid)) {
600 if (nconf = getnetconfigent(xprt->xp_netid)) {
rpcb_clnt.c 518 loopnconf = getnetconfigent(tmpnconf->nc_netid);
716 if ((newnconf = getnetconfigent("udp")) == NULL) {
  /src/usr.sbin/rpc.lockd/
lockd.c 153 nconf = getnetconfigent(transports[i]);
lock_proc.c 217 nconf = getnetconfigent(netid);
  /src/usr.sbin/rpcbind/
check_bound.c 126 newnconf = getnetconfigent(nconf->nc_netid);
util.c 120 nconf = getnetconfigent(netid);
rpcbind.c 197 nconf = getnetconfigent("local");
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 205 nconf = getnetconfigent("udp");
207 nconf = getnetconfigent("tcp");
210 nconf = getnetconfigent("udp6");
212 nconf = getnetconfigent("tcp6");
  /src/usr.bin/rpcinfo/
rpcinfo.c 705 nconf = getnetconfigent(netid);
913 nconf = getnetconfigent(netid);
939 nconf = getnetconfigent(client->cl_netid);
1239 nconf = getnetconfigent(netid);
1299 nconf = getnetconfigent(netid);
1409 nconf = getnetconfigent(netid);
  /src/usr.sbin/ypserv/ypserv/
ypserv.c 383 if ((cfg = getnetconfigent(bs->name)) == NULL) {
  /src/usr.sbin/nfsd/
nfsd.c 180 cfg->nc = getnetconfigent(cfg_netconf[t]);
183 logit(LOG_ERR, "getnetconfigent %s failed: %s",
  /src/usr.sbin/mountd/
mountd.c 458 udpconf = getnetconfigent("udp");
459 tcpconf = getnetconfigent("tcp");
460 udp6conf = getnetconfigent("udp6");
461 tcp6conf = getnetconfigent("tcp6");
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 536 nconf = getnetconfigent("tcp");
540 nconf = getnetconfigent("tcp6");
1485 nconf = getnetconfigent(netid);
1502 nconf = getnetconfigent(xprts[j]->xp_netid);
  /src/usr.sbin/inetd/
inetd.c 869 if ((nconf = getnetconfigent(sep->se_proto+4)) == NULL) {
870 syslog(LOG_ERR, "%s: getnetconfigent failed",
904 if ((nconf = getnetconfigent(sep->se_proto+4)) == NULL) {
905 syslog(LOG_ERR, "%s: getnetconfigent failed",
  /src/lib/libc/include/
namespace.h 395 #define getnetconfigent _getnetconfigent macro

Completed in 33 milliseconds