1 | /* $Id: magics.h 37233 2011-05-27 13:31:57Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * IPRT - Internal header defining The Magic Numbers.
|
---|
4 | */
|
---|
5 |
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2007-2011 Oracle Corporation
|
---|
8 | *
|
---|
9 | * This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | * available from http://www.virtualbox.org. This file is free software;
|
---|
11 | * you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | * General Public License (GPL) as published by the Free Software
|
---|
13 | * Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | *
|
---|
17 | * The contents of this file may alternatively be used under the terms
|
---|
18 | * of the Common Development and Distribution License Version 1.0
|
---|
19 | * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
|
---|
20 | * VirtualBox OSE distribution, in which case the provisions of the
|
---|
21 | * CDDL are applicable instead of those of the GPL.
|
---|
22 | *
|
---|
23 | * You may elect to license modified versions of this file under the
|
---|
24 | * terms and conditions of either the GPL or the CDDL or both.
|
---|
25 | */
|
---|
26 |
|
---|
27 | #ifndef ___internal_magics_h
|
---|
28 | #define ___internal_magics_h
|
---|
29 |
|
---|
30 | /** @name Magic Numbers.
|
---|
31 | * @{ */
|
---|
32 |
|
---|
33 | /** Magic number for RTDBGMODINT::u32Magic. (Charles Lloyd) */
|
---|
34 | #define RTDBGAS_MAGIC UINT32_C(0x19380315)
|
---|
35 | /** Magic number for RTDBGMODINT::u32Magic. (Keith Jarrett) */
|
---|
36 | #define RTDBGMOD_MAGIC UINT32_C(0x19450508)
|
---|
37 | /** Magic number for RTDBGMODVTIMG::u32Magic. (Jack DeJohnette) */
|
---|
38 | #define RTDBGMODVTDBG_MAGIC UINT32_C(0x19420809)
|
---|
39 | /** Magic number for RTDBGMODVTIMG::u32Magic. (Cecil McBee) */
|
---|
40 | #define RTDBGMODVTIMG_MAGIC UINT32_C(0x19350419)
|
---|
41 | /** The value of RTDIR::u32Magic. (Michael Ende) */
|
---|
42 | #define RTDIR_MAGIC UINT32_C(0x19291112)
|
---|
43 | /** The value of RTDIR::u32Magic after RTDirClose(). */
|
---|
44 | #define RTDIR_MAGIC_DEAD UINT32_C(0x19950829)
|
---|
45 | /** The value of RTDVMINTERNAL::u32Magic. (Dan Brown) */
|
---|
46 | #define RTDVM_MAGIC UINT32_C(0x19640622)
|
---|
47 | /** The value of RTDVMINTERNAL::u32Magic after close. */
|
---|
48 | #define RTDVM_MAGIC_DEAD (~RTDVM_MAGIC)
|
---|
49 | /** The value of RTDVMVOLUMEINTERNAL::u32Magic. (Daniel Defoe) */
|
---|
50 | #define RTDVMVOLUME_MAGIC UINT32_C(0x16591961)
|
---|
51 | /** The value of RTDVMVOLUMEINTERNAL::u32Magic after close. */
|
---|
52 | #define RTDVMVOLUME_MAGIC_DEAD UINT32_C(0x17310424)
|
---|
53 | /** The value of RTFILEAIOCTXINT::u32Magic. (Howard Phillips Lovecraft) */
|
---|
54 | #define RTFILEAIOCTX_MAGIC UINT32_C(0x18900820)
|
---|
55 | /** The value of RTFILEAIOCTXINT::u32Magic after RTFileAioCtxDestroy(). */
|
---|
56 | #define RTFILEAIOCTX_MAGIC_DEAD UINT32_C(0x19370315)
|
---|
57 | /** The value of RTFILEAIOREQINT::u32Magic. (Stephen Edwin King) */
|
---|
58 | #define RTFILEAIOREQ_MAGIC UINT32_C(0x19470921)
|
---|
59 | /** The value of RTENVINTERNAL::u32Magic. (Rumiko Takahashi) */
|
---|
60 | #define RTENV_MAGIC UINT32_C(0x19571010)
|
---|
61 | /** The value of RTERRVARS::ai32Vars[0]. (Ryuichi Sakamoto) */
|
---|
62 | #define RTERRVARS_MAGIC UINT32_C(0x19520117)
|
---|
63 | /** Magic number for RTHANDLETABLEINT::u32Magic. (Hitomi Kanehara) */
|
---|
64 | #define RTHANDLETABLE_MAGIC UINT32_C(0x19830808)
|
---|
65 | /** Magic number for RTHEAPOFFSETINTERNAL::u32Magic. (Neal Town Stephenson) */
|
---|
66 | #define RTHEAPOFFSET_MAGIC UINT32_C(0x19591031)
|
---|
67 | /** Magic number for RTHEAPSIMPLEINTERNAL::uMagic. (Kyoichi Katayama) */
|
---|
68 | #define RTHEAPSIMPLE_MAGIC UINT32_C(0x19590105)
|
---|
69 | /** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */
|
---|
70 | #define RTLDRMOD_MAGIC UINT32_C(0x19531118)
|
---|
71 | /** The magic value for RTLOCALIPCSERVER::u32Magic. (Naoki Yamamoto) */
|
---|
72 | #define RTLOCALIPCSERVER_MAGIC UINT32_C(0x19600201)
|
---|
73 | /** The magic value for RTLOCALIPCSERVER::u32Magic. (Katsuhiro Otomo) */
|
---|
74 | #define RTLOCALIPCSESSION_MAGIC UINT32_C(0x19530414)
|
---|
75 | /** The magic value for RTLOCKVALCLASSINT::u32Magic. (Thomas Mann) */
|
---|
76 | #define RTLOCKVALCLASS_MAGIC UINT32_C(0x18750605)
|
---|
77 | /** The magic value for RTLOCKVALCLASSINT::u32Magic after destruction. */
|
---|
78 | #define RTLOCKVALCLASS_MAGIC_DEAD UINT32_C(0x19550812)
|
---|
79 | /** The magic value for RTLOCKVALRECEXCL::u32Magic. (Vladimir Vladimirovich Nabokov) */
|
---|
80 | #define RTLOCKVALRECEXCL_MAGIC UINT32_C(0x18990422)
|
---|
81 | /** The dead magic value for RTLOCKVALRECEXCL::u32Magic. */
|
---|
82 | #define RTLOCKVALRECEXCL_MAGIC_DEAD UINT32_C(0x19770702)
|
---|
83 | /** The magic value for RTLOCKVALRECSHRD::u32Magic. (Agnar Mykle) */
|
---|
84 | #define RTLOCKVALRECSHRD_MAGIC UINT32_C(0x19150808)
|
---|
85 | /** The magic value for RTLOCKVALRECSHRD::u32Magic after deletion. */
|
---|
86 | #define RTLOCKVALRECSHRD_MAGIC_DEAD UINT32_C(0x19940115)
|
---|
87 | /** The magic value for RTLOCKVALRECSHRDOWN::u32Magic. (Jens Ingvald Bjoerneboe) */
|
---|
88 | #define RTLOCKVALRECSHRDOWN_MAGIC UINT32_C(0x19201009)
|
---|
89 | /** The magic value for RTLOCKVALRECSHRDOWN::u32Magic after deletion. */
|
---|
90 | #define RTLOCKVALRECSHRDOWN_MAGIC_DEAD UINT32_C(0x19760509)
|
---|
91 | /** The magic value for RTLOCKVALRECNEST::u32Magic. (Anne Desclos) */
|
---|
92 | #define RTLOCKVALRECNEST_MAGIC UINT32_C(0x19071123)
|
---|
93 | /** The magic value for RTLOCKVALRECNEST::u32Magic after deletion. */
|
---|
94 | #define RTLOCKVALRECNEST_MAGIC_DEAD UINT32_C(0x19980427)
|
---|
95 | /** Magic number for RTMEMCACHEINT::u32Magic. (Joseph Weizenbaum) */
|
---|
96 | #define RTMEMCACHE_MAGIC UINT32_C(0x19230108)
|
---|
97 | /** Dead magic number for RTMEMCACHEINT::u32Magic. */
|
---|
98 | #define RTMEMCACHE_MAGIC_DEAD UINT32_C(0x20080305)
|
---|
99 | /** The magic value for RTMEMPOOL::u32Magic. (Jane Austin) */
|
---|
100 | #define RTMEMPOOL_MAGIC UINT32_C(0x17751216)
|
---|
101 | /** The magic value for RTMEMPOOL::u32Magic after RTMemPoolDestroy. */
|
---|
102 | #define RTMEMPOOL_MAGIC_DEAD UINT32_C(0x18170718)
|
---|
103 | /** The magic value for heap blocks. (Edgar Allan Poe) */
|
---|
104 | #define RTMEMHDR_MAGIC UINT32_C(0x18090119)
|
---|
105 | /** The value of RTPIPEINTERNAL::u32Magic. (Frank Schaetzing) */
|
---|
106 | #define RTPIPE_MAGIC UINT32_C(0x19570528)
|
---|
107 | /** The value of RTPOLLSETINTERNAL::u32Magic. (Ai Yazawa) */
|
---|
108 | #define RTPOLLSET_MAGIC UINT32_C(0x19670307)
|
---|
109 | /** RTR0MEMOBJ::u32Magic. (Masakazu Katsura) */
|
---|
110 | #define RTR0MEMOBJ_MAGIC UINT32_C(0x19611210)
|
---|
111 | /** RTRANDINT::u32Magic. (Alan Moore) */
|
---|
112 | #define RTRANDINT_MAGIC UINT32_C(0x19531118)
|
---|
113 | /** Magic for the event semaphore structure. (Neil Gaiman) */
|
---|
114 | #define RTSEMEVENT_MAGIC UINT32_C(0x19601110)
|
---|
115 | /** Magic for the multiple release event semaphore structure. (Isaac Asimov) */
|
---|
116 | #define RTSEMEVENTMULTI_MAGIC UINT32_C(0x19200102)
|
---|
117 | /** Dead magic value for multiple release event semaphore structures. */
|
---|
118 | #define RTSEMEVENTMULTI_MAGIC_DEAD UINT32_C(0x19920406)
|
---|
119 | /** Magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. (John Ronald Reuel Tolkien) */
|
---|
120 | #define RTSEMFASTMUTEX_MAGIC UINT32_C(0x18920103)
|
---|
121 | /** Dead magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. */
|
---|
122 | #define RTSEMFASTMUTEX_MAGIC_DEAD UINT32_C(0x19730902)
|
---|
123 | /** Magic for the mutex semaphore structure. (Douglas Adams) */
|
---|
124 | #define RTSEMMUTEX_MAGIC UINT32_C(0x19520311)
|
---|
125 | /** Dead magic for the mutex semaphore structure. */
|
---|
126 | #define RTSEMMUTEX_MAGIC_DEAD UINT32_C(0x20010511)
|
---|
127 | /** Magic for the spinning mutex semaphore structure. (Natsume Soseki) */
|
---|
128 | #define RTSEMSPINMUTEX_MAGIC UINT32_C(0x18670209)
|
---|
129 | /** Dead magic value for RTSEMSPINMUTEXINTERNAL::u32Magic. */
|
---|
130 | #define RTSEMSPINMUTEX_MAGIC_DEAD UINT32_C(0x19161209)
|
---|
131 | /** RTSEMRWINTERNAL::u32Magic value. (Kosuke Fujishima) */
|
---|
132 | #define RTSEMRW_MAGIC UINT32_C(0x19640707)
|
---|
133 | /** RTSEMXROADSINTERNAL::u32Magic value. (Kenneth Elton "Ken" Kesey) */
|
---|
134 | #define RTSEMXROADS_MAGIC UINT32_C(0x19350917)
|
---|
135 | /** RTSEMXROADSINTERNAL::u32Magic value after RTSemXRoadsDestroy. */
|
---|
136 | #define RTSEMXROADS_MAGIC_DEAD UINT32_C(0x20011110)
|
---|
137 | /** The magic value for RTSOCKETINT::u32Magic. (Stanislaw Lem) */
|
---|
138 | #define RTSOCKET_MAGIC UINT32_C(0x19210912)
|
---|
139 | /** The magic value for RTSOCKETINT::u32Magic after destruction. */
|
---|
140 | #define RTSOCKET_MAGIC_DEAD UINT32_C(0x20060326)
|
---|
141 | /** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */
|
---|
142 | #define RTSPINLOCK_MAGIC UINT32_C(0x19480428)
|
---|
143 | /** Magic value for RTSTRCACHE::u32Magic. (Sir Arthur Charles Clarke) */
|
---|
144 | #define RTSTRCACHE_MAGIC UINT32_C(0x19171216)
|
---|
145 | /** Magic value for RTSTRCACHE::u32Magic after RTStrCacheDestroy. */
|
---|
146 | #define RTSTRCACHE_MAGIC_DEAD UINT32_C(0x20080319)
|
---|
147 | /** The value of RTSTREAM::u32Magic for a valid stream. */
|
---|
148 | #define RTSTREAM_MAGIC UINT32_C(0xe44e44ee)
|
---|
149 | /** Magic value for RTTCPSERVER::u32Magic. (Jan Garbarek) */
|
---|
150 | #define RTTCPSERVER_MAGIC UINT32_C(0x19470304)
|
---|
151 | /** Magic value for RTTCPSERVER::u32Magic. (Harlan Ellison) */
|
---|
152 | #define RTUDPSERVER_MAGIC UINT32_C(0x19340527)
|
---|
153 | /** RTTESTINT::u32Magic value. (Daniel Kehlmann) */
|
---|
154 | #define RTTESTINT_MAGIC UINT32_C(0x19750113)
|
---|
155 | /** RTTHREADINT::u32Magic value. (Gilbert Keith Chesterton) */
|
---|
156 | #define RTTHREADINT_MAGIC UINT32_C(0x18740529)
|
---|
157 | /** RTTHREADINT::u32Magic value for a dead thread. */
|
---|
158 | #define RTTHREADINT_MAGIC_DEAD UINT32_C(0x19360614)
|
---|
159 | /** Magic number for timer handles. (Jared Mason Diamond) */
|
---|
160 | #define RTTIMER_MAGIC UINT32_C(0x19370910)
|
---|
161 | /** Magic number for timer low resolution handles. (Saki Hiwatari) */
|
---|
162 | #define RTTIMERLR_MAGIC UINT32_C(0x19610715)
|
---|
163 | /** The value of RTS3::u32Magic. (Edgar Wallace) */
|
---|
164 | #define RTS3_MAGIC UINT32_C(0x18750401)
|
---|
165 | /** The value of RTS3::u32Magic after RTS3Destroy(). */
|
---|
166 | #define RTS3_MAGIC_DEAD UINT32_C(0x19320210)
|
---|
167 | /** The value of RTTAR::u32Magic. (Donald Ervin Knuth) */
|
---|
168 | #define RTTAR_MAGIC UINT32_C(0x19380110)
|
---|
169 | /** The value of RTTAR::u32Magic after RTTarClose(). */
|
---|
170 | #define RTTAR_MAGIC_DEAD ~RTTAR_MAGIC
|
---|
171 | /** The value of RTTARFILE::u32Magic. (Abraham Stoker) */
|
---|
172 | #define RTTARFILE_MAGIC UINT32_C(0x18471108)
|
---|
173 | /** The value of RTTARFILE::u32Magic after RTTarFileClose(). */
|
---|
174 | #define RTTARFILE_MAGIC_DEAD UINT32_C(0x19120420)
|
---|
175 | /** The value of RTVFSOBJINTERNAL::u32Magic. (Yasunari Kawabata) */
|
---|
176 | #define RTVFSOBJ_MAGIC UINT32_C(0x18990614)
|
---|
177 | /** The value of RTVFSOBJINTERNAL::u32Magic arter close. */
|
---|
178 | #define RTVFSOBJ_MAGIC_DEAD UINT32_C(0x19720416)
|
---|
179 | /** The value of RTVFSINTERNAL::u32Magic. (Sir Kingsley William Amis) */
|
---|
180 | #define RTVFS_MAGIC UINT32_C(0x19220416)
|
---|
181 | /** The value of RTVFSINTERNAL::u32Magic after close. */
|
---|
182 | #define RTVFS_MAGIC_DEAD UINT32_C(0x19951022)
|
---|
183 | /** The value of RTVFSFSSTREAMINTERNAL::u32Magic. (William McGuire "Bill" Bryson) */
|
---|
184 | #define RTVFSFSSTREAM_MAGIC UINT32_C(0x19511208)
|
---|
185 | /** The value of RTVFSFSSTREAMINTERNAL::u32Magic after close */
|
---|
186 | #define RTVFSFSSTREAM_MAGIC_DEAD (~RTVFSFSSTREAM_MAGIC)
|
---|
187 | /** The value of RTVFSDIRINTERNAL::u32Magic. (Franklin Patrick Herbert, Jr.) */
|
---|
188 | #define RTVFSDIR_MAGIC UINT32_C(0x19201008)
|
---|
189 | /** The value of RTVFSDIRINTERNAL::u32Magic after close. */
|
---|
190 | #define RTVFSDIR_MAGIC_DEAD UINT32_C(0x19860211)
|
---|
191 | /** The value of RTVFSFILEINTERNAL::u32Magic. (Charles John Huffam Dickens) */
|
---|
192 | #define RTVFSFILE_MAGIC UINT32_C(0x18120207)
|
---|
193 | /** The value of RTVFSFILEINTERNAL::u32Magic after close. */
|
---|
194 | #define RTVFSFILE_MAGIC_DEAD UINT32_C(0x18700609)
|
---|
195 | /** The value of RTVFSIOSTREAMINTERNAL::u32Magic. (Ernest Miller Hemingway) */
|
---|
196 | #define RTVFSIOSTREAM_MAGIC UINT32_C(0x18990721)
|
---|
197 | /** The value of RTVFSIOSTREAMINTERNAL::u32Magic after close. */
|
---|
198 | #define RTVFSIOSTREAM_MAGIC_DEAD UINT32_C(0x19610702)
|
---|
199 | /** The value of RTVFSSYMLINKINTERNAL::u32Magic. (Francis Scott Key Fitzgerald) */
|
---|
200 | #define RTVFSSYMLINK_MAGIC UINT32_C(0x18960924)
|
---|
201 | /** The value of RTVFSSYMLINKINTERNAL::u32Magic after close. */
|
---|
202 | #define RTVFSSYMLINK_MAGIC_DEAD UINT32_C(0x19401221)
|
---|
203 |
|
---|
204 | /** @} */
|
---|
205 |
|
---|
206 | #endif
|
---|
207 |
|
---|