Home
last modified time | relevance | path

Searched refs:typedefs (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/Documentation/sphinx/
A Dparse-headers.pl26 my %typedefs;
92 $typedefs{$n} = "\\ :c:type:`$n <$s>`\\ ";
128 $typedefs{$s} = "\\ :c:type:`$s`\\ ";
161 delete $typedefs{$1} if (exists($typedefs{$1}));
212 $typedefs{$old} = $new if (exists($typedefs{$old}));
230 print Data::Dumper->Dump([\%typedefs], [qw(*typedefs)]) if (%typedefs);
310 foreach my $r (keys %typedefs) {
311 my $s = $typedefs{$r};
/linux-6.3-rc2/tools/bpf/resolve_btfids/
A Dmain.c124 struct rb_root typedefs; member
457 id = add_symbol(&obj->typedefs, prefix, sizeof(BTF_TYPEDEF) - 1); in symbols_collect()
565 root = &obj->typedefs; in symbols_resolve()
693 __symbols_patch(obj, &obj->typedefs) || in symbols_patch()
731 .typedefs = RB_ROOT, in main()
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dca.h.rst.exceptions20 # some typedefs should point to struct/enums
A Ddmx.h.rst.exceptions50 # some typedefs should point to struct/enums
/linux-6.3-rc2/tools/usb/usbip/
A Dconfigure.ac34 # Checks for typedefs, structures, and compiler characteristics.
/linux-6.3-rc2/Documentation/doc-guide/
A Dparse-headers.rst72 It is capable of identifying defines, functions, structs, typedefs,
A Dkernel-doc.rst421 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
/linux-6.3-rc2/Documentation/pcmcia/
A Ddriver-changes.rst41 dev_info_t and a few other typedefs are removed. No longer use them
/linux-6.3-rc2/Documentation/filesystems/
A Djournalling.rst176 The journalling layer uses typedefs to 'hide' the concrete definitions
A Dorangefs.rst236 still uses PVFS for function and variable names. Userspace typedefs
239 Coding Style avoids typedefs, so kernel module structures that
/linux-6.3-rc2/Documentation/process/
A Dbotching-up-ioctls.rst30 * Only use fixed sized integers. To avoid conflicts with typedefs in userspace
A Dcoding-style.rst379 Lots of people think that typedefs ``help readability``. Not so. They are
397 u8/u16/u32 are perfectly fine typedefs, although they fit into
/linux-6.3-rc2/fs/befs/
A DChangeLog353 typedefs, and they are inlcuded in <linux/fs.h>, which has definitions
/linux-6.3-rc2/Documentation/scsi/
A DChangeLog.lpfc110 * Added new typedefs for abort and reset functions.
1207 * Removing *PSOME_VAR typedefs and using SOME_VAR* directly.
1774 * Change use of 2.4 SCSI typedefs (Scsi_Device, Scsi_Cmnd,
/linux-6.3-rc2/Documentation/driver-api/
A Dparport-lowlevel.rst422 The typedefs are not actually defined -- they are only shown in order
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dcoding-style.rst390 Mucha gente piensa que los typedefs ``ayudan a la legibilidad``. No. Son

Completed in 24 milliseconds