VirtualBox

source: vbox/trunk/src/VBox/Runtime/include/internal/magics.h@ 26801

Last change on this file since 26801 was 26801, checked in by vboxsync, 15 years ago

poll-posix.cpp: initial untested code.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 8.5 KB
Line 
1/* $Id: magics.h 26801 2010-02-25 15:44:22Z vboxsync $ */
2/** @file
3 * IPRT - Internal header defining The Magic Numbers.
4 */
5
6/*
7 * Copyright (C) 2007-2008 Sun Microsystems, Inc.
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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
27 * Clara, CA 95054 USA or visit http://www.sun.com if you need
28 * additional information or have any questions.
29 */
30
31#ifndef ___internal_magics_h
32#define ___internal_magics_h
33
34/** @name Magic Numbers.
35 * @{ */
36
37/** Magic number for RTDBGMODINT::u32Magic. (Charles Lloyd) */
38#define RTDBGAS_MAGIC UINT32_C(0x19380315)
39/** Magic number for RTDBGMODINT::u32Magic. (Keith Jarrett) */
40#define RTDBGMOD_MAGIC UINT32_C(0x19450508)
41/** Magic number for RTDBGMODVTIMG::u32Magic. (Jack DeJohnette) */
42#define RTDBGMODVTDBG_MAGIC UINT32_C(0x19420809)
43/** Magic number for RTDBGMODVTIMG::u32Magic. (Cecil McBee) */
44#define RTDBGMODVTIMG_MAGIC UINT32_C(0x19350419)
45/** The value of RTDIR::u32Magic. (Michael Ende) */
46#define RTDIR_MAGIC UINT32_C(0x19291112)
47/** The value of RTDIR::u32Magic after RTDirClose(). */
48#define RTDIR_MAGIC_DEAD UINT32_C(0x19950829)
49/** The value of RTFILEAIOCTXINT::u32Magic. (Howard Phillips Lovecraft) */
50#define RTFILEAIOCTX_MAGIC UINT32_C(0x18900820)
51/** The value of RTFILEAIOCTXINT::u32Magic after RTFileAioCtxDestroy(). */
52#define RTFILEAIOCTX_MAGIC_DEAD UINT32_C(0x19370315)
53/** The value of RTFILEAIOREQINT::u32Magic. (Stephen Edwin King) */
54#define RTFILEAIOREQ_MAGIC UINT32_C(0x19470921)
55/** The value of RTENVINTERNAL::u32Magic. (Rumiko Takahashi) */
56#define RTENV_MAGIC UINT32_C(0x19571010)
57/** Magic number for RTHANDLETABLEINT::u32Magic. (Hitomi Kanehara) */
58#define RTHANDLETABLE_MAGIC UINT32_C(0x19830808)
59/** Magic number for RTHEAPOFFSETINTERNAL::u32Magic. (Neal Town Stephenson) */
60#define RTHEAPOFFSET_MAGIC UINT32_C(0x19591031)
61/** Magic number for RTHEAPSIMPLEINTERNAL::uMagic. (Kyoichi Katayama) */
62#define RTHEAPSIMPLE_MAGIC UINT32_C(0x19590105)
63/** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */
64#define RTLDRMOD_MAGIC UINT32_C(0x19531118)
65/** The magic value for RTLOCALIPCSERVER::u32Magic. (Naoki Yamamoto) */
66#define RTLOCALIPCSERVER_MAGIC UINT32_C(0x19600201)
67/** The magic value for RTLOCALIPCSERVER::u32Magic. (Katsuhiro Otomo) */
68#define RTLOCALIPCSESSION_MAGIC UINT32_C(0x19530414)
69/** The magic value for RTLOCKVALCLASSINT::u32Magic. (Thomas Mann) */
70#define RTLOCKVALCLASS_MAGIC UINT32_C(0x18750605)
71/** The magic value for RTLOCKVALCLASSINT::u32Magic after destruction. */
72#define RTLOCKVALCLASS_MAGIC_DEAD UINT32_C(0x19550812)
73/** The magic value for RTLOCKVALRECEXCL::u32Magic. (Vladimir Vladimirovich Nabokov) */
74#define RTLOCKVALRECEXCL_MAGIC UINT32_C(0x18990422)
75/** The dead magic value for RTLOCKVALRECEXCL::u32Magic. */
76#define RTLOCKVALRECEXCL_MAGIC_DEAD UINT32_C(0x19770702)
77/** The magic value for RTLOCKVALRECSHRD::u32Magic. (Agnar Mykle) */
78#define RTLOCKVALRECSHRD_MAGIC UINT32_C(0x19150808)
79/** The magic value for RTLOCKVALRECSHRD::u32Magic after deletion. */
80#define RTLOCKVALRECSHRD_MAGIC_DEAD UINT32_C(0x19940115)
81/** The magic value for RTLOCKVALRECSHRDOWN::u32Magic. (Jens Ingvald Bjoerneboe) */
82#define RTLOCKVALRECSHRDOWN_MAGIC UINT32_C(0x19201009)
83/** The magic value for RTLOCKVALRECSHRDOWN::u32Magic after deletion. */
84#define RTLOCKVALRECSHRDOWN_MAGIC_DEAD UINT32_C(0x19760509)
85/** The magic value for RTLOCKVALRECNEST::u32Magic. (Anne Desclos) */
86#define RTLOCKVALRECNEST_MAGIC UINT32_C(0x19071123)
87/** The magic value for RTLOCKVALRECNEST::u32Magic after deletion. */
88#define RTLOCKVALRECNEST_MAGIC_DEAD UINT32_C(0x19980427)
89/** Magic number for RTMEMCACHEINT::u32Magic. (Joseph Weizenbaum) */
90#define RTMEMCACHE_MAGIC UINT32_C(0x19230108)
91/** Dead magic number for RTMEMCACHEINT::u32Magic. */
92#define RTMEMCACHE_MAGIC_DEAD UINT32_C(0x20080305)
93/** The magic value for RTMEMPOOL::u32Magic. (Jane Austin) */
94#define RTMEMPOOL_MAGIC UINT32_C(0x17751216)
95/** The magic value for RTMEMPOOL::u32Magic after RTMemPoolDestroy. */
96#define RTMEMPOOL_MAGIC_DEAD UINT32_C(0x18170718)
97/** The magic value for heap blocks. (Edgar Allan Poe) */
98#define RTMEMHDR_MAGIC UINT32_C(0x18090119)
99/** The value of RTPIPEINTERNAL::u32Magic. (Frank Schaetzing) */
100#define RTPIPE_MAGIC UINT32_C(0x19570528)
101/** The value of RTPOLLSETINTERNAL::u32Magic. (Ai Yazawa) */
102#define RTPOLLSET_MAGIC UINT32_C(0x19670307)
103/** RTR0MEMOBJ::u32Magic. (Masakazu Katsura) */
104#define RTR0MEMOBJ_MAGIC UINT32_C(0x19611210)
105/** RTRANDINT::u32Magic. (Alan Moore) */
106#define RTRANDINT_MAGIC UINT32_C(0x19531118)
107/** Magic for the event semaphore structure. (Neil Gaiman) */
108#define RTSEMEVENT_MAGIC UINT32_C(0x19601110)
109/** Magic for the multiple release event semaphore structure. (Isaac Asimov) */
110#define RTSEMEVENTMULTI_MAGIC UINT32_C(0x19200102)
111/** Magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. (John Ronald Reuel Tolkien) */
112#define RTSEMFASTMUTEX_MAGIC UINT32_C(0x18920103)
113/** Dead magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. */
114#define RTSEMFASTMUTEX_MAGIC_DEAD UINT32_C(0x19730902)
115/** Magic for the mutex semaphore structure. (Douglas Adams) */
116#define RTSEMMUTEX_MAGIC UINT32_C(0x19520311)
117/** Dead magic for the mutex semaphore structure. */
118#define RTSEMMUTEX_MAGIC_DEAD UINT32_C(0x20010511)
119/** Magic for the spinning mutex semaphore structure. (Natsume Soseki) */
120#define RTSEMSPINMUTEX_MAGIC UINT32_C(0x18670209)
121/** Dead magic value for RTSEMSPINMUTEXINTERNAL::u32Magic. */
122#define RTSEMSPINMUTEX_MAGIC_DEAD UINT32_C(0x19161209)
123/** RTSEMRWINTERNAL::u32Magic value. (Kosuke Fujishima) */
124#define RTSEMRW_MAGIC UINT32_C(0x19640707)
125/** RTSEMXROADSINTERNAL::u32Magic value. (Kenneth Elton "Ken" Kesey) */
126#define RTSEMXROADS_MAGIC UINT32_C(0x19350917)
127/** RTSEMXROADSINTERNAL::u32Magic value after RTSemXRoadsDestroy. */
128#define RTSEMXROADS_MAGIC_DEAD UINT32_C(0x20011110)
129/** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */
130#define RTSPINLOCK_MAGIC UINT32_C(0x19480428)
131/** Magic value for RTSTRCACHE::u32Magic. (Sir Arthur Charles Clarke) */
132#define RTSTRCACHE_MAGIC UINT32_C(0x19171216)
133/** Magic value for RTSTRCACHE::u32Magic after RTStrCacheDestroy. */
134#define RTSTRCACHE_MAGIC_DEAD UINT32_C(0x20080319)
135/** The value of RTSTREAM::u32Magic for a valid stream. */
136#define RTSTREAM_MAGIC UINT32_C(0xe44e44ee)
137/** Magic value for RTTCPSERVER::u32Magic. (Jan Garbarek) */
138#define RTTCPSERVER_MAGIC UINT32_C(0x19540304)
139/** RTTESTINT::u32Magic value. (Daniel Kehlmann) */
140#define RTTESTINT_MAGIC UINT32_C(0x19750113)
141/** RTTHREADINT::u32Magic value. (Gilbert Keith Chesterton) */
142#define RTTHREADINT_MAGIC UINT32_C(0x18740529)
143/** RTTHREADINT::u32Magic value for a dead thread. */
144#define RTTHREADINT_MAGIC_DEAD UINT32_C(0x19360614)
145/** Magic number for timer handles. (Jared Mason Diamond) */
146#define RTTIMER_MAGIC UINT32_C(0x19370910)
147/** Magic number for timer low resolution handles. (Saki Hiwatari) */
148#define RTTIMERLR_MAGIC UINT32_C(0x19610715)
149/** The value of RTS3::u32Magic. (Edgar Wallace) */
150#define RTS3_MAGIC UINT32_C(0x18750401)
151/** The value of RTS3::u32Magic after RTS3Destroy(). */
152#define RTS3_MAGIC_DEAD UINT32_C(0x19320210)
153
154/** @} */
155
156#endif
157
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette