Home
last modified time | relevance | path

Searched refs:xa_fd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dmlrpc_clh.c77 clnt->xa_fd = -1; in mlrpc_clh_create()
167 if (clnt->xa_fd != -1) in mlrpc_clh_bind()
205 clnt->xa_fd = fd; in mlrpc_clh_bind()
235 clnt->xa_fd = -1; in mlrpc_clh_bind()
252 if (clnt->xa_fd != -1) { in mlrpc_clh_unbind()
253 (void) smb_fh_close(clnt->xa_fd); in mlrpc_clh_unbind()
254 clnt->xa_fd = -1; in mlrpc_clh_unbind()
362 if (clnt == NULL || clnt->xa_fd == -1) in ndr_rpc_get_ssnkey()
365 return (smb_fh_getssnkey(clnt->xa_fd, key, len)); in ndr_rpc_get_ssnkey()
506 err = smb_fh_xactnp(clnt->xa_fd, in ndr_xa_exchange()
[all …]
H A Dlibmlrpc.h506 int xa_fd; member