Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/xmon/
H A Dppc-dis.c27 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 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);
H A Dppc-opc.c966 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 Dsmb_common.c207 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 Dcompress.c40 if (conn->dialect != SMB311_PROT_ID || in ksmbd_decompress_request()
H A Dserver.c256 work->sess->dialect >= SMB30_PROT_ID && in __handle_ksmbd_work()
257 conn->dialect < SMB30_PROT_ID) in __handle_ksmbd_work()
H A Dconnection.h101 __u16 dialect; member
H A Dsmb2pdu.c347 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 Dauth.c572 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 Dconnection.c52 conn->dialect, in proc_show_clients()
/linux/drivers/net/pse-pd/
H A Drealtek-pse-mcu-core.c319 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 Drealtek-pse-mcu.h68 const struct rtpse_mcu_dialect *dialect; member
82 const struct rtpse_mcu_dialect *dialect; member
/linux/Documentation/translations/zh_TW/process/
H A Dprogramming-language.rst15 在 ``-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 Dprogramming-language.rst13 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 Dprogramming-language.rst13 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 Dsmb2pdu.c106 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 Dcifsglob.h724 u16 dialect; /* dialect index that server chose */ member
2229 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
H A Dcached_dir.c229 if (dentry->d_parent && server->dialect >= SMB30_PROT_ID) { in open_cached_dir()
H A Dsmb2misc.c938 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
/linux/fs/smb/server/mgmt/
H A Duser_session.h36 __u16 dialect; member
H A Duser_session.c436 sess->dialect = conn->dialect; in ksmbd_session_register()
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst81 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 Dintroduction.rst11 the most current dialect) is strongly preferred over using older
H A Dusage.rst77 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 Dksmbd.rst71 dialect).

12