/titanic_41/usr/src/cmd/listen/ |
H A D | nlsaddr.c | 119 extern int t_getinfo(); 123 if (t_getinfo(fd, &info) == -1) {
|
/titanic_41/usr/src/head/ |
H A D | xti.h | 181 #pragma redefine_extname t_getinfo _xti_getinfo 226 #define t_getinfo _xti_getinfo macro 513 extern int t_getinfo(int, struct t_info *);
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 90 extern int t_getinfo(); 369 if (t_getinfo(0, tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
|
H A D | yp_b_svc.c | 672 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/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(); 290 if (t_getinfo(fd, &info) != 0) {
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 95 t_getinfo(int fd, struct t_info *info) in t_getinfo() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tiuser.h | 205 extern int t_getinfo(int fildes, struct t_info *info);
|
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 251 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpc_soc.c | 101 if (t_getinfo(fd, &tinfo) == -1) in clnt_com_create() 326 if (t_getinfo(fd, &tinfo) == -1) { in __rpc_bindresvport_ipv6()
|
H A D | svc_simple.c | 138 if (t_getinfo(svcxprt->xp_fd, &tinfo) == -1) { in rpc_reg()
|
H A D | clnt_generic.c | 635 if (t_getinfo(fd, &tinfo) == -1) in _clnt_tli_create_timed() 649 (t_getinfo(fd, &tinfo) == -1)) in _clnt_tli_create_timed()
|
H A D | rpc_generic.c | 432 if (t_getinfo(fd, &tinfo) == -1) { in __rpcfd_to_nconf()
|
H A D | svc_generic.c | 272 if (t_getinfo(fd, &tinfo) == -1) { in svc_tli_create_common()
|
H A D | svc_vc.c | 226 if (t_getinfo(fd, &tinfo) == -1) { in svc_vc_create_private() 406 if (t_getinfo(fd, &tinfo) == -1) { in svc_fd_create_private()
|
H A D | clnt_dg.c | 157 if (t_getinfo(fd, &tinfo) == -1) { in clnt_dg_create()
|
H A D | svc_dg.c | 135 if (t_getinfo(fd, &tinfo) == -1) { in svc_dg_create_private()
|
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 146 if (t_getinfo(0, &tinfo) == -1) { in main() 263 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 174 if (t_getinfo(fd, &info) != 0) { in twrite()
|
/titanic_41/usr/src/lib/libnsl/ |
H A D | Makefile.com | 54 t_connect.o t_error.o t_free.o t_getinfo.o t_getname.o \
|
/titanic_41/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 457 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 444 if (t_getinfo(tli[i], &tinfo) < 0) { in main()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 406 t_getinfo;
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 954 if (t_getinfo(fd, &tinfo) == -1) in bindresvport()
|
/titanic_41/usr/src/man/man3nsl/ |
H A D | Makefile | 67 t_getinfo.3nsl \
|
/titanic_41/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 819 if (t_getinfo(fd, &tinfo) != -1) { in create_client()
|