Lines Matching defs:u_int
364 #define u_int unsigned int
406 u_int ovu_rmagic; /* range magic number */
420 # define RMAGIC_SZ sizeof (u_int) /* Overhead at end of bucket */
909 static u_int nmalloc[NBUCKETS];
910 static u_int sbrk_slack;
911 static u_int start_slack;
916 static u_int goodsbrk;
1359 ((u_int *)((caddr_t)p + nbytes))[-1] = RMAGIC;
1874 ASSERT(((u_int *)((caddr_t)ovp + nbytes))[-1] == RMAGIC,
2016 ASSERT(((u_int *)((caddr_t)ovp + nb))[-1] == RMAGIC,
2042 ((u_int *)((caddr_t)ovp + nbytes))[-1] = RMAGIC;
2169 *((u_int *)((caddr_t)ovp + size + M_OVERHEAD - RMAGIC_SZ)) = RMAGIC;