Home
last modified time | relevance | path

Searched refs:uc_link (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/x86_64/gen/
H A Dquickcontext.c70 ucp->uc_link = NULL; in _makecontext_quick()
110 if (ucp->uc_link == ucp) in makectx_quick_wrapper()
116 if (ucp->uc_link) in makectx_quick_wrapper()
117 setcontext_quick(ucp->uc_link); in makectx_quick_wrapper()
H A Dmakecontext.c134 if (ucp->uc_link == NULL) in makectx_wrapper()
137 setcontext((const ucontext_t *)ucp->uc_link); in makectx_wrapper()
/dragonfly/sys/sys/
H A D_ucontext.h74 struct __ucontext *uc_link; member
/dragonfly/lib/libc/x86_64/sys/
H A Dasmcontext.c12 ASSYM(UC_LINK, offsetof(ucontext_t, uc_link));