Lines Matching defs:MAGIC
106 * be zero. When in use, the first byte is set to MAGIC, and the second
116 u_char ovu_magic; /* magic number */
119 u_short ovu_rmagic; /* range magic number */
132 #define MAGIC 0xef /* magic # on accounting info */
133 #define RMAGIC 0x5555 /* magic # on range info */
244 op->ov_magic = MAGIC;
252 * bound space with magic numbers.
314 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
316 if (op->ov_magic != MAGIC)
343 if (op->ov_magic != MAGIC) {