Home
last modified time | relevance | path

Searched refs:__mcontext (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/arm64/include/
HDucontext.h53 struct __mcontext { struct
62 typedef struct __mcontext mcontext_t; argument
/NextBSD/sys/riscv/include/
HDucontext.h59 struct __mcontext { struct
68 typedef struct __mcontext mcontext_t; argument
/NextBSD/sys/sparc64/include/
HDucontext.h35 struct __mcontext { struct
43 typedef struct __mcontext mcontext_t; argument
/NextBSD/sys/x86/include/
HDucontext.h42 typedef struct __mcontext { struct
104 typedef struct __mcontext { argument
/NextBSD/sys/powerpc/include/
HDucontext.h38 typedef struct __mcontext { struct
/NextBSD/lib/libc/powerpc64/gen/
HDsignalcontext.c80 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext); in __signalcontext()
/NextBSD/lib/libc/powerpc/gen/
HDsignalcontext.c80 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext); in __signalcontext()
/NextBSD/sys/mips/include/
HDucontext.h46 typedef struct __mcontext { struct
/NextBSD/sys/sparc64/sparc64/
HDmachdep.c159 CTASSERT(sizeof(struct __mcontext) == 512);