Searched refs:t_open (Results 1 - 25 of 46) 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/lib/libnsl/yp/
H A Dyp_rsvd.c62 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c118 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 Dtli_wrappers.c124 t_open(const char *path, int flags, struct t_info *info) function
/illumos-gate/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.c95 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 Dclnt_generic.c393 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
616 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.c246 fd = t_open(nconf->nc_device, O_RDWR, &tinfo);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c79 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dkey_generic.c114 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c57 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) < 0) {
/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/libsmbfs/smb/
H A Dconnect.c184 fd = t_open(dev, O_RDWR, NULL);
245 fd = t_open(dev, O_RDWR, NULL);
/illumos-gate/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)) <
289 logprintf("t_open failed for %s\n", service[i].netid);
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c404 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 Dtlx.c320 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 Dfmd_rpc.c95 if ((fd = t_open(ncp->nc_device, O_RDWR, NULL)) == -1) {
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com55 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 Dcvcd.c331 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 Dinterface.c41 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c490 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 Dnetaddrs.c353 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) == -1)

Completed in 84 milliseconds

12