Home
last modified time | relevance | path

Searched refs:SMBCF_RESOLVED (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnewvc.c93 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_newvc()
H A Dfindvc.c98 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_findvc()
H A Dctx.c139 if (flags & SMBCF_RESOLVED) in dump_ctx_flags()
1071 ctx->ct_flags &= ~SMBCF_RESOLVED; in smb_ctx_resolve()
1175 ctx->ct_flags |= SMBCF_RESOLVED; in smb_ctx_resolve()
1260 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_get_ssn()
H A Dconnect.c180 ctx->ct_flags |= SMBCF_RESOLVED; in smb_iod_connect()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfknewvc.c116 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_newvc()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h154 #define SMBCF_RESOLVED 0x8000 /* structure has been verified */ macro