Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h530 int ct_flags; /* Driver op. flags */ member
591 (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; }
605 ((ct)->ct_flags & MDI_CLIENT_FLAGS_SUSPEND)
614 ((ct)->ct_flags & MDI_CLIENT_FLAGS_POWER_DOWN)
627 (ct)->ct_flags |= MDI_CLIENT_FLAGS_DETACH; }
632 ((ct)->ct_flags & MDI_CLIENT_FLAGS_DETACH)
641 ((ct)->ct_flags & MDI_CLIENT_FLAGS_FAILOVER)
[all …]
H A Dcontract_impl.h288 ctflags_t ct_flags; /* contract flags */ member
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c92 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()
H A Dctx.c189 dump_ctx_flags(ctx->ct_flags); in dump_ctx()
348 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_scan_argv()
706 ctx->ct_flags |= SMBCF_CMD_USR; in smb_ctx_setuser()
738 ctx->ct_flags |= SMBCF_CMD_DOM; in smb_ctx_setdomain()
760 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_PW)) in smb_ctx_setpassword()
784 ctx->ct_flags |= SMBCF_CMD_PW; in smb_ctx_setpassword()
997 ctx->ct_flags |= SMBCF_SRIGHTS; in smb_ctx_opt()
1000 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_opt()
1071 ctx->ct_flags &= ~SMBCF_RESOLVED; in smb_ctx_resolve()
1175 ctx->ct_flags |= SMBCF_RESOLVED; in smb_ctx_resolve()
[all …]
H A Dkeychain.c263 ctx->ct_flags |= SMBCF_KCFOUND; in smb_get_keychain()
276 ctx->ct_flags |= (SMBCF_KCFOUND | SMBCF_KCDOMAIN); in smb_get_keychain()
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 Dconnect.c180 ctx->ct_flags |= SMBCF_RESOLVED; in smb_iod_connect()
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c187 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()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfknewvc.c116 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_newvc()
H A Dfksmbcl_main.c238 ctx->ct_flags |= SMBCF_NOPWD; in do_logon()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h95 int ct_flags; /* SMBCF_ */ member
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c348 ctx->ct_flags |= SMBCF_NOPWD; in main()
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c313 ct->ct_flags = flags; in contract_ctor()
512 if (!explicit && (ct->ct_flags & CTF_INHERIT) && in contract_abandon()
H A Dsunmdi.c1340 ct->ct_flags = 0; in i_mdi_client_alloc()
1440 int flags = ct->ct_flags; in i_mdi_client_free()