Searched refs:dialect (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | ppc-dis.c | 27 unsigned long insn, ppc_cpu_t dialect) in operand_value_powerpc() argument 33 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc() 60 unsigned long insn, ppc_cpu_t dialect) in skip_optional_operands() argument 69 && operand_value_powerpc (operand, insn, dialect) != in skip_optional_operands() 81 lookup_powerpc (unsigned long insn, ppc_cpu_t dialect) in lookup_powerpc() argument 95 || (dialect != (ppc_cpu_t) -1 in lookup_powerpc() 96 && ((opcode->flags & dialect) == 0 in lookup_powerpc() 97 || (opcode->deprecated & dialect) != 0))) in lookup_powerpc() 106 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc() 123 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 | 967 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx() 981 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx() 990 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary() 1004 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary() 1013 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx() 1029 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx() 1042 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry() 1058 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry() 1077 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bat() 1085 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bat() [all …]
|
| /Linux-v5.4/Documentation/translations/zh_CN/process/ |
| D | programming-language.rst | 12 在 ``-std=gnu89`` :ref:`gcc-c-dialect-options <cn_gcc-c-dialect-options>` 下编译的:ISO C90的 GNU 方言( 54 .. _cn_gcc-c-dialect-options: 56 c-dialect-options
|
| /Linux-v5.4/Documentation/process/ |
| D | programming-language.rst | 8 under ``-std=gnu89`` [gcc-c-dialect-options]_: the GNU dialect of ISO C90 11 This dialect contains many extensions to the language [gnu-extensions]_, 41 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
|
| /Linux-v5.4/Documentation/translations/it_IT/process/ |
| D | programming-language.rst | 13 l'opzione ``-std=gnu89`` [gcc-c-dialect-options]_: il dialetto GNU 48 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
|
| /Linux-v5.4/fs/cifs/ |
| D | Kconfig | 23 (including support for the most recent, most secure dialect SMB3.1.1) 26 to the original dialect, the Server Message Block (SMB) protocol, the 142 negotiate a newer dialect with servers, such as Samba 3.0.5
|
| D | smb2misc.c | 794 if (ses->server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
|
| D | smb2pdu.c | 931 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate() 1005 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate() 1101 if (pneg_rsp->Dialect != cpu_to_le16(server->dialect)) in smb3_validate_negotiate() 1713 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon() 3534 io_parms->tcon->ses->server->dialect == SMB30_PROT_ID; in smb2_new_read_req() 3939 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
|
| D | cifs_debug.c | 319 server->credits, server->dialect); in cifs_debug_data_proc_show()
|
| D | cifsglob.h | 696 u16 dialect; /* dialect index that server chose */ member
|
| D | cifssmb.c | 574 if (server->dialect != LANMAN_PROT && server->dialect != LANMAN2_PROT) in decode_lanman_negprot_rsp() 713 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate() 714 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate() 716 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
|
| /Linux-v5.4/Documentation/admin-guide/cifs/ |
| D | todo.rst | 78 q) Allow mount.cifs to be more verbose in reporting errors with dialect 87 secure) CIFS dialect can be disabled in environments that don't need it
|
| D | usage.rst | 78 To improve security the SMB2.1 dialect or later (usually will get SMB3) is now 81 much older and less secure than the default dialect SMB3 which includes 142 dialect, so to get the maximum benefit if mounting using the older dialect 742 laintext passwords using the older lanman dialect
|