Searched refs:t_open (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c58 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
H A Dyp_bind.c436 fd = t_open(nconf->nc_device, O_RDWR, NULL);
1009 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c117 t_open(const char *path, int flags, struct t_info *info) function
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c85 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
H A Drpc_soc.c92 fd = t_open(nconf->nc_device, O_RDWR, &tinfo);
205 fd = t_open(nconf->nc_device, O_RDWR, NULL);
520 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) {
H A Dclnt_generic.c390 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
610 fd = t_open(nconf->nc_device, O_RDWR, NULL);
H A Dauth_time.c508 rtime_fd = t_open(nc->nc_device, O_RDWR, NULL);
H A Dsvc_generic.c245 fd = t_open(nconf->nc_device, O_RDWR, &tinfo);
H A Dclnt_bcast.c181 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) {
H A Dsvc_vc.c751 destfd = t_open(tpname, O_RDWR, &tinfo);
763 destfd = t_open(tpname, O_RDWR, &tinfo);
H A Drpcb_clnt.c633 if ((fd = t_open("/dev/ticotsord", O_RDWR, NULL)) == -1)
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c178 fd = t_open(dev, O_RDWR, NULL);
239 fd = t_open(dev, O_RDWR, NULL);
/osnet-11/usr/src/lib/libnsl/
H A DMakefile.com53 t_getstate.o t_listen.o t_look.o t_open.o t_optmgmt.o \
/osnet-11/usr/src/lib/librdc/common/
H A Dnetaddrs.c352 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) == -1)
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c489 DEBUG(1, "t_open timeout\n%s", "");
490 logent("t_open", "TIMEOUT");
496 fd = t_open(devname, O_RDWR, &tinfo);
499 tfaillog(fd, "t_open");
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c252 fd = t_open(nconf->nc_device, O_RDWR | O_NONBLOCK, &tinfo);

Completed in 49 milliseconds