Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/include/
H A Ducontext.h53 struct __mcontext { struct
62 typedef struct __mcontext mcontext_t; argument
/freebsd-12.1/sys/riscv/include/
H A Ducontext.h59 struct __mcontext { struct
68 typedef struct __mcontext mcontext_t; argument
/freebsd-12.1/sys/sparc64/include/
H A Ducontext.h37 struct __mcontext { struct
45 typedef struct __mcontext mcontext_t; argument
/freebsd-12.1/sys/x86/include/
H A Ducontext.h44 typedef struct __mcontext { struct
106 typedef struct __mcontext { struct
/freebsd-12.1/sys/powerpc/include/
H A Ducontext.h40 typedef struct __mcontext { struct
/freebsd-12.1/lib/libc/powerpc64/gen/
H A Dsignalcontext.c82 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext); in __signalcontext()
/freebsd-12.1/lib/libc/powerpc/gen/
H A Dsignalcontext.c82 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext); in __signalcontext()
/freebsd-12.1/sys/mips/include/
H A Ducontext.h44 typedef struct __mcontext { struct
/freebsd-12.1/sys/sparc64/sparc64/
H A Dmachdep.c162 CTASSERT(sizeof(struct __mcontext) == 512);