Searched refs:t_open (Results 1 - 16 of 16) sorted by relevance
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 58 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
|
H A D | yp_bind.c | 436 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 D | tli_wrappers.c | 117 t_open(const char *path, int flags, struct t_info *info) function
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 85 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
|
H A D | rpc_soc.c | 92 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 D | clnt_generic.c | 390 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) { 610 fd = t_open(nconf->nc_device, O_RDWR, NULL);
|
H A D | auth_time.c | 508 rtime_fd = t_open(nc->nc_device, O_RDWR, NULL);
|
H A D | svc_generic.c | 245 fd = t_open(nconf->nc_device, O_RDWR, &tinfo);
|
H A D | clnt_bcast.c | 181 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) {
|
H A D | svc_vc.c | 751 destfd = t_open(tpname, O_RDWR, &tinfo); 763 destfd = t_open(tpname, O_RDWR, &tinfo);
|
H A D | rpcb_clnt.c | 633 if ((fd = t_open("/dev/ticotsord", O_RDWR, NULL)) == -1)
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_connect.c | 178 fd = t_open(dev, O_RDWR, NULL); 239 fd = t_open(dev, O_RDWR, NULL);
|
/osnet-11/usr/src/lib/libnsl/ |
H A D | Makefile.com | 53 t_getstate.o t_listen.o t_look.o t_open.o t_optmgmt.o \
|
/osnet-11/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 352 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) == -1)
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 489 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 D | client_init.c | 252 fd = t_open(nconf->nc_device, O_RDWR | O_NONBLOCK, &tinfo);
|
Completed in 49 milliseconds