Home
last modified time | relevance | path

Searched refs:MAGIC (Results 1 – 14 of 14) sorted by relevance

/titanic_52/usr/src/cmd/file/
H A DMakefile28 MAGIC= magic macro
58 ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%)
66 all: $(PROG) $(XPG4) $(MAGIC)
/titanic_52/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c48 * be zero. When in use, the first byte is set to MAGIC, and the second
74 #define MAGIC 0xef /* magic # on accounting info */ macro
167 op->ov_magic = MAGIC; in malloc()
243 if (op->ov_magic != MAGIC) in free()
276 if (op->ov_magic == MAGIC) { in realloc()
/titanic_52/usr/src/lib/libcurses/screen/
H A Dobject.h119 #define MAGIC 0432 macro
/titanic_52/usr/src/head/
H A Dcpio.h60 #define MAGIC "070707" macro
/titanic_52/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs886 MAGIC *mg; in get_tie()
934 MAGIC *mg; in apply_to_ties()
959 MAGIC *mg; in set_valid()
1009 MAGIC *mg; in prune_invalid()
1185 MAGIC *mg; in read_kstats()
1189 /* Find the MAGIC KstatInfo_t data structure */ in read_kstats()
1360 MAGIC *mg;
1482 MAGIC *mg;
1531 MAGIC *mg;
1689 MAGIC *m
[all...]
/titanic_52/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S129 * MAGIC is the signature of a boot block.
139 .set MAGIC,0xaa55 # Magic: bootable define
490 cmpw $MAGIC,0x1fe(%bx) # Bootable?
680 .word MAGIC # Magic number
/titanic_52/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s41 .set MAGIC,0xaa55 # Magic: bootable define
188 .word MAGIC # Magic number
/titanic_52/usr/src/cmd/tic/
H A Dtic_read.c161 if (header.magic != MAGIC) {
H A Dtic_parse.c691 header.magic = swap(MAGIC);
698 header.magic = MAGIC;
/titanic_52/usr/src/lib/libunistat/common/sdbc/
H A Dsdbc.err39 MAGIC = Mismatched versions of scmadm and sdbc module.
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtypes.sh364 MAGIC='stdinstall (at&t research) 2009-08-25'
370 typeset magic=$MAGIC
/titanic_52/usr/src/lib/libsqlite/src/
H A Dbtree.c134 #define MAGIC 0xdae37528 macro
802 (pP1->iMagic!=MAGIC && swab32(pP1->iMagic)!=MAGIC) ){ in lockBtree()
806 pBt->needSwab = pP1->iMagic!=MAGIC; in lockBtree()
856 pP1->iMagic = MAGIC; in newDatabase()
859 pP1->iMagic = swab32(MAGIC); in newDatabase()
/titanic_52/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi50 /* @r{Check if MAGIC is valid and print the Multiboot information structure
H A Dmultiboot.info1320 /* Check if MAGIC is valid and print the Multiboot information structure