Searched refs:dialect (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc-dis.c | 38 unsigned long insn, ppc_cpu_t dialect) in operand_value_powerpc() argument 44 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc() 71 unsigned long insn, ppc_cpu_t dialect) in skip_optional_operands() argument 80 && operand_value_powerpc (operand, insn, dialect) != in skip_optional_operands() 92 lookup_powerpc (unsigned long insn, ppc_cpu_t dialect) in lookup_powerpc() argument 106 || (dialect != (ppc_cpu_t) -1 in lookup_powerpc() 107 && ((opcode->flags & dialect) == 0 in lookup_powerpc() 108 || (opcode->deprecated & dialect) != 0))) in lookup_powerpc() 117 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc() 134 ppc_cpu_t dialect; in print_insn_powerpc() local [all …]
|
D | ppc.h | 263 (unsigned long instruction, long op, ppc_cpu_t dialect, const char **errmsg); 284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
|
D | ppc-opc.c | 979 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx() 993 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx() 1002 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary() 1016 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary() 1025 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx() 1041 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx() 1054 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry() 1070 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry() 1089 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bat() 1097 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bat() [all …]
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | TODO | 64 q) Allow mount.cifs to be more verbose in reporting errors with dialect 73 secure) CIFS dialect can be disabled in environments that don't need it
|
D | README | 67 To improve security the SMB2.1 dialect or later (usually will get SMB3) is now 70 much older and less secure than the default dialect SMB3 which includes 125 dialect, so to get the maximum benefit if mounting using the older dialect 626 laintext passwords using the older lanman dialect
|
/Linux-v4.19/fs/cifs/ |
D | Kconfig | 20 (including support for the most recent, most secure dialect SMB3.1.1) 23 to the original dialect, the Server Message Block (SMB) protocol, the 139 negotiate a newer dialect with servers, such as Samba 3.0.5
|
D | smb2pdu.c | 742 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate() 815 if (tcon->ses->server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate() 902 if (pneg_rsp->Dialect != cpu_to_le16(tcon->ses->server->dialect)) in smb3_validate_negotiate() 1504 if ((ses->server->dialect == SMB311_PROT_ID) && in SMB2_tcon() 3016 io_parms->tcon->ses->server->dialect == SMB30_PROT_ID; in smb2_new_read_req() 3402 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
|
D | smb2misc.c | 783 if (ses->server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
|
D | cifs_debug.c | 275 server->credits, server->dialect); in cifs_debug_data_proc_show()
|
D | cifsglob.h | 638 u16 dialect; /* dialect index that server chose */ member
|
D | cifssmb.c | 483 if (server->dialect != LANMAN_PROT && server->dialect != LANMAN2_PROT) in decode_lanman_negprot_rsp() 622 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate() 623 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate() 625 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
|