| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 10 from struct import Struct 127 'u8' : ScalarFormat(Struct('B'), Struct("B"), Struct("B")), 128 's8' : ScalarFormat(Struct('b'), Struct("b"), Struct("b")), 129 'u16': ScalarFormat(Struct('H'), Struct(">H"), Struct("< [all...] |
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | set_global_vars.c | 35 struct Struct { struct 56 const volatile struct Struct struct1[3]; argument 57 const volatile struct Struct struct11[11][7];
|
| /linux/Documentation/driver-api/tty/ |
| H A D | console.rst | 9 Struct Console 21 Struct Consw
|
| /linux/rust/syn/ |
| H A D | derive.rs | 33 Struct(DataStruct), 101 data: Data::Struct(DataStruct { in parse() 226 Data::Struct(d) => d.struct_token.to_tokens(tokens), in to_tokens() 233 Data::Struct(data) => match &data.fields { in to_tokens()
|
| H A D | classify.rs | 63 | Expr::Struct(_) in requires_comma_to_be_match_arm() 173 | Expr::Struct(_) in expr_leading_label() 196 | Expr::Struct(_) in expr_trailing_brace()
|
| H A D | precedence.rs | 148 | Expr::Struct(ExprStruct { attrs, .. }) in of() 177 | Expr::Struct(_) in of()
|
| H A D | fixup.rs | 384 || (self.condition && matches!(expr, Expr::Struct(_))) in parenthesize() 761 | Expr::Struct(_) in scan_right()
|
| H A D | token.rs | 734 "struct" pub struct Struct 913 [struct] => { $crate::token::Struct };
|
| H A D | pat.rs | 69 Struct(PatStruct), 444 pat_struct(input, qself, path).map(Pat::Struct) in pat_path_or_macro_or_struct_or_range()
|
| H A D | item.rs | 63 Struct(ItemStruct), 335 | Item::Struct(ItemStruct { attrs, .. }) in replace_attrs() 349 Data::Struct(data) => Item::Struct(ItemStruct { in from() 386 data: Data::Struct(DataStruct { in from() 1087 input.parse().map(Item::Struct) in parse_rest_of_item()
|
| H A D | stmt.rs | 377 | Expr::Struct(_) in stmt_expr()
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | index.rst | 5 Common Networking Struct Cachelines
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 69 Struct cipher_alg defines a single block cipher. 124 Struct skcipher_alg defines a multi-block cipher, or more generally, a
|
| /linux/Documentation/networking/ |
| H A D | gen_stats.rst | 10 Struct TLV type Description
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 188 crate::Data::Struct(v0) => crate::Data::Struct(v0.clone()), in clone() 294 crate::Expr::Struct(v0) => crate::Expr::Struct(v0.clone()), in clone() 1101 crate::Item::Struct(v0) => crate::Item::Struct(v0.clone()), in clone() 1507 crate::Pat::Struct(v0) => crate::Pat::Struct(v0.clone()), in clone()
|
| H A D | eq.rs | 214 (crate::Data::Struct(self0), crate::Data::Struct(other0)) => self0 == other0, in eq() 332 (crate::Expr::Struct(self0), crate::Expr::Struct(other0)) => self0 == other0, in eq() 1120 (crate::Item::Struct(self0), crate::Item::Struct(other0)) => self0 == other0, in eq() 1490 (crate::Pat::Struct(self0), crate::Pat::Struct(other0)) => self0 == other0, in eq()
|
| H A D | fold.rs | 1263 crate::Data::Struct(_binding_0) => { in fold_data() 1264 crate::Data::Struct(f.fold_data_struct(_binding_0)) in fold_data() 1411 crate::Expr::Struct(_binding_0) => { in fold_expr() 1412 crate::Expr::Struct(f.fold_expr_struct(_binding_0)) in fold_expr() 2390 crate::Item::Struct(_binding_0) => { in fold_item() 2391 crate::Item::Struct(f.fold_item_struct(_binding_0)) in fold_item() 2944 crate::Pat::Struct(_binding_0) => { in fold_pat() 2945 crate::Pat::Struct(f.fold_pat_struct(_binding_0)) in fold_pat()
|
| H A D | hash.rs | 288 crate::Data::Struct(v0) => { in hash() 499 crate::Expr::Struct(v0) => { in hash() 1437 crate::Item::Struct(v0) => { in hash() 1926 crate::Pat::Struct(v0) => { in hash()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 959 class Struct: class 1372 Struct(self, nested, inherited=inherit, 1422 self.pure_nested_structs[nested] = Struct(self, nested, submsg=submsg) 1624 self.struct[op_dir] = Struct(family, self.attr_set, 1628 self.struct['reply'] = Struct(family, self.attr_set, 2950 struct = Struct(family, op['attribute-set'], 2992 struct = Struct(family, op['attribute-set'], 3522 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy) 3552 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy) 3645 struct = Struct(parsed, name)
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi.h | 341 MPI_VERSION_STRUCT Struct; member
|
| H A D | mpi_ioc.h | 236 MPI_FW_VERSION_STRUCT Struct; member
|
| /linux/drivers/message/fusion/ |
| H A D | mptctl.c | 2377 ioc->facts.FWVersion.Struct.Major, in mptctl_hp_hostinfo() 2378 ioc->facts.FWVersion.Struct.Minor, in mptctl_hp_hostinfo() 2379 ioc->facts.FWVersion.Struct.Unit, in mptctl_hp_hostinfo() 2380 ioc->facts.FWVersion.Struct.Dev); in mptctl_hp_hostinfo()
|
| /linux/Documentation/security/ |
| H A D | siphash.rst | 81 Struct-passing Pitfalls
|
| /linux/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2.h | 855 MPI2_VERSION_STRUCT Struct; member
|
| /linux/Documentation/core-api/ |
| H A D | printk-formats.rst | 206 Struct Resources 239 Struct Range
|