Searched refs:MAGIC (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dobject.h119 #define MAGIC 0432 macro
/illumos-gate/usr/src/head/
H A Dcpio.h60 #define MAGIC "070707" macro
/illumos-gate/usr/src/cmd/file/
H A DMakefile28 MAGIC= magic macro
55 ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%)
63 all: $(PROG) $(XPG4) $(MAGIC)
/illumos-gate/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;
243 if (op->ov_magic != MAGIC)
276 if (op->ov_magic == MAGIC) {
/illumos-gate/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
490 cmpw $MAGIC,0x1fe(%bx) # Bootable?
680 .word MAGIC # Magic number
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtypes.sh364 MAGIC='stdinstall (at&t research) 2009-08-25'
370 typeset magic=$MAGIC
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s41 .set MAGIC,0xaa55 # Magic: bootable
188 .word MAGIC # Magic number
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs875 MAGIC *mg;
923 MAGIC *mg;
948 MAGIC *mg;
998 MAGIC *mg;
1174 MAGIC *mg;
1178 /* Find the MAGIC KstatInfo_t data structure */
1349 MAGIC *mg;
1471 MAGIC *mg;
1520 MAGIC *mg;
1678 MAGIC *m
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c134 #define MAGIC 0xdae37528 macro
802 (pP1->iMagic!=MAGIC && swab32(pP1->iMagic)!=MAGIC) ){
806 pBt->needSwab = pP1->iMagic!=MAGIC;
856 pP1->iMagic = MAGIC;
859 pP1->iMagic = swab32(MAGIC);

Completed in 100 milliseconds