Lines Matching refs:magic
1 Linux magic numbers
4 This file is a registry of magic numbers which are in use. When you
5 add a magic number to a structure, you should also add it to this
6 file, since it is best if the magic numbers used by various structures
9 It is a **very** good idea to protect kernel data structures with magic
17 The way to use magic numbers is to declare them at the beginning of
21 int magic;
36 The magic table is current to Linux 2.1.55.
51 Updated the magic table to Linux 2.5.45. Right over the feature freeze,
52 but it is possible that some new magic numbers will sneak into the
59 Updated the magic table to Linux 2.5.74.
155 Note that there are also defined special per-driver magic numbers in sound
157 OSS sound drivers have their magic numbers constructed from the soundcard PCI
160 HFS is another larger user of magic numbers - you can find them in