Home
last modified time | relevance | path

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

12

/illumos-gate/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 *);
/illumos-gate/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()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_xti.h188 #pragma redefine_extname t_open _xti_open
233 #define t_open _xti_open macro
H A Dfake_ktli.c145 fd = t_open(devnm, O_RDWR, NULL); in t_kopen()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c93 fd = t_open(nconf->nc_device, O_RDWR, &tinfo); in clnt_com_create()
206 fd = t_open(nconf->nc_device, O_RDWR, NULL); in svc_com_create()
525 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) { in authdes_create()
H A Drtime_tli.c83 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) { in rtime_tli()
H A Dclnt_generic.c390 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) { in clnt_create_service_timed()
613 fd = t_open(nconf->nc_device, O_RDWR, NULL); in _clnt_tli_create_timed()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c60 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()
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c77 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c55 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) { in svc_create_local_service()
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h210 extern int t_open(const char *path, int oflag, struct t_info *info);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c122 t_open(const char *path, int flags, struct t_info *info) in t_open() function
/illumos-gate/usr/src/cmd/keyserv/
H A Dkey_generic.c112 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c89 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
277 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.c286 if ((service[i].fd = t_open(nconf->nc_device, O_RDWR, NULL)) < in ypinit()
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c402 tli4 = (nconf4 != 0) ? t_open(nconf4->nc_device, O_RDWR, NULL) : -1; in main()
403 tli6 = (nconf6 != 0) ? t_open(nconf6->nc_device, O_RDWR, NULL) : -1; in main()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com56 t_getstate.o t_listen.o t_look.o t_open.o t_optmgmt.o \
/illumos-gate/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.c1034 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
1076 fd = t_open(devname, O_RDWR, &tinfo);
/illumos-gate/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()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c497 fd = t_open(devname, O_RDWR, &tinfo); in tlicall()

12