VirtualBox

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

Last change on this file since 17610 was 12287, checked in by vboxsync, 16 years ago

Fixed Tolkien birthdate.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 4.1 KB
Line 
1/* $Id: magics.h 12287 2008-09-09 11:58:51Z 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/** The value of RTENVINTERNAL::u32Magic. (Rumiko Takahashi) */
38#define RTENV_MAGIC 0x19571010
39/** The value of RTDIR::u32Magic. (Michael Ende) */
40#define RTDIR_MAGIC 0x19291112
41/** The value of RTDIR::u32Magic after RTDirClose(). */
42#define RTDIR_MAGIC_DEAD 0x19950829
43/** Magic number for RTHANDLETABLEINT::u32Magic. (Hitomi Kanehara) */
44#define RTHANDLETABLE_MAGIC 0x19830808
45/** Magic number for RTHEAPSIMPLEINTERNAL::u32Magic. (Kyoichi Katayama) */
46#define RTHEAPSIMPLE_MAGIC 0x19590105
47/** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */
48#define RTLDRMOD_MAGIC 0x19531118
49/** The magic value for RTLOCALIPCSERVER::u32Magic. (Naoki Yamamoto) */
50#define RTLOCALIPCSERVER_MAGIC 0x19600201
51/** The magic value for RTLOCALIPCSERVER::u32Magic. (Katsuhiro Otomo) */
52#define RTLOCALIPCSESSION_MAGIC 0x19530414
53/** Magic number for RTMEMCACHEINT::u32Magic. (Joseph Weizenbaum) */
54#define RTMEMCACHE_MAGIC 0x19230108
55/** Dead magic number for RTMEMCACHEINT::u32Magic. */
56#define RTMEMCACHE_MAGIC_DEAD 0x20080305
57/** Magic number for heap blocks. (Edgar Allan Poe) */
58#define RTMEMHDR_MAGIC 0x18090119
59/** RTR0MEMOBJ::u32Magic. (Masakazu Katsura) */
60#define RTR0MEMOBJ_MAGIC 0x19611210
61/** RTRANDINT::u32Magic. (Alan Moore) */
62#define RTRANDINT_MAGIC 0x19531118
63/** Magic for the event semaphore structure. (Neil Gaiman) */
64#define RTSEMEVENT_MAGIC 0x19601110
65/** Magic for the multiple release event semaphore structure. (Isaac Asimov) */
66#define RTSEMEVENTMULTI_MAGIC 0x19200102
67/** Magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. (John Ronald Reuel Tolkien) */
68#define RTSEMFASTMUTEX_MAGIC 0x18920103
69/** Dead magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. */
70#define RTSEMFASTMUTEX_MAGIC_DEAD 0x19730902
71/** Magic for the mutex semaphore structure. (Douglas Adams) */
72#define RTSEMMUTEX_MAGIC 0x19520311
73/** Dead magic for the mutex semaphore structure. */
74#define RTSEMMUTEX_MAGIC_DEAD 0x20010511
75/** RTSEMRWINTERNAL::u32Magic value. (Kosuke Fujishima) */
76#define RTSEMRW_MAGIC 0x19640707
77/** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */
78#define RTSPINLOCK_MAGIC 0x19480428
79/** The value of RTSTREAM::u32Magic for a valid stream. */
80#define RTSTREAM_MAGIC 0xe44e44ee
81/** RTTHREADINT::u32Magic value. (Gilbert Keith Chesterton) */
82#define RTTHREADINT_MAGIC 0x18740529
83/** RTTHREADINT::u32Magic value for a dead thread. */
84#define RTTHREADINT_MAGIC_DEAD 0x19360614
85/** Magic number for timer handles. (Jared Mason Diamond) */
86#define RTTIMER_MAGIC 0x19370910
87/** Magic number for timer low resolution handles. (Saki Hiwatari) */
88#define RTTIMERLR_MAGIC 0x19610715
89
90/** @} */
91
92#endif
93
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