Home
last modified time | relevance | path

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

/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.c215 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 Dauth.c556 if (conn->dialect >= SMB30_PROT_ID && signing->binding) in generate_smb3signingkey()
564 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding)) in generate_smb3signingkey()
/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()
136 /* GLOBAL_CAP_LARGE_MTU will only be set if dialect > SMB2.02 */ in smb2_hdr_assemble()
1125 /* otherwise send specific dialect */ in SMB2_negotiate()
1142 /* ClientGUID must be zero for SMB2.02 dialect */ in SMB2_negotiate()
1176 u16 dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate() local
1179 switch (dialect) { in SMB2_negotiate()
1182 "SMB2 dialect returned but not requested\n"); in SMB2_negotiate()
1183 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 3); in SMB2_negotiate()
1187 "SMB2.1 dialect returned but not requested\n"); in SMB2_negotiate()
1188 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, in SMB2_negotiate()
1440 u16 dialect = le16_to_cpu(pneg_rsp->Dialect); smb3_validate_negotiate() local
[all...]
H A Dcifsglob.h723 u16 dialect; /* dialect index that server chose */ member
2223 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
H A Dsmb2misc.c94 /* Negotiate contexts are only valid for latest dialect SMB3.11 */ in get_neg_ctxt_len()
899 * neg prot was already done, so the server dialect was set in smb311_update_preauth_hash()
902 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
H A Dcached_dir.c229 if (dentry->d_parent && server->dialect >= SMB30_PROT_ID) { in open_cached_dir()
H A Ddir.c343 if (tcon->cfids && direntry->d_parent && server->dialect >= SMB30_PROT_ID) {
H A Dconnect.c2698 if (ses->server->dialect >= SMB20_PROT_ID && in cifs_get_tcon()
2881 if (ses->server->dialect >= SMB30_PROT_ID && in cifs_get_tcon()
/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).