Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dppc-dis.c38 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 …]
Dppc.h263 (unsigned long instruction, long op, ppc_cpu_t dialect, const char **errmsg);
284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
Dppc-opc.c979 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/
DTODO64 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
DREADME67 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/
DKconfig20 (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
Dsmb2pdu.c742 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()
Dsmb2misc.c783 if (ses->server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
Dcifs_debug.c275 server->credits, server->dialect); in cifs_debug_data_proc_show()
Dcifsglob.h638 u16 dialect; /* dialect index that server chose */ member
Dcifssmb.c483 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()