Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/sys/dev/xen/efi/
H A Dpvefi.c59 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in get_time() local
86 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in get_time_capabilities() local
133 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in var_get() local
161 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in var_nextname() local
189 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in var_set() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h23 static void *call() { return new C(); } in call() function
29 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
/freebsd/contrib/file/src/
H A Dseccomp.c43 #define DENY_RULE(call) \ argument
48 #define ALLOW_RULE(call) \ argument
/freebsd/contrib/bmake/filemon/
H A Dfilemon_ktrace.c418 struct ktr_syscall *call = &F->payload.syscall; in filemon_dispatch() local
758 const struct ktr_syscall *call) in filemon_sys_chdir()
768 const struct ktr_syscall *call) in filemon_sys_execve()
775 const struct ktr_syscall *call) in filemon_sys_exit()
793 const struct ktr_syscall *call) in filemon_sys_fork()
801 const struct ktr_syscall *call) in filemon_sys_link()
809 const struct ktr_syscall *call) in filemon_sys_open()
831 const struct ktr_syscall *call) in filemon_sys_openat()
874 const struct ktr_syscall *call) in filemon_sys_symlink()
882 const struct ktr_syscall *call) in filemon_sys_unlink()
[all …]
/freebsd/include/ssp/
H A Dssp.h72 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \ argument
81 #define __ssp_redirect(rtype, fun, args, call) \ argument
83 #define __ssp_redirect0(rtype, fun, args, call) \ argument
/freebsd/contrib/ofed/libibmad/
H A Dvendor.c58 ib_vendor_call_t * call) in ib_vendor_call()
64 ib_vendor_call_t * call, in ib_vendor_call_via()
H A Dbm.c51 uint8_t *bm_call_via(void *data, ib_portid_t * portid, ib_bm_call_t * call, in bm_call_via()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp86 static void *call() { in call() function
95 static void *call() { in call() function
130 static void *call() { in call() function
H A DTypeSize.cpp22 static void *call() { in call() function
H A DTimer.cpp60 static void *call() { in call() function
69 static void *call() { in call() function
79 static void *call() { in call() function
120 static void *call() { in call() function
H A DRandomNumberGenerator.cpp33 static void *call() { in call() function
H A DParallel.cpp95 static void *call() { return new ThreadPoolExecutor(strategy); } in call() function
98 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call() function
H A DSignals.cpp48 static void *call() { in call() function
56 static void *call() { in call() function
H A DWithColor.cpp25 static void *call() { in call() function
H A DGraphWriter.cpp42 static void *call() { in call() function
/freebsd/tests/sys/audit/
H A Dutils.h40 #define REQUIRE_EXTATTR_SUCCESS(call) \ argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp35 if (auto *call = dyn_cast<CallExpr>(E)) { in tryToFindPtrOrigin() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp27 void *OptCreatorT::call() { in call() function in llvm::TableGen::Emitter::OptCreatorT
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h141 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() function
292 static Error call(const void *FnTag, RetT &Result, const ArgTs &...Args) { in call() function
351 static Error call(const void *FnTag, const ArgTs &...Args) { in call() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h194 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() function
446 static Error call(const CallerFn &Caller, RetT &Result, in call() function
556 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call() function
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibping.c113 ib_vendor_call_t call; in ibping() local
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c358 mac_grantbylabel_syscall(struct thread *td, int call, void *arg) in mac_grantbylabel_syscall()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc822 auto call = [](const std::function<int(int)>& f, int i) { return f(i); }; in TEST() local
841 auto call = [](const std::function<int(int&)>& f, int& i) { return f(i); }; in TEST() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp257 llvm::CallInst *call = CGF.Builder.CreateCall(dtor, addr); in createAtExitStub() local
305 llvm::CallInst *call = CGF.Builder.CreateCall(Dtor, Addr); in createTLSAtExitStub() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp36 const CallExpr *call; member

123