Home
last modified time | relevance | path

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

/src/lib/libc/arm/gen/
H A Dgetcontextx.c50 struct ucontextx *ucxp; in __fillcontextx2() local
55 ucxp = (struct ucontextx *)ctx; in __fillcontextx2()
56 ucp = &ucxp->ucontext; in __fillcontextx2()
57 mvp = &ucxp->mcontext_vfp; in __fillcontextx2()
71 struct ucontextx *ucxp; in __fillcontextx() local
73 ucxp = (struct ucontextx *)ctx; in __fillcontextx()
74 if (getcontext(&ucxp->ucontext) == -1) in __fillcontextx()