Home
last modified time | relevance | path

Searched refs:t_open (Results 1 – 25 of 48) sorted by relevance

12

/titanic_41/usr/src/head/
H A Dxti.h186 #pragma redefine_extname t_open _xti_open
231 #define t_open _xti_open macro
490 extern int t_open(char *, int, struct t_info *);
504 extern int t_open(const char *, int, struct t_info *);
/titanic_41/usr/src/cmd/rpcbind/
H A Dcheck_bound.c118 fdl->fd = t_open(fdl->nconf->nc_device, O_RDWR, NULL); in check_bound()
174 if ((fdl->fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) < 0) { in add_bndlist()
243 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) < 0) { in add_bndlist()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c95 fd = t_open(nconf->nc_device, O_RDWR, &tinfo); in clnt_com_create()
208 fd = t_open(nconf->nc_device, O_RDWR, NULL); in svc_com_create()
527 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) { in authdes_create()
H A Drtime_tli.c85 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) { in rtime_tli()
H A Dclnt_generic.c393 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) { in clnt_create_service_timed()
616 fd = t_open(nconf->nc_device, O_RDWR, NULL); in _clnt_tli_create_timed()
H A Dsvc_generic.c246 fd = t_open(nconf->nc_device, O_RDWR, &tinfo); in svc_tli_create_common()
/titanic_41/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c62 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) { in __yp_clnt_create_rsvdport_netid_req()
H A Dyp_bind.c436 fd = t_open(nconf->nc_device, O_RDWR, NULL); in tli_open_rsvdport()
1009 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) { in getclnt()
/titanic_41/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c57 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) { in svc_create_local_service()
/titanic_41/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c79 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dconnect.c184 fd = t_open(dev, O_RDWR, NULL); in conn_tcp6()
245 fd = t_open(dev, O_RDWR, NULL); in conn_tcp4()
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c124 t_open(const char *path, int flags, struct t_info *info) in t_open() function
/titanic_41/usr/src/uts/common/sys/
H A Dtiuser.h210 extern int t_open(const char *path, int oflag, struct t_info *info);
/titanic_41/usr/src/cmd/keyserv/
H A Dkey_generic.c114 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
/titanic_41/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c91 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
279 if ((fd = t_open(nc->nc_device, O_RDWR, NULL)) == -1) {
H A Dypxfrd_client.c230 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
H A Dypserv.c287 if ((service[i].fd = t_open(nconf->nc_device, O_RDWR, NULL)) < in ypinit()
/titanic_41/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c404 tli4 = (nconf4 != 0) ? t_open(nconf4->nc_device, O_RDWR, NULL) : -1; in main()
405 tli6 = (nconf6 != 0) ? t_open(nconf6->nc_device, O_RDWR, NULL) : -1; in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c320 if ((fd = t_open(tlx_info->dev_name, O_RDWR, NULL)) == -1) { in create_bound_endpoint()
543 if ((fd = t_open(tlx_info->dev_name, O_RDWR, NULL)) == -1) { in tlx_accept()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c95 if ((fd = t_open(ncp->nc_device, O_RDWR, NULL)) == -1) { in fmd_rpc_svc_create_local()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c331 cvcd_ssp = t_open(TCP_DEV, O_RDWR, &tinfo);
613 newfd = t_open(TCP_DEV, O_RDWR|O_NDELAY, NULL);
/titanic_41/usr/src/cmd/bnu/
H A Dinterface.c41 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
H A Dcallers.c1038 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
1080 fd = t_open(devname, O_RDWR, &tinfo);
/titanic_41/usr/src/lib/libnsl/
H A DMakefile.com55 t_getstate.o t_listen.o t_look.o t_open.o t_optmgmt.o \
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c356 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) < 0) in get_server_addr()

12