Searched refs:t_sync (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | xti.h | 209 #pragma redefine_extname t_sync _xti_sync 254 #define t_sync _xti_sync macro 532 extern int t_sync(int);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 42 int t_getinfo(), t_getstate(), t_look(), t_rcv(), t_snd(), t_sync(), t_unbind(); 354 if (t_sync(*fdreadp) == -1 || t_sync(*fdwritep) == -1) { 355 tfaillog(*fdreadp, "tsetup: t_sync\n");
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 202 t_sync(int fd) function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 224 extern int t_sync(int fildes);
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 229 if (t_sync(*fdreadp) == -1 || t_sync(*fdwritep) == -1) { 230 tfaillog(*fdreadp, "tsetup: t_sync\n");
|
/illumos-gate/usr/src/lib/libnsl/ |
H A D | Makefile.com | 59 t_sndvudata.o t_rcvvudata.o t_sync.o t_unbind.o t_strerror.o \
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 647 if (((state = t_sync(fd)) == -1) || 767 if (t_sync(nfd) == -1) {
|
H A D | svc_generic.c | 262 if ((state = t_sync(fd)) == -1) { 268 "svc_tli_create: could not do t_sync: %s",
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 439 if ((state = t_sync(tli[i])) < 0) { 440 fprintf(stderr, "t_sync failed: %s\n",
|
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 140 if (t_sync(0) == -1) { 141 syslog(LOG_ERR, "could not do t_sync");
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 128 if (t_sync(0) == -1) { 129 DEBUG((9,"t_sync failed, t_errno %d", t_errno));
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 91 t_sync.3nsl \
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 312 /* t_sync.c */ 313 int t_sync(int);
|
Completed in 75 milliseconds