| /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 | 207 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 209 dialect = dialect + *next_off; in next_dialect() 210 *next_off = strnlen(dialect, bcount); in next_dialect() 211 if (dialect[*next_off] != '\0') in next_dialect() 213 return dialect; in next_dialect() 219 char *dialect; in ksmbd_lookup_dialect_by_name() local 224 dialect = cli_dialects; in ksmbd_lookup_dialect_by_name() 227 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name() 228 if (!dialect) in ksmbd_lookup_dialect_by_name() 231 dialect); in ksmbd_lookup_dialect_by_name() [all …]
|
| H A D | compress.c | 40 if (conn->dialect != SMB311_PROT_ID || in ksmbd_decompress_request()
|
| H A D | server.c | 256 work->sess->dialect >= SMB30_PROT_ID && in __handle_ksmbd_work() 257 conn->dialect < SMB30_PROT_ID) in __handle_ksmbd_work()
|
| H A D | connection.h | 101 __u16 dialect; member
|
| H A D | smb2pdu.c | 347 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn->dialect); in init_smb2_neg_rsp() 348 rsp->DialectRevision = cpu_to_le16(conn->dialect); in init_smb2_neg_rsp() 1359 if (conn->dialect == SMB311_PROT_ID) { in smb2_handle_negotiate() 1390 switch (conn->dialect) { in smb2_handle_negotiate() 1441 conn->dialect); in smb2_handle_negotiate() 1449 conn->connection_type = conn->dialect; in smb2_handle_negotiate() 1460 rsp->DialectRevision = cpu_to_le16(conn->dialect); in smb2_handle_negotiate() 1529 if (conn->dialect != SMB311_PROT_ID) in generate_preauth_hash() 1788 if (conn->dialect >= SMB30_PROT_ID) { in ntlm_authenticate() 1880 if (conn->dialect >= SMB30_PROT_ID) { in krb5_authenticate() [all …]
|
| H A D | auth.c | 572 if (conn->dialect >= SMB30_PROT_ID && signing->binding) { in generate_smb3signingkey() 583 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding)) in generate_smb3signingkey()
|
| H A D | connection.c | 52 conn->dialect, in proc_show_clients()
|
| /linux/drivers/net/pse-pd/ |
| H A D | realtek-pse-mcu-core.c | 319 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_GET_SYSTEM_INFO]; in rtpse_mcu_get_info() 328 pse->dialect->parse_system_info(resp.payload, info); in rtpse_mcu_get_info() 338 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_GET_EXT_CONFIG]; in rtpse_mcu_get_ext_config() 358 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_SET_GLOBAL_STATE]; in rtpse_mcu_set_global_state() 381 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_PORT_GET_STATUS]; in rtpse_mcu_port_get_status() 403 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_PORT_GET_POWER_STATS]; in rtpse_mcu_port_get_measurement() 426 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_PORT_GET_CONFIG]; in rtpse_mcu_port_get_config() 446 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_PORT_GET_EXT_CONFIG]; in rtpse_mcu_port_get_ext_config() 464 opc = &pse->dialect->opcode[RTPSE_MCU_CMD_PORT_ENABLE]; in rtpse_mcu_port_set_state() 547 return pse->dialect->parse_port_class(&status); in rtpse_mcu_port_get_pw_class() [all …]
|
| H A D | realtek-pse-mcu.h | 68 const struct rtpse_mcu_dialect *dialect; member 82 const struct rtpse_mcu_dialect *dialect; member
|
| /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 | 106 if (server->dialect >= SMB30_PROT_ID) { in smb2_hdr_assemble() 1202 u16 dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate() local 1205 switch (dialect) { in SMB2_negotiate() 1209 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 3); in SMB2_negotiate() 1214 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 3); in SMB2_negotiate() 1226 switch (dialect) { in SMB2_negotiate() 1230 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 0); in SMB2_negotiate() 1244 } else if (dialect != server->vals->protocol_id) { in SMB2_negotiate() 1247 dialect); in SMB2_negotiate() 1249 dialect, server->vals->protocol_id); in SMB2_negotiate() [all …]
|
| H A D | cifsglob.h | 724 u16 dialect; /* dialect index that server chose */ member 2229 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
|
| H A D | cached_dir.c | 229 if (dentry->d_parent && server->dialect >= SMB30_PROT_ID) { in open_cached_dir()
|
| H A D | smb2misc.c | 938 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
|
| /linux/fs/smb/server/mgmt/ |
| H A D | user_session.h | 36 __u16 dialect; member
|
| H A D | user_session.c | 436 sess->dialect = conn->dialect; in ksmbd_session_register()
|
| /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/Documentation/filesystems/smb/ |
| H A D | ksmbd.rst | 71 dialect).
|