Searched refs:ct_flags (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/smbfs/lib/smb/ |
| H A D | ctx.c | 434 ctx->ct_flags |= SMBCF_SRIGHTS; in smb_ctx_opt() 438 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_opt() 515 ctx->ct_flags &= ~SMBCF_RESOLVED; in smb_ctx_resolve() 586 if (ssn->ioc_password[0] == 0 && (ctx->ct_flags & SMBCF_NOPWD) == 0) { in smb_ctx_resolve() 592 ctx->ct_flags |= SMBCF_RESOLVED; in smb_ctx_resolve() 616 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) { in smb_ctx_lookup() 650 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) { in smb_ctx_login()
|
| /src/sys/dev/isp/ |
| H A D | isp_target.c | 271 cto->ct_flags = CT7_NOACK; in isp_endcmd() 273 cto->ct_flags |= CT7_TERMINATE; in isp_endcmd() 275 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd() 285 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd() 294 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd() 682 if (ct->ct_flags & CT7_TERMINATE) { in isp_handle_ctio7() 684 } else if ((ct->ct_flags & CT7_SENDSTATUS) == 0) { in isp_handle_ctio7() 694 if (ct->ct_flags & CT7_SENDSTATUS) { in isp_handle_ctio7()
|
| H A D | isp_freebsd.c | 1098 cto->ct_flags = atp->tattr << CT7_TASK_ATTR_SHIFT; in isp_target_start_ctio() 1109 cto->ct_flags |= CT7_SENDSTATUS | CT7_NO_DATA; in isp_target_start_ctio() 1112 cto->ct_flags |= CT7_FLAG_MODE1; in isp_target_start_ctio() 1122 cto->ct_flags |= CT7_CONFIRM|CT7_EXPLCT_CONF; in isp_target_start_ctio() 1142 cto->ct_flags |= CT7_CONFIRM|CT7_EXPLCT_CONF; in isp_target_start_ctio() 1145 cto->ct_flags |= CT7_FLAG_MODE2; in isp_target_start_ctio() 1178 …ET_SEQNO(cto), ATPD_GET_NCAM(cto), atp->cdb0, cto->ct_scsi_status, cto->ct_flags, cto->ct_resid, s… in isp_target_start_ctio() 1182 …_GET_SEQNO(cto), ATPD_GET_NCAM(cto), atp->cdb0, cto->ct_scsi_status, cto->ct_flags, cto->ct_resid); in isp_target_start_ctio() 1191 cto->ct_flags |= CT7_FLAG_MODE0; in isp_target_start_ctio() 1193 cto->ct_flags |= CT7_DATA_IN; in isp_target_start_ctio() [all …]
|
| H A D | isp_library.c | 144 if (((ct7_entry_t *)fqe)->ct_flags & CT7_FLAG_MODE2) { in isp_send_cmd() 1685 ISP_IOXPUT_16(isp, src->ct_flags, &dst->ct_flags); in isp_put_ctio7() 1689 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_put_ctio7() 1697 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_put_ctio7() 1735 ISP_IOXGET_16(isp, &src->ct_flags, dst->ct_flags); in isp_get_ctio7() 1739 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_get_ctio7() 1747 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_get_ctio7()
|
| H A D | ispmbox.h | 1446 uint16_t ct_flags; member
|
| /src/contrib/smbfs/include/netsmb/ |
| H A D | smb_lib.h | 101 int ct_flags; /* SMBCF_ */ member
|