Lines Matching refs:u_long
42 static u_long redzone_extra_mem = 0;
51 #define REDZONE_HSIZE (sizeof(struct stack) + sizeof(u_long) + REDZONE_CHSIZE)
54 static u_long
55 redzone_roundup(u_long n) in redzone_roundup()
73 u_long
76 u_long nsize; in redzone_get_size()
78 bcopy(naddr - REDZONE_CHSIZE - sizeof(u_long), &nsize, sizeof(nsize)); in redzone_get_size()
82 u_long
83 redzone_size_ntor(u_long nsize) in redzone_size_ntor()
100 redzone_setup(caddr_t raddr, u_long nsize) in redzone_setup()
135 u_long nsize; in redzone_check()