| /linux/arch/powerpc/xmon/ |
| H A 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 …]
|
| H A 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);
|
| H A D | ppc-opc.c | 966 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx() 980 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx() 989 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary() 1003 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary() 1012 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx() 1028 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx() 1041 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry() 1057 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry() 1076 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bat() 1084 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bat() [all …]
|
| /linux/fs/smb/server/ |
| H A D | smb_common.c | 215 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 217 dialect = dialect + *next_off; in next_dialect() 218 *next_off = strnlen(dialect, bcount); in next_dialect() 219 if (dialect[*next_off] != '\0') in next_dialect() 221 return dialect; in next_dialect() 227 char *dialect; in ksmbd_lookup_dialect_by_name() local 232 dialect = cli_dialects; in ksmbd_lookup_dialect_by_name() 235 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name() 236 if (!dialect) in ksmbd_lookup_dialect_by_name() 239 dialect); in ksmbd_lookup_dialect_by_name() [all …]
|
| H A D | smb2pdu.c | 290 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn->dialect); in init_smb2_neg_rsp() 291 rsp->DialectRevision = cpu_to_le16(conn->dialect); in init_smb2_neg_rsp() 1136 if (conn->dialect == SMB311_PROT_ID) { in smb2_handle_negotiate() 1167 switch (conn->dialect) { in smb2_handle_negotiate() 1218 conn->dialect); in smb2_handle_negotiate() 1226 conn->connection_type = conn->dialect; in smb2_handle_negotiate() 1237 rsp->DialectRevision = cpu_to_le16(conn->dialect); in smb2_handle_negotiate() 1307 if (conn->dialect != SMB311_PROT_ID) in generate_preauth_hash() 1563 if (conn->dialect >= SMB30_PROT_ID) { in ntlm_authenticate() 1658 if (conn->dialect >= SMB30_PROT_ID) { in krb5_authenticate() [all …]
|
| H A D | auth.c | 581 if (conn->dialect >= SMB30_PROT_ID && signing->binding) in generate_smb3signingkey() 589 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding)) in generate_smb3signingkey()
|
| H A D | connection.c | 51 conn->dialect, in proc_show_clients()
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | programming-language.rst | 15 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <tw_gcc-c-dialect-options>` 下編譯的:ISO C11的 GNU 方言 56 .. _tw_gcc-c-dialect-options: 58 c-dialect-options
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | programming-language.rst | 13 bajo ``-std=gnu11`` [sp-gcc-c-dialect-options]_: el dialecto GNU de ISO C11. 50 .. [sp-gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | programming-language.rst | 13 l'opzione ``-std=gnu11`` [it-gcc-c-dialect-options]_: il dialetto GNU 61 .. [it-gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 107 if (server->dialect >= SMB30_PROT_ID) { in smb2_hdr_assemble() 1177 u16 dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate() local 1180 switch (dialect) { in SMB2_negotiate() 1184 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 3); in SMB2_negotiate() 1189 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 3); in SMB2_negotiate() 1201 switch (dialect) { in SMB2_negotiate() 1205 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 0); in SMB2_negotiate() 1219 } else if (dialect != server->vals->protocol_id) { in SMB2_negotiate() 1222 dialect); in SMB2_negotiate() 1224 dialect, server->vals->protocol_id); in SMB2_negotiate() [all …]
|
| H A D | Kconfig | 25 protocols (including the most recent, most secure dialect SMB3.1.1). 113 negotiate a feature of the older cifs dialect with servers, such as
|
| H A D | cifsglob.h | 726 u16 dialect; /* dialect index that server chose */ member 2226 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
|
| H A D | smb2misc.c | 901 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
|
| H A D | cached_dir.c | 229 if (dentry->d_parent && server->dialect >= SMB30_PROT_ID) { in open_cached_dir()
|
| H A D | dir.c | 321 if (tcon->cfids && direntry->d_parent && server->dialect >= SMB30_PROT_ID) {
|
| H A D | sess.c | 170 if (server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()
|
| H A D | connect.c | 2699 if (ses->server->dialect >= SMB20_PROT_ID && in cifs_get_tcon() 2882 if (ses->server->dialect >= SMB30_PROT_ID && in cifs_get_tcon()
|
| H A D | smb2ops.c | 2708 if (server->dialect < SMB30_PROT_ID) in smb2_set_replay()
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | todo.rst | 81 q) Allow mount.cifs to be more verbose in reporting errors with dialect 91 secure) CIFS dialect can be disabled in environments that don't need it
|
| H A D | introduction.rst | 11 the most current dialect) is strongly preferred over using older
|
| H A D | usage.rst | 77 To improve security the SMB2.1 dialect or later (usually will get SMB3.1.1) is now 80 much older and less secure than the default dialect SMB3 which includes 141 dialect, so to get the maximum benefit if mounting using the older dialect
|
| /linux/fs/smb/server/mgmt/ |
| H A D | user_session.c | 437 sess->dialect = conn->dialect; in ksmbd_session_register()
|
| /linux/Documentation/filesystems/smb/ |
| H A D | ksmbd.rst | 71 dialect).
|