/illumos-gate/usr/src/head/ |
H A D | xti.h | 186 #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/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 62 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | check_bound.c | 118 fdl->fd = t_open(fdl->nconf->nc_device, O_RDWR, NULL); 174 if ((fdl->fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) < 0) { 243 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) < 0) {
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 124 t_open(const char *path, int flags, struct t_info *info) function
|
/illumos-gate/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 | 95 fd = t_open(nconf->nc_device, O_RDWR, &tinfo); 208 fd = t_open(nconf->nc_device, O_RDWR, NULL); 527 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) {
|
H A D | clnt_generic.c | 393 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) { 616 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 | 246 fd = t_open(nconf->nc_device, O_RDWR, &tinfo);
|
/illumos-gate/usr/src/cmd/gss/gssd/ |
H A D | gssd_generic.c | 79 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | key_generic.c | 114 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
|
/illumos-gate/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_generic.c | 57 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 210 extern int t_open(const char *path, int oflag, struct t_info *info);
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | connect.c | 184 fd = t_open(dev, O_RDWR, NULL); 245 fd = t_open(dev, O_RDWR, NULL);
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 91 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 D | ypxfrd_client.c | 230 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
|
H A D | ypserv.c | 287 if ((service[i].fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 289 logprintf("t_open failed for %s\n", service[i].netid);
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 404 tli4 = (nconf4 != 0) ? t_open(nconf4->nc_device, O_RDWR, NULL) : -1; 405 tli6 = (nconf6 != 0) ? t_open(nconf6->nc_device, O_RDWR, NULL) : -1;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 320 if ((fd = t_open(tlx_info->dev_name, O_RDWR, NULL)) == -1) { 543 if ((fd = t_open(tlx_info->dev_name, O_RDWR, NULL)) == -1) { 544 error_msg("t_open: %s", t_strerror(t_errno));
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 95 if ((fd = t_open(ncp->nc_device, O_RDWR, NULL)) == -1) {
|
/illumos-gate/usr/src/lib/libnsl/ |
H A D | Makefile.com | 55 t_getstate.o t_listen.o t_look.o t_open.o t_optmgmt.o \
|
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 331 cvcd_ssp = t_open(TCP_DEV, O_RDWR, &tinfo); 333 cvcd_err(LOG_ERR, "t_open: %s", t_errlist[t_errno]); 613 newfd = t_open(TCP_DEV, O_RDWR|O_NDELAY, NULL); 615 cvcd_err(LOG_ERR, "cvcd_connect: t_open: %s",
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 41 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 490 DEBUG(1, "t_open timeout\n%s", ""); 491 logent("t_open", "TIMEOUT"); 497 fd = t_open(devname, O_RDWR, &tinfo); 500 tfaillog(fd, "t_open");
|
/illumos-gate/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 353 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) == -1)
|