Symbol: t_look
usr/src/cmd/bnu/callers.c
1034
int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
usr/src/cmd/bnu/callers.c
1188
if ( (t_errno == TLOOK) && (t_look(fd) == T_DISCONNECT)) {
usr/src/cmd/bnu/interface.c
41
int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
usr/src/cmd/bnu/interface.c
42
int t_getinfo(), t_getstate(), t_look(), t_rcv(), t_snd(), t_sync(), t_unbind();
usr/src/cmd/bnu/interface.c
443
switch (reason = t_look(fd)) {
usr/src/cmd/cmd-inet/usr.lib/inetd/tlx.c
451
switch (event = t_look(fd)) {
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
1004
ret = t_look(fd);
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
1376
while (event = t_look(fd)) {
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
1490
while (event = t_look(fd)) {
usr/src/cmd/listen/listen.c
1084
switch (t_look(fd)) {
usr/src/cmd/listen/nlps_serv.c
825
DEBUG((9, "l_rcv, t_look returns %d", t_look(0)));
usr/src/head/xti.h
517
extern int t_look(int);
usr/src/lib/libnsl/dial/callers.c
612
if ((t_errno == TLOOK) && (t_look(fd) == T_DISCONNECT)) {
usr/src/lib/libnsl/dial/interface.c
322
switch (reason = t_look(fd)) {
usr/src/lib/libnsl/rpc/clnt_bcast.c
502
t_look(fdlist[i].fd) == T_UDERR &&
usr/src/lib/libnsl/rpc/clnt_vc.c
1365
switch (t_look(fd)) {
usr/src/lib/libnsl/rpc/clnt_vc.c
556
switch (t_look(fd)) {
usr/src/lib/libnsl/rpc/svc_dg.c
387
lookres = t_look(xprt->xp_fd);
usr/src/lib/libnsl/rpc/svc_vc.c
1378
switch (t_look(fd)) {
usr/src/lib/libnsl/rpc/svc_vc.c
1501
switch (t_look(fd)) {
usr/src/lib/libnsl/rpc/svc_vc.c
1545
switch (t_look(xprt->xp_fd)) {
usr/src/lib/libnsl/rpc/svc_vc.c
1583
switch (t_look(xprt->xp_fd)) {
usr/src/lib/libnsl/rpc/svc_vc.c
676
switch (t_look(xprt->xp_fd)) {
usr/src/lib/libnsl/rpc/svc_vc.c
688
if (t_look(xprt->xp_fd) == T_DISCONNECT)
usr/src/lib/libnsl/rpc/svc_vc.c
839
switch (t_look(srcfd)) {
usr/src/uts/common/sys/tiuser.h
209
extern int t_look(int fildes);