Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dctx.c694 smb_ctx_setuser(struct smb_ctx *ctx, const char *name, int from_cmd) in smb_ctx_setuser() argument
707 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_USR)) in smb_ctx_setuser()
714 if (from_cmd) in smb_ctx_setuser()
726 smb_ctx_setdomain(struct smb_ctx *ctx, const char *name, int from_cmd) in smb_ctx_setdomain() argument
739 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_DOM)) in smb_ctx_setdomain()
746 if (from_cmd) in smb_ctx_setdomain()
753 smb_ctx_setpassword(struct smb_ctx *ctx, const char *passwd, int from_cmd) in smb_ctx_setpassword() argument
769 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_PW)) in smb_ctx_setpassword()
792 if (from_cmd) in smb_ctx_setpassword()