HomeSort by: relevance | last modified time | path
    Searched defs:__UCONTEXT_SIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
ucontext.h 85 #ifndef __UCONTEXT_SIZE
86 #define __UCONTEXT_SIZE sizeof(ucontext_t)
110 #ifdef __UCONTEXT_SIZE
111 __CTASSERT(sizeof(ucontext_t) == __UCONTEXT_SIZE);
  /src/sys/arch/amd64/include/
mcontext.h 85 #define __UCONTEXT_SIZE 784
  /src/sys/arch/i386/include/
mcontext.h 114 #define __UCONTEXT_SIZE 776
  /src/sys/arch/m68k/include/
mcontext.h 111 #define __UCONTEXT_SIZE 1024
  /src/sys/arch/mips/include/
mcontext.h 180 #define __UCONTEXT_SIZE __UCONTEXT_SIZE_O32
182 #define __UCONTEXT_SIZE __UCONTEXT_SIZE_N32
184 #define __UCONTEXT_SIZE __UCONTEXT_SIZE_N64
  /src/sys/arch/arm/include/
mcontext.h 206 #define __UCONTEXT_SIZE (256 + 144)
208 #define __UCONTEXT_SIZE 256

Completed in 12 milliseconds