Searched refs:ucontext (Results 51 - 75 of 115) sorted by relevance

12345

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c787 if (!file->ucontext &&
825 if (!file->ucontext) {
911 if (!file->ucontext)
914 ret = ib_dev->mmap(file->ucontext, vma);
952 /* In case IB device supports disassociate ucontext, there is no hard
974 file->ucontext = NULL;
1006 if (file->ucontext) {
1007 ib_uverbs_cleanup_ucontext(file, file->ucontext);
1008 file->ucontext = NULL;
1270 struct ib_ucontext *ucontext; local
[all...]
H A Duverbs.h128 struct ib_ucontext *ucontext; member in struct:ib_uverbs_file
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c38 #include <ucontext.h>
H A Dt_lwp_create.c37 #include <ucontext.h>
75 atf_tc_set_md_var(tc, "descr", "verify rejection of invalid ucontext " \
/freebsd-12-stable/sys/kern/
H A Dkern_context.c42 #include <sys/ucontext.h>
/freebsd-12-stable/tools/test/vm86/
H A Dvm86_test.c38 #include <sys/ucontext.h>
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dlinux-unwind.h37 #include <sys/ucontext.h>
/freebsd-12-stable/contrib/diff/lib/
H A Dc-stack.c77 # include <ucontext.h>
/freebsd-12-stable/lib/libc/tests/gen/
H A Dmakecontext_test.c32 #include <ucontext.h>
/freebsd-12-stable/sys/mips/gxemul/
H A Dgxemul_machdep.c44 #include <sys/ucontext.h>
/freebsd-12-stable/lib/libthread_db/arch/amd64/
H A Dlibpthread_md.c36 #include <ucontext.h>
/freebsd-12-stable/sys/mips/mips/
H A Dswtch.S658 PTR_ADDU a0, sp, SIGF_UC # address of ucontext
675 addu a0, sp, SIGF32_UC # address of ucontext
H A Dgenassym.c52 #include <sys/ucontext.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp37 #include <sys/ucontext.h>
/freebsd-12-stable/contrib/gdb/gdb/
H A Ds390-nat.c36 #include <sys/ucontext.h>
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h1019 static inline int get_qp_user_index(struct mlx5_ib_ucontext *ucontext, argument
1024 u8 cqe_version = ucontext->cqe_version;
1037 static inline int get_srq_user_index(struct mlx5_ib_ucontext *ucontext, argument
1042 u8 cqe_version = ucontext->cqe_version;
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgenassym.c47 #include <sys/ucontext.h>
48 #include <sys/ucontext.h>
/freebsd-12-stable/sys/mips/beri/
H A Dberi_machdep.c51 #include <sys/ucontext.h>
/freebsd-12-stable/sys/mips/malta/
H A Dmalta_machdep.c46 #include <sys/ucontext.h>
/freebsd-12-stable/sys/mips/mediatek/
H A Dmtk_machdep.c45 #include <sys/ucontext.h>
/freebsd-12-stable/sys/mips/sibyte/
H A Dsb_machdep.c46 #include <sys/ucontext.h>
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.h17 #include <sys/ucontext.h>
/freebsd-12-stable/tools/KSE/ksetest/
H A Dkse_threads_test.c34 #include <sys/ucontext.h>
/freebsd-12-stable/tools/KSE/rr/
H A Drr.c39 #include <sys/ucontext.h>
/freebsd-12-stable/lib/librt/
H A Dsigev_thread.c37 #include <ucontext.h>

Completed in 291 milliseconds

12345