Searched refs:ucp (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c699 printf(ARGS(rt_sigreturn, "%p"), (void *)args->ucp);
706 if (copyin(args->ucp, &uc, sizeof(uc)) != 0)
H A Dlinux_systrace_args.c1216 uarg[0] = (intptr_t) p->ucp; /* struct l_ucontext * */
H A Dlinux_proto.h540 char ucp_l_[PADL_(struct l_ucontext *)]; struct l_ucontext * ucp; char ucp_r_[PADR_(struct l_ucontext *)]; member in struct:linux_rt_sigreturn_args
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c404 PMC_CLASS_TABLE_DESC(corei7uc, UCP, corei7uc, ucp);
405 PMC_CLASS_TABLE_DESC(haswelluc, UCP, haswelluc, ucp);
406 PMC_CLASS_TABLE_DESC(broadwelluc, UCP, broadwelluc, ucp);
407 PMC_CLASS_TABLE_DESC(sandybridgeuc, UCP, sandybridgeuc, ucp);
408 PMC_CLASS_TABLE_DESC(westmereuc, UCP, westmereuc, ucp);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h362 char ucp_l_[PADL_(struct freebsd32_ucontext *)]; struct freebsd32_ucontext * ucp; char ucp_r_[PADR_(struct freebsd32_ucontext *)]; member in struct:freebsd32_getcontext_args
365 char ucp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * ucp; char ucp_r_[PADR_(const struct freebsd32_ucontext *)]; member in struct:freebsd32_setcontext_args
369 char ucp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * ucp; char ucp_r_[PADR_(const struct freebsd32_ucontext *)]; member in struct:freebsd32_swapcontext_args
H A Dfreebsd32_systrace_args.c2129 uarg[0] = (intptr_t) p->ucp; /* struct freebsd32_ucontext * */
2136 uarg[0] = (intptr_t) p->ucp; /* const struct freebsd32_ucontext * */
2144 uarg[1] = (intptr_t) p->ucp; /* const struct freebsd32_ucontext * */
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c702 ucontext_t *ucp; member in struct:sigreturn_args
723 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp);
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c504 ucontext_t *ucp; member in struct:sigreturn_args
/freebsd-11-stable/sys/kern/
H A Dsystrace_args.c2275 uarg[0] = (intptr_t) p->ucp; /* struct __ucontext * */
2282 uarg[0] = (intptr_t) p->ucp; /* const struct __ucontext * */
2290 uarg[1] = (intptr_t) p->ucp; /* const struct __ucontext * */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1208 char ucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * ucp; char ucp_r_[PADR_(struct __ucontext *)]; member in struct:getcontext_args
1211 char ucp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * ucp; char ucp_r_[PADR_(const struct __ucontext *)]; member in struct:setcontext_args
1215 char ucp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * ucp; char ucp_r_[PADR_(const struct __ucontext *)]; member in struct:swapcontext_args
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c150 uarg[0] = (intptr_t) p->ucp; /* struct l_ucontext * */
H A Dlinux_proto.h88 char ucp_l_[PADL_(struct l_ucontext *)]; struct l_ucontext * ucp; char ucp_r_[PADR_(struct l_ucontext *)]; member in struct:linux_rt_sigreturn_args
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1173 uarg[0] = (intptr_t) p->ucp; /* struct l_ucontext * */
H A Dlinux32_proto.h539 char ucp_l_[PADL_(struct l_ucontext *)]; struct l_ucontext * ucp; char ucp_r_[PADR_(struct l_ucontext *)]; member in struct:linux_rt_sigreturn_args

Completed in 272 milliseconds

123