Searched refs:ct_flags (Results 1 – 13 of 13) sorted by relevance
530 int ct_flags; /* Driver op. flags */ member591 (ct)->ct_flags |= MDI_CLIENT_FLAGS_OFFLINE; }594 (ct)->ct_flags &= ~MDI_CLIENT_FLAGS_OFFLINE; }596 ((ct)->ct_flags & MDI_CLIENT_FLAGS_OFFLINE)600 (ct)->ct_flags |= MDI_CLIENT_FLAGS_SUSPEND; }603 (ct)->ct_flags &= ~MDI_CLIENT_FLAGS_SUSPEND; }605 ((ct)->ct_flags & MDI_CLIENT_FLAGS_SUSPEND)609 (ct)->ct_flags |= MDI_CLIENT_FLAGS_POWER_DOWN; }612 (ct)->ct_flags &= ~MDI_CLIENT_FLAGS_POWER_DOWN; }614 ((ct)->ct_flags & MDI_CLIENT_FLAGS_POWER_DOWN)[all …]
288 ctflags_t ct_flags; /* contract flags */ member
92 if (ctx->ct_flags & SMBCF_KCFOUND) { in smb_get_authentication()95 ctx->ct_flags |= SMBCF_KCBAD; in smb_get_authentication()98 if (ctx->ct_flags & SMBCF_NOPWD) in smb_get_authentication()
191 dump_ctx_flags(ctx->ct_flags); in dump_ctx()345 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_scan_argv()707 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_USR)) in smb_ctx_setuser()715 ctx->ct_flags |= SMBCF_CMD_USR; in smb_ctx_setuser()739 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_DOM)) in smb_ctx_setdomain()747 ctx->ct_flags |= SMBCF_CMD_DOM; in smb_ctx_setdomain()769 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_PW)) in smb_ctx_setpassword()793 ctx->ct_flags |= SMBCF_CMD_PW; in smb_ctx_setpassword()983 ctx->ct_flags |= SMBCF_SRIGHTS; in smb_ctx_opt()986 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_opt()[all …]
96 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_findvc()117 ctx->ct_flags |= SMBCF_SSNACTIVE; in smb_ctx_findvc()
263 ctx->ct_flags |= SMBCF_KCFOUND; in smb_get_keychain()276 ctx->ct_flags |= (SMBCF_KCFOUND | SMBCF_KCDOMAIN); in smb_get_keychain()
93 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_newvc()
421 ctx->ct_flags |= SMBCF_RESOLVED; in smb_iod_connect()523 ctx->ct_flags |= SMBCF_SSNACTIVE; in smb_iod_connect()
187 mdb_printf("ct_flags: %26d\n", value.ct_flags); in mdiclient()188 if (value.ct_flags) { in mdiclient()189 dump_flags((unsigned long long)value.ct_flags, client_flags); in mdiclient()606 if (ct_value.ct_flags) { in i_vhcilun()609 ct_value.ct_flags, client_flags); in i_vhcilun()
95 int ct_flags; /* SMBCF_ */ member
343 ctx->ct_flags |= SMBCF_NOPWD; in main()
310 ct->ct_flags = flags; in contract_ctor()509 if (!explicit && (ct->ct_flags & CTF_INHERIT) && in contract_abandon()
1346 ct->ct_flags = 0; in i_mdi_client_alloc()1446 int flags = ct->ct_flags; in i_mdi_client_free()