Searched refs:t_look (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | xti.h | 105 * The following are the events returned by t_look 185 #pragma redefine_extname t_look _xti_look 230 #define t_look _xti_look macro 517 extern int t_look(int);
|
/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(); 42 int t_getinfo(), t_getstate(), t_look(), t_rcv(), t_snd(), t_sync(), t_unbind(); 452 switch (reason = t_look(fd)) {
|
H A D | callers.c | 1038 int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis(); 1192 if ( (t_errno == TLOOK) && (t_look(fd) == T_DISCONNECT)) {
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 113 t_look(int fd) function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 52 * The following are the events returned by t_look 209 extern int t_look(int fildes);
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | nb_ssn.c | 223 look = t_look(fd);
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 322 switch (reason = t_look(fd)) {
|
H A D | callers.c | 612 if ((t_errno == TLOOK) && (t_look(fd) == T_DISCONNECT)) {
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_vc.c | 676 switch (t_look(xprt->xp_fd)) { 688 if (t_look(xprt->xp_fd) == T_DISCONNECT) 839 switch (t_look(srcfd)) { 1378 switch (t_look(fd)) { 1501 switch (t_look(fd)) { 1545 switch (t_look(xprt->xp_fd)) { 1583 switch (t_look(xprt->xp_fd)) {
|
H A D | clnt_bcast.c | 504 t_look(fdlist[i].fd) == T_UDERR &&
|
H A D | clnt_vc.c | 561 switch (t_look(fd)) { 1404 switch (t_look(fd)) {
|
H A D | svc_dg.c | 387 lookres = t_look(xprt->xp_fd);
|
/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/avs/rdc/ |
H A D | sndrd.c | 1123 while (event = t_look(fd)) { 1196 while (event = t_look(fd)) { 1403 * t_look(), expecting T_UDERR. 1450 ret = t_look(fd); 1467 "t_look(file descriptor %d/transport %s) %m", 1472 "t_look(file descriptor %d/transport %s) TLI error %d", 1478 (void) syslog(LOG_WARNING, "t_look(file descriptor %d/"
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 957 * t_look(), expecting T_UDERR. 1004 ret = t_look(fd); 1021 "t_look(file descriptor %d/transport %s) %m", 1026 "t_look(file descriptor %d/transport %s) TLI error %d", 1033 "t_look(file descriptor %d/transport %s) returned %d not T_UDERR (%d)", 1376 while (event = t_look(fd)) { 1490 while (event = t_look(fd)) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 451 switch (event = t_look(fd)) { 515 error_msg("t_look: %s", t_strerror(t_errno)); 518 error_msg(gettext("do_tlook: unexpected t_look event: %d"), 529 * file descriptor, removed after a t_look. (Incoming connect indications 580 * if it isn't already, and go and process the t_look.
|
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 429 switch ((event = t_look(cvcd_ssp))) {
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 827 DEBUG((9, "l_rcv, t_look returns %d", t_look(0)));
|
H A D | listen.c | 1079 switch (t_look(fd)) {
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 71 t_look.3nsl \
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 270 /* t_look.c */ 271 int t_look(int);
|
Completed in 146 milliseconds