Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 24 of 24) 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.c129 ksmbd_debug(SMB, "selected %s dialect idx = %d\n", in ksmbd_lookup_protocol_idx()
139 ksmbd_debug(SMB, "selected %s dialect idx = %d\n", in ksmbd_lookup_protocol_idx()
207 static char *next_dialect(char *dialect, int *next_off, int bcount) in supported_protocol()
209 dialect = dialect + *next_off; in supported_protocol()
210 *next_off = strnlen(dialect, bcount); in supported_protocol()
211 if (dialect[*next_off] != '\0') in supported_protocol()
213 return dialect; in supported_protocol()
219 char *dialect; in next_dialect()
224 dialect
215 next_dialect(char * dialect,int * next_off,int bcount) next_dialect() argument
227 char *dialect; ksmbd_lookup_dialect_by_name() local
[all...]
H A Dconnection.h100 /* dialect index that server chose */
101 __u16 dialect; member
H A Dsmb2pdu.c263 * dialect auto-negotiation. in init_smb2_neg_rsp()
291 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn->dialect); in init_smb2_neg_rsp()
292 rsp->DialectRevision = cpu_to_le16(conn->dialect); in init_smb2_neg_rsp()
1232 if (conn->dialect == SMB311_PROT_ID) { in smb2_handle_negotiate()
1263 switch (conn->dialect) { in smb2_handle_negotiate()
1313 ksmbd_debug(SMB, "Server dialect :0x%x not supported\n", in generate_preauth_hash()
1314 conn->dialect); in generate_preauth_hash()
1322 conn->connection_type = conn->dialect; in generate_preauth_hash()
1333 rsp->DialectRevision = cpu_to_le16(conn->dialect); in decode_negotiation_token()
8095 int dialect; fsctl_validate_negotiate_info() local
[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()
H A Dconnection.c37 "<name>", "<dialect>", "<credits>", "<open files>", in proc_show_clients()
52 conn->dialect, in proc_show_clients()
/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()
1151 /* otherwise send specific dialect */ in SMB2_negotiate()
1168 /* ClientGUID must be zero for SMB2.02 dialect */ in SMB2_negotiate()
1202 u16 dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate()
1205 switch (dialect) { in SMB2_negotiate()
1208 "SMB2 dialect returned but not requested\n"); in SMB2_negotiate()
1209 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, 3); in SMB2_negotiate()
1213 "SMB2.1 dialect returned but not requested\n"); in SMB2_negotiate()
1214 rc = smb_EIO2(smb_eio_trace_neg_unreq_dialect, dialect, in SMB2_negotiate()
1176 u16 dialect = le16_to_cpu(rsp->DialectRevision); SMB2_negotiate() local
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
2225 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
H A Dsmb2misc.c902 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 Dsmb2transport.c351 if (server->dialect == SMB311_PROT_ID && in generate_smb3signingkey()
H A Ddir.c349 if (tcon->cfids && direntry->d_parent && server->dialect >= SMB30_PROT_ID) {
H A Dconnect.c2704 if (ses->server->dialect >= SMB20_PROT_ID && in cifs_get_tcon()
2887 if (ses->server->dialect >= SMB30_PROT_ID && in cifs_get_tcon()
4132 * protocol dialect does not support non-UNICODE mode. in cifs_setup_session()
H A Dcifssmb.c62 /* define the number of elements in the cifs dialect array */
476 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate()
477 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate()
479 if ((pSMBr->hdr.WordCount <= 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
481 small wct just comes when dialect index is -1 indicating we in CIFSSMBNegotiate()
482 could not negotiate a common dialect */ in CIFSSMBNegotiate()
H A Dsmb2ops.c2725 if (server->dialect < SMB30_PROT_ID) in smb2_set_replay()
5867 .req_capabilities = 0, /* MBZ on negotiate req until SMB3 dialect */
/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).