OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucontext32_t
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/compat/sys/
ucontext.h
39
typedef struct __ucontext32
ucontext32_t
;
typedef in typeref:struct:__ucontext32
53
__CTASSERT(sizeof(
ucontext32_t
) == __UCONTEXT32_SIZE);
58
void getucontext32(struct lwp *,
ucontext32_t
*);
59
int setucontext32(struct lwp *, const
ucontext32_t
*);
/src/sys/arch/aarch64/include/
netbsd32_machdep.h
82
ucontext32_t
sf_uc;
/src/sys/arch/amd64/include/
netbsd32_machdep.h
111
ucontext32_t
sf_uc;
/src/sys/arch/riscv/riscv/
netbsd32_machdep.c
62
ucontext32_t
* const uc = arg;
68
// Even though this is a
ucontext32_t
, the space allocated was for a
/src/sys/compat/netbsd32/
netbsd32_signal.c
458
getucontext32(struct lwp *l,
ucontext32_t
*ucp)
498
ucontext32_t
uc;
506
return copyout(&uc, SCARG_P32(uap, ucp), sizeof (
ucontext32_t
));
510
setucontext32(struct lwp *l, const
ucontext32_t
*ucp)
552
ucontext32_t
uc;
netbsd32_lwp.c
57
ucontext32_t
*newuc = NULL;
netbsd32_netbsd.c
153
.e_ucsize = sizeof(
ucontext32_t
),
/src/sys/compat/linux32/arch/aarch64/
linux32_machdep.c
59
ucontext32_t
uc;
112
ucontext32_t
uc;
/src/sys/arch/aarch64/aarch64/
netbsd32_machdep.c
380
ucontext32_t
*uc = arg;
386
* ucontext_t must be greater than
ucontext32_t
388
CTASSERT(sizeof(ucontext_t) >= sizeof(
ucontext32_t
));
393
/* Note: we are freeing ucontext_t, not
ucontext32_t
. */
/src/sys/arch/sparc64/sparc64/
netbsd32_machdep_16.c
239
ucontext32_t
sf_uc;
netbsd32_machdep.c
156
ucontext32_t
sf_uc;
167
ucontext32_t
uc;
986
ucontext32_t
*uc = arg;
993
/* Note: we are freeing ucontext_t, not
ucontext32_t
. */
/src/sys/arch/mips/mips/
netbsd32_machdep.c
83
ucontext32_t
sf_uc;
mips_machdep.c
2353
ucontext32_t
* const uc = arg;
2360
/* Note: we are freeing ucontext_t, not
ucontext32_t
. */
/src/sys/arch/amd64/amd64/
netbsd32_machdep.c
898
ucontext32_t
*uc = arg;
905
/* Note: we are freeing ucontext_t, not
ucontext32_t
. */
Completed in 19 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025