Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/powerpc/xmon/
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 …]
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.c967 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-6.12.1/fs/smb/server/
Dsmb_common.c191 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument
193 dialect = dialect + *next_off; in next_dialect()
194 *next_off = strnlen(dialect, bcount); in next_dialect()
195 if (dialect[*next_off] != '\0') in next_dialect()
197 return dialect; in next_dialect()
203 char *dialect; in ksmbd_lookup_dialect_by_name() local
208 dialect = cli_dialects; in ksmbd_lookup_dialect_by_name()
211 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name()
212 if (!dialect) in ksmbd_lookup_dialect_by_name()
215 dialect); in ksmbd_lookup_dialect_by_name()
[all …]
Dconnection.h88 __u16 dialect; member
Dsmb2pdu.c276 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn->dialect); in init_smb2_neg_rsp()
277 rsp->DialectRevision = cpu_to_le16(conn->dialect); in init_smb2_neg_rsp()
1115 if (conn->dialect == SMB311_PROT_ID) { in smb2_handle_negotiate()
1146 switch (conn->dialect) { in smb2_handle_negotiate()
1197 conn->dialect); in smb2_handle_negotiate()
1205 conn->connection_type = conn->dialect; in smb2_handle_negotiate()
1216 rsp->DialectRevision = cpu_to_le16(conn->dialect); in smb2_handle_negotiate()
1282 if (conn->dialect != SMB311_PROT_ID) in generate_preauth_hash()
1543 if (conn->dialect >= SMB30_PROT_ID) { in ntlm_authenticate()
1624 if (conn->dialect >= SMB30_PROT_ID) { in krb5_authenticate()
[all …]
Dauth.c779 if (conn->dialect >= SMB30_PROT_ID && signing->binding) in generate_smb3signingkey()
789 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding)) in generate_smb3signingkey()
/linux-6.12.1/Documentation/translations/zh_CN/process/
Dprogramming-language.rst12 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <cn_gcc-c-dialect-options>` 下编译的:ISO C11的 GNU 方言
53 .. _cn_gcc-c-dialect-options:
55 c-dialect-options
/linux-6.12.1/Documentation/translations/zh_TW/process/
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-6.12.1/Documentation/process/
Dprogramming-language.rst8 under ``-std=gnu11`` [gcc-c-dialect-options]_: the GNU dialect of ISO C11.
12 This dialect contains many extensions to the language [gnu-extensions]_,
51 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
/linux-6.12.1/Documentation/translations/sp_SP/process/
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-6.12.1/Documentation/translations/it_IT/process/
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-6.12.1/fs/smb/server/mgmt/
Duser_session.h35 __u16 dialect; member
Duser_session.c201 sess->dialect = conn->dialect; in ksmbd_session_register()
/linux-6.12.1/Documentation/admin-guide/cifs/
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
Dintroduction.rst11 the most current dialect) is strongly preferred over using older
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-6.12.1/fs/smb/client/
DKconfig26 protocols (including the most recent, most secure dialect SMB3.1.1).
114 negotiate a feature of the older cifs dialect with servers, such as
Dcifs_debug.c155 server->dialect, in cifs_dump_channel()
448 server->dialect); in cifs_debug_data_proc_show()
Dsmb2pdu.c105 if (server->dialect >= SMB30_PROT_ID) { in smb2_hdr_assemble()
1205 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate()
1234 if (server->dialect == SMB30_PROT_ID && (server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in SMB2_negotiate()
1296 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()
1397 if (pneg_rsp->Dialect != cpu_to_le16(server->dialect)) in smb3_validate_negotiate()
1863 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate()
2100 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
4466 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
4994 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
Dcifsglob.h716 u16 dialect; /* dialect index that server chose */ member
2167 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
Dsmb2misc.c897 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
Dsess.c196 if (server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()
/linux-6.12.1/tools/net/sunrpc/xdrgen/
DREADME23 of the user space TI-RPC library and libc. Furthermore, the dialect
/linux-6.12.1/Documentation/filesystems/smb/
Dksmbd.rst71 dialect).

12