Searched refs:t_look (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/head/
H A Dxti.h105 * 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 Dinterface.c41 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 Dcallers.c1038 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 Dtli_wrappers.c113 t_look(int fd) function
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h52 * 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 Dnb_ssn.c223 look = t_look(fd);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c322 switch (reason = t_look(fd)) {
H A Dcallers.c612 if ((t_errno == TLOOK) && (t_look(fd) == T_DISCONNECT)) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c676 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 Dclnt_bcast.c504 t_look(fdlist[i].fd) == T_UDERR &&
H A Dclnt_vc.c561 switch (t_look(fd)) {
1404 switch (t_look(fd)) {
H A Dsvc_dg.c387 lookres = t_look(xprt->xp_fd);
/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/avs/rdc/
H A Dsndrd.c1123 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 Dnfs_tbind.c957 * 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 Dtlx.c451 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 Dcvcd.c429 switch ((event = t_look(cvcd_ssp))) {
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c827 DEBUG((9, "l_rcv, t_look returns %d", t_look(0)));
H A Dlisten.c1079 switch (t_look(fd)) {
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile71 t_look.3nsl \
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl270 /* t_look.c */
271 int t_look(int);

Completed in 82 milliseconds