Home
last modified time | relevance | path

Searched refs:t_optmgmt (Results 1 – 25 of 29) sorted by relevance

12

/titanic_41/usr/src/head/
H A Dxti.h187 #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 Dtiuser.h114 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 Dtli_wrappers.c130 t_optmgmt(int fd, struct t_optmgmt *req, struct t_optmgmt *ret) in t_optmgmt() function
H A Dt_free.c48 struct t_optmgmt *opt; in _tx_free()
80 p.opt = (struct t_optmgmt *)ptr; in _tx_free()
H A Dt_optmgmt.c61 const struct t_optmgmt *req, in _tx_optmgmt()
62 struct t_optmgmt *ret, in _tx_optmgmt()
H A Dtx.h318 extern int _tx_optmgmt(int, const struct t_optmgmt *, struct t_optmgmt *, int);
H A Dxti_wrappers.c146 _xti_optmgmt(int fd, const struct t_optmgmt *req, struct t_optmgmt *ret) in _xti_optmgmt()
H A Dt_alloc.c61 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 Dt_kfree.c73 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 Dt_kalloc.c76 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 Drpc_td.c48 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 Dti_opts.c458 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 Dclnt_vc.c392 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 Dcvcd.c133 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 Dtiuser.h128 struct t_optmgmt { struct
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dconnect.c83 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 Dnfs_tbind.c289 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 Drpcbind.c897 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 Dtlx.c260 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 Dnetdir_inet_sundry.c907 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 Dsndrd.c683 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 Dllib-lnsl276 /* 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 Dmapfile-vers411 t_optmgmt;
/titanic_41/usr/src/lib/libnsl/
H A DMakefile.com55 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 Dovsec_kadmd.c431 struct t_optmgmt req, resp; in main()
735 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in main()

12