Searched refs:t_optmgmt (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_td.c44 static struct t_optmgmt t_optreq, t_optret;
87 rval = t_optmgmt(fd, &t_optreq, &t_optret);
H A Dti_opts.c65 * depends upon the t_optmgmt call to local transport driver so that
451 struct t_optmgmt oreq, ores;
514 if (t_optmgmt(fd, &oreq, &ores) < 0 ||
H A Dclnt_vc.c385 struct t_optmgmt req, res;
406 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) {
419 struct t_optmgmt req, res;
440 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) {
H A Dsvc_vc.c748 struct t_optmgmt optreq, optret;
952 (void) t_optmgmt(destfd, &optreq, &optret);
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c123 t_optmgmt(int fd, const struct t_optmgmt *req, struct t_optmgmt *ret) function
H A Dt_free.c44 struct t_optmgmt *opt;
73 p.opt = (struct t_optmgmt *)ptr;
H A Dt_optmgmt.c57 const struct t_optmgmt *req,
58 struct t_optmgmt *ret,
112 * XTI t_optmgmt() semantics.
296 * t_optmgmt() are the drivers used for conformance testing to the
303 "t_optmgmt: invalid state event T_OPTMGMT");
H A Dtx.h315 extern int _tx_optmgmt(int, const struct t_optmgmt *, struct t_optmgmt *, int);
H A Dxti_wrappers.c142 _xti_optmgmt(int fd, const struct t_optmgmt *req, struct t_optmgmt *ret)
H A Dt_alloc.c60 struct t_optmgmt *opt;
152 if ((p.opt = calloc(1, sizeof (struct t_optmgmt))) == NULL)
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c77 struct t_optmgmt oreq, ores;
98 if (t_optmgmt(fd, &oreq, &ores) < 0) {
/osnet-11/usr/src/lib/libnsl/
H A DMakefile.com53 t_getstate.o t_listen.o t_look.o t_open.o t_optmgmt.o \
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c904 struct t_optmgmt req, resp;
990 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) {
1018 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) {
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl284 int _xti_optmgmt(int, const struct t_optmgmt *, struct t_optmgmt *);

Completed in 32 milliseconds