Home
last modified time | relevance | path

Searched refs:nc_device (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c196 *sock = t_open(nc->nc_device, O_RDWR, 0); in get_mount_client()
199 plog(XLOG_ERROR, "t_open %s: %m", nc->nc_device); in get_mount_client()
241 *sock = t_open(nc->nc_device, O_RDWR, 0); in get_mount_client()
244 plog(XLOG_ERROR, "t_open %s: %m", nc->nc_device); in get_mount_client()
348 td = t_open(nc->nc_device, O_RDWR, (struct t_info *) NULL); in bind_resv_port_only_udp()
484 td = t_open(ncp->nc_device, O_RDWR, (struct t_info *) NULL); in bind_preferred_amq_port()
662 if (stat(ncp->nc_device, &statbuf) < 0) { in get_knetconfig()
663 plog(XLOG_ERROR, "could not stat() %s: %m", ncp->nc_device); in get_knetconfig()
857 fd = t_open(autofs_ncp->nc_device, O_RDWR, NULL);
/netbsd-src/lib/libc/rpc/
H A Dgetnetconfig.c579 if ((ncp->nc_device = strtok_r(NULL, "\t ", &lasts)) == NULL) in parse_ncp()
679 p->nc_device = strcpy(tmp, ncp->nc_device); in dup_ncp()
H A Dclnt_generic.c262 cl->cl_tp = strdup(nconf->nc_device); in clnt_tp_create()
361 cl->cl_tp = strdup(nconf->nc_device); in clnt_tli_create()
H A Dsvc_generic.c314 xprt->xp_tp = strdup(nconf->nc_device); in svc_tli_create()
/netbsd-src/include/
H A Dnetconfig.h46 char *nc_device; /* Network device pathname */ member
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c512 __func__, nconf->nc_device, strerror(errno)); in create_rmtcall_fd()