Searched refs:ov_magic (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/libexec/rtld-elf/
H A Dmalloc.c80 * The order of elements is critical: ov_magic must overlay the low order
81 * bits of ov_next, and ov_magic can not be a valid ov_next bit pattern.
93 #define ov_magic ovu.ovu_magic macro
233 op->ov_magic = MAGIC;
324 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
326 if (op->ov_magic != MAGIC)
335 op->ov_next = nextf[size]; /* also clobbers ov_magic */
369 if (op->ov_magic == MAGIC) {
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.alloc.c119 #define ov_magic ovu.ovu_magic macro
223 p->ov_magic = MAGIC;
321 CHECK(op->ov_magic != MAGIC,
391 if (op->ov_magic == MAGIC) {
461 if (op->ov_magic == MAGIC)

Completed in 59 milliseconds