Home
last modified time | relevance | path

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

12

/linux-6.15/arch/powerpc/xmon/
H A Dppc-dis.c27 unsigned long insn, ppc_cpu_t dialect) in operand_value_powerpc() argument
60 unsigned long insn, ppc_cpu_t dialect) in skip_optional_operands() 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()
123 ppc_cpu_t dialect; in print_insn_powerpc() local
133 dialect |= PPC_OPCODE_HTM; in print_insn_powerpc()
146 opcode = lookup_powerpc (insn, dialect); in print_insn_powerpc()
189 dialect); in print_insn_powerpc()
223 && (((dialect & PPC_OPCODE_PPC) != 0) in print_insn_powerpc()
[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.c1140 ppc_cpu_t dialect, in insert_bdm() argument
1160 ppc_cpu_t dialect, in extract_bdm() argument
1185 ppc_cpu_t dialect, in insert_bdp() argument
1205 ppc_cpu_t dialect, in extract_bdp() argument
1295 ppc_cpu_t dialect, in insert_bo() argument
1307 ppc_cpu_t dialect, in extract_bo() argument
1325 ppc_cpu_t dialect, in insert_boe() argument
1340 ppc_cpu_t dialect, in extract_boe() argument
1414 ppc_cpu_t dialect, in insert_fxm() argument
1511 ppc_cpu_t dialect, in insert_ls() argument
[all …]
/linux-6.15/fs/smb/server/
H A Dsmb_common.c193 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()
570 conn->dialect <= SMB311_PROT_ID); in __smb2_negotiate()
[all …]
H A Dconnection.h89 __u16 dialect; member
H A Dsmb2pdu.c1125 if (conn->dialect == SMB311_PROT_ID) { in smb2_handle_negotiate()
1156 switch (conn->dialect) { in smb2_handle_negotiate()
1207 conn->dialect); in smb2_handle_negotiate()
1215 conn->connection_type = conn->dialect; in smb2_handle_negotiate()
1296 if (conn->dialect != SMB311_PROT_ID) in generate_preauth_hash()
1557 if (conn->dialect >= SMB30_PROT_ID) { in ntlm_authenticate()
1640 if (conn->dialect >= SMB30_PROT_ID) { in krb5_authenticate()
1723 if (conn->dialect != sess->dialect) { in smb2_sess_setup()
7891 int dialect; in fsctl_validate_negotiate_info() local
7899 if (dialect == BAD_PROT_ID || dialect != conn->dialect) { in fsctl_validate_negotiate_info()
[all …]
H A Dauth.c791 if (conn->dialect >= SMB30_PROT_ID && signing->binding) in generate_smb3signingkey()
801 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding)) in generate_smb3signingkey()
/linux-6.15/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-6.15/Documentation/process/
H A 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.15/Documentation/translations/zh_CN/process/
H A Dprogramming-language.rst10 并且使用 ``-std=gnu11`` [zh_cn_gcc-c-dialect-options]_:这是 ISO C11 的 GNU 方言。
46 .. [zh_cn_gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
/linux-6.15/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-6.15/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-6.15/fs/smb/server/mgmt/
H A Duser_session.h35 __u16 dialect; member
H A Duser_session.c208 sess->dialect = conn->dialect; in ksmbd_session_register()
/linux-6.15/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-6.15/fs/smb/client/
H A DKconfig25 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 Dsmb2pdu.c106 if (server->dialect >= SMB30_PROT_ID) { in smb2_hdr_assemble()
1188 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate()
1217 if ((server->dialect == SMB30_PROT_ID || in SMB2_negotiate()
1218 server->dialect == SMB302_PROT_ID) && in SMB2_negotiate()
1274 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()
1375 if (pneg_rsp->Dialect != cpu_to_le16(server->dialect)) in smb3_validate_negotiate()
1841 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate()
2078 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
4449 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
4975 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
H A Dcifs_debug.c155 server->dialect, in cifs_dump_channel()
448 server->dialect); in cifs_debug_data_proc_show()
H A Dsmb2misc.c898 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
H A Dcifsglob.h756 u16 dialect; /* dialect index that server chose */ member
2208 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
H A Dsess.c171 if (server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()
/linux-6.15/Documentation/filesystems/smb/
H A Dksmbd.rst71 dialect).
/linux-6.15/tools/net/sunrpc/xdrgen/
H A DREADME23 of the user space TI-RPC library and libc. Furthermore, the dialect

12