Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dnewvc.c93 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_newvc()
H A Dfindvc.c96 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_findvc()
H A Dctx.c139 if (flags & SMBCF_RESOLVED) in dump_ctx_flags()
1057 ctx->ct_flags &= ~SMBCF_RESOLVED; in smb_ctx_resolve()
1143 ctx->ct_flags |= SMBCF_RESOLVED; in smb_ctx_resolve()
1212 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_get_ssn()
H A Dconnect.c421 ctx->ct_flags |= SMBCF_RESOLVED; in smb_iod_connect()
/titanic_41/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h166 #define SMBCF_RESOLVED 0x8000 /* structure has been verified */ macro