Searched refs:t_optmgmt (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | rpc_td.c | 44 static struct t_optmgmt t_optreq, t_optret; 87 rval = t_optmgmt(fd, &t_optreq, &t_optret);
|
H A D | ti_opts.c | 65 * 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 D | clnt_vc.c | 385 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 D | svc_vc.c | 748 struct t_optmgmt optreq, optret; 952 (void) t_optmgmt(destfd, &optreq, &optret);
|
/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 123 t_optmgmt(int fd, const struct t_optmgmt *req, struct t_optmgmt *ret) function
|
H A D | t_free.c | 44 struct t_optmgmt *opt; 73 p.opt = (struct t_optmgmt *)ptr;
|
H A D | t_optmgmt.c | 57 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 D | tx.h | 315 extern int _tx_optmgmt(int, const struct t_optmgmt *, struct t_optmgmt *, int);
|
H A D | xti_wrappers.c | 142 _xti_optmgmt(int fd, const struct t_optmgmt *req, struct t_optmgmt *ret)
|
H A D | t_alloc.c | 60 struct t_optmgmt *opt; 152 if ((p.opt = calloc(1, sizeof (struct t_optmgmt))) == NULL)
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_connect.c | 77 struct t_optmgmt oreq, ores; 98 if (t_optmgmt(fd, &oreq, &ores) < 0) {
|
/osnet-11/usr/src/lib/libnsl/ |
H A D | Makefile.com | 53 t_getstate.o t_listen.o t_look.o t_open.o t_optmgmt.o \
|
/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 904 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 D | llib-lnsl | 284 int _xti_optmgmt(int, const struct t_optmgmt *, struct t_optmgmt *);
|
Completed in 33 milliseconds