/titanic_41/usr/src/head/ |
H A D | xti.h | 187 #pragma redefine_extname t_optmgmt _xti_optmgmt 232 #define t_optmgmt _xti_optmgmt macro 317 struct t_optmgmt { struct 491 extern int t_optmgmt(int, struct t_optmgmt *, struct t_optmgmt *); 505 extern int t_optmgmt(int, const struct t_optmgmt *, struct t_optmgmt *);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tiuser.h | 114 struct t_optmgmt { struct 211 extern int t_optmgmt(int fildes, struct t_optmgmt *req, 212 struct t_optmgmt *ret);
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 130 t_optmgmt(int fd, struct t_optmgmt *req, struct t_optmgmt *ret) in t_optmgmt() function
|
H A D | t_free.c | 48 struct t_optmgmt *opt; in _tx_free() 80 p.opt = (struct t_optmgmt *)ptr; in _tx_free()
|
H A D | t_optmgmt.c | 61 const struct t_optmgmt *req, in _tx_optmgmt() 62 struct t_optmgmt *ret, in _tx_optmgmt()
|
H A D | tx.h | 318 extern int _tx_optmgmt(int, const struct t_optmgmt *, struct t_optmgmt *, int);
|
H A D | xti_wrappers.c | 146 _xti_optmgmt(int fd, const struct t_optmgmt *req, struct t_optmgmt *ret) in _xti_optmgmt()
|
H A D | t_alloc.c | 61 struct t_optmgmt *opt; in _tx_alloc() 153 if ((p.opt = calloc(1, sizeof (struct t_optmgmt))) == NULL) in _tx_alloc()
|
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 73 struct t_optmgmt *opt; in t_kfree() 107 p.opt = (struct t_optmgmt *)ptr; in t_kfree() 110 kmem_free(ptr, sizeof (struct t_optmgmt)); in t_kfree()
|
H A D | t_kalloc.c | 76 struct t_optmgmt *opt; in t_kalloc() 114 p.opt = kmem_zalloc(sizeof (struct t_optmgmt), KM_SLEEP); in t_kalloc()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpc_td.c | 48 static struct t_optmgmt t_optreq, t_optret; in __td_setnodelay() 92 rval = t_optmgmt(fd, &t_optreq, &t_optret); in __td_setnodelay()
|
H A D | ti_opts.c | 458 struct t_optmgmt oreq, ores; in __rpc_tli_set_options() 521 if (t_optmgmt(fd, &oreq, &ores) < 0 || in __rpc_tli_set_options()
|
H A D | clnt_vc.c | 392 struct t_optmgmt req, res; in _set_tcp_conntime() 413 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) { in _set_tcp_conntime() 426 struct t_optmgmt req, res; in _get_tcp_conntime() 447 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) { in _get_tcp_conntime()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 133 struct t_optmgmt *topt, *tropt; 896 struct t_optmgmt *topt, *tropt; 900 topt = (struct t_optmgmt *)t_alloc(fd, T_OPTMGMT, 0); 905 tropt = (struct t_optmgmt *)t_alloc(fd, T_OPTMGMT, 0); 923 if (t_optmgmt(fd, topt, tropt) == -1) {
|
/titanic_41/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 128 struct t_optmgmt { struct
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | connect.c | 83 struct t_optmgmt oreq, ores; in smb_setopt_int() 104 if (t_optmgmt(fd, &oreq, &ores) < 0) { in smb_setopt_int()
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 289 struct t_optmgmt req, resp; in nfslib_bindit() 437 if (t_optmgmt(fd, &req, &resp) < 0 || in nfslib_bindit() 453 struct t_optmgmt req, res; in get_opt() 472 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) { in get_opt() 482 struct t_optmgmt req, resp; in setopt() 502 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in setopt()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 897 struct t_optmgmt req, resp; in setopt_int() 917 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in setopt_int() 940 struct t_optmgmt req, resp; in setup_callit() 968 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in setup_callit()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 260 struct t_optmgmt request, reply; in tlx_setsockopt() 284 if ((t_optmgmt(fd, &request, &reply) == -1) || in tlx_setsockopt()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 907 struct t_optmgmt req, resp; in bindresvport() 994 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in bindresvport() 1022 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in bindresvport()
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndrd.c | 683 struct t_optmgmt req, resp; in reuseaddr() 706 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in reuseaddr() 1687 struct t_optmgmt req, resp; in rdcd_bindit() 1784 if (t_optmgmt(fd, &req, &resp) < 0 || in rdcd_bindit()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 276 /* t_optmgmt.c */ 277 int t_optmgmt(int, struct t_optmgmt *, struct t_optmgmt *); 367 int _xti_optmgmt(int, struct t_optmgmt *, struct t_optmgmt *);
|
H A D | mapfile-vers | 411 t_optmgmt;
|
/titanic_41/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 \
|
/titanic_41/usr/src/cmd/krb5/kadmin/server/ |
H A D | ovsec_kadmd.c | 431 struct t_optmgmt req, resp; in main() 735 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in main()
|