VirtualBox

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

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

IPRT: Added RTTcpServerShutdown and cleaned up the code.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 6.0 KB
Line 
1/* $Id: magics.h 23625 2009-10-08 16:56: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 0x19380315
39/** Magic number for RTDBGMODINT::u32Magic. (Keith Jarrett) */
40#define RTDBGMOD_MAGIC 0x19450508
41/** Magic number for RTDBGMODVTIMG::u32Magic. (Jack DeJohnette) */
42#define RTDBGMODVTDBG_MAGIC 0x19420809
43/** Magic number for RTDBGMODVTIMG::u32Magic. (Cecil McBee) */
44#define RTDBGMODVTIMG_MAGIC 0x19350419
45/** The value of RTDIR::u32Magic. (Michael Ende) */
46#define RTDIR_MAGIC 0x19291112
47/** The value of RTDIR::u32Magic after RTDirClose(). */
48#define RTDIR_MAGIC_DEAD 0x19950829
49/** The value of RTFILEAIOCTXINT::u32Magic. (Howard Phillips Lovecraft) */
50#define RTFILEAIOCTX_MAGIC 0x18900820
51/** The value of RTFILEAIOCTXINT::u32Magic after RTFileAioCtxDestroy(). */
52#define RTFILEAIOCTX_MAGIC_DEAD 0x19370315
53/** The value of RTFILEAIOREQINT::u32Magic. (Stephen Edwin King) */
54#define RTFILEAIOREQ_MAGIC 0x19470921
55/** The value of RTENVINTERNAL::u32Magic. (Rumiko Takahashi) */
56#define RTENV_MAGIC 0x19571010
57/** Magic number for RTHANDLETABLEINT::u32Magic. (Hitomi Kanehara) */
58#define RTHANDLETABLE_MAGIC 0x19830808
59/** Magic number for RTHEAPSIMPLEINTERNAL::u32Magic. (Kyoichi Katayama) */
60#define RTHEAPSIMPLE_MAGIC 0x19590105
61/** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */
62#define RTLDRMOD_MAGIC 0x19531118
63/** The magic value for RTLOCALIPCSERVER::u32Magic. (Naoki Yamamoto) */
64#define RTLOCALIPCSERVER_MAGIC 0x19600201
65/** The magic value for RTLOCALIPCSERVER::u32Magic. (Katsuhiro Otomo) */
66#define RTLOCALIPCSESSION_MAGIC 0x19530414
67/** Magic number for RTMEMCACHEINT::u32Magic. (Joseph Weizenbaum) */
68#define RTMEMCACHE_MAGIC 0x19230108
69/** Dead magic number for RTMEMCACHEINT::u32Magic. */
70#define RTMEMCACHE_MAGIC_DEAD 0x20080305
71/** The magic value for RTMEMPOOL::u32Magic. (Jane Austin) */
72#define RTMEMPOOL_MAGIC 0x17751216
73/** The magic value for RTMEMPOOL::u32Magic after RTMemPoolDestroy. */
74#define RTMEMPOOL_MAGIC_DEAD 0x18170718
75/** Magic number for heap blocks. (Edgar Allan Poe) */
76#define RTMEMHDR_MAGIC 0x18090119
77/** RTR0MEMOBJ::u32Magic. (Masakazu Katsura) */
78#define RTR0MEMOBJ_MAGIC 0x19611210
79/** RTRANDINT::u32Magic. (Alan Moore) */
80#define RTRANDINT_MAGIC 0x19531118
81/** Magic for the event semaphore structure. (Neil Gaiman) */
82#define RTSEMEVENT_MAGIC 0x19601110
83/** Magic for the multiple release event semaphore structure. (Isaac Asimov) */
84#define RTSEMEVENTMULTI_MAGIC 0x19200102
85/** Magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. (John Ronald Reuel Tolkien) */
86#define RTSEMFASTMUTEX_MAGIC 0x18920103
87/** Dead magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. */
88#define RTSEMFASTMUTEX_MAGIC_DEAD 0x19730902
89/** Magic for the mutex semaphore structure. (Douglas Adams) */
90#define RTSEMMUTEX_MAGIC 0x19520311
91/** Dead magic for the mutex semaphore structure. */
92#define RTSEMMUTEX_MAGIC_DEAD 0x20010511
93/** Magic for the spinning mutex semaphore structure. (Natsume Soseki) */
94#define RTSEMSPINMUTEX_MAGIC 0x18670209
95/** Dead magic value for RTSEMSPINMUTEXINTERNAL::u32Magic. */
96#define RTSEMSPINMUTEX_MAGIC_DEAD 0x19161209
97/** RTSEMRWINTERNAL::u32Magic value. (Kosuke Fujishima) */
98#define RTSEMRW_MAGIC 0x19640707
99/** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */
100#define RTSPINLOCK_MAGIC 0x19480428
101/** Magic value for RTSTRCACHE::u32Magic. (Sir Arthur Charles Clarke) */
102#define RTSTRCACHE_MAGIC 0x19171216
103/** Magic value for RTSTRCACHE::u32Magic after RTStrCacheDestroy. */
104#define RTSTRCACHE_MAGIC_DEAD 0x20080319
105/** The value of RTSTREAM::u32Magic for a valid stream. */
106#define RTSTREAM_MAGIC 0xe44e44ee
107/** Magic value for RTTCPSERVER::u32Magic. (Jan Garbarek) */
108#define RTTCPSERVER_MAGIC 0x19540304
109/** RTTESTINT::u32Magic value. (Daniel Kehlmann) */
110#define RTTESTINT_MAGIC 0x19750113
111/** RTTHREADINT::u32Magic value. (Gilbert Keith Chesterton) */
112#define RTTHREADINT_MAGIC 0x18740529
113/** RTTHREADINT::u32Magic value for a dead thread. */
114#define RTTHREADINT_MAGIC_DEAD 0x19360614
115/** Magic number for timer handles. (Jared Mason Diamond) */
116#define RTTIMER_MAGIC 0x19370910
117/** Magic number for timer low resolution handles. (Saki Hiwatari) */
118#define RTTIMERLR_MAGIC 0x19610715
119/** The value of RTS3::u32Magic. (Edgar Wallace) */
120#define RTS3_MAGIC 0x18750401
121/** The value of RTS3::u32Magic after RTS3Destroy(). */
122#define RTS3_MAGIC_DEAD 0x19320210
123
124/** @} */
125
126#endif
127
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