| /freebsd-14-stable/sys/dev/xen/efi/ |
| HD | pvefi.c | 60 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in get_time() local 87 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in get_time_capabilities() local 134 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in var_get() local 162 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in var_nextname() local 190 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in var_set() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | ManagedStatic.h | 23 static void *call() { return new C(); } in call() function 29 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
|
| /freebsd-14-stable/contrib/file/src/ |
| HD | seccomp.c | 43 #define DENY_RULE(call) \ argument 48 #define ALLOW_RULE(call) \ argument
|
| /freebsd-14-stable/contrib/bmake/filemon/ |
| HD | filemon_ktrace.c | 418 struct ktr_syscall *call = &F->payload.syscall; in filemon_dispatch() local 586 const struct filemon_key *key, const struct ktr_syscall *call, in syscall_enter() 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() [all …]
|
| /freebsd-14-stable/contrib/ofed/libibmad/ |
| HD | vendor.c | 58 ib_vendor_call_t * call) in ib_vendor_call() 64 ib_vendor_call_t * call, in ib_vendor_call_via()
|
| HD | bm.c | 51 uint8_t *bm_call_via(void *data, ib_portid_t * portid, ib_bm_call_t * call, in bm_call_via()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | Debug.cpp | 86 static void *call() { in call() function 95 static void *call() { in call() function 130 static void *call() { in call() function
|
| HD | TypeSize.cpp | 23 static void *call() { in call() function
|
| HD | Timer.cpp | 60 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
|
| HD | Parallel.cpp | 94 static void *call() { return new ThreadPoolExecutor(strategy); } in call() function 97 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call() function
|
| HD | RandomNumberGenerator.cpp | 35 static void *call() { in call() function
|
| HD | Signals.cpp | 48 static void *call() { in call() function 56 static void *call() { in call() function
|
| HD | WithColor.cpp | 25 static void *call() { in call() function
|
| HD | GraphWriter.cpp | 43 static void *call() { in call() function
|
| /freebsd-14-stable/tests/sys/audit/ |
| HD | utils.h | 40 #define REQUIRE_EXTATTR_SUCCESS(call) \ argument
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| HD | TableGenBackend.cpp | 27 void *OptCreatorT::call() { in call() function in llvm::TableGen::Emitter::OptCreatorT
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/ |
| HD | wrapper_function_utils.h | 141 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-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| HD | ASTUtils.cpp | 61 if (auto *call = dyn_cast<CallExpr>(E)) { in tryToFindPtrOrigin() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| HD | WrapperFunctionUtils.h | 194 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() function 446 static Error call(const CallerFn &Caller, RetT &Result, in call() function 558 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call() function
|
| /freebsd-14-stable/contrib/ofed/infiniband-diags/src/ |
| HD | ibping.c | 113 ib_vendor_call_t call; in ibping() local
|
| /freebsd-14-stable/contrib/googletest/googlemock/test/ |
| HD | gmock-function-mocker_test.cc | 822 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-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDeclCXX.cpp | 258 llvm::CallInst *call = CGF.Builder.CreateCall(dtor, addr); in createAtExitStub() local 311 llvm::CallInst *call = CGF.Builder.CreateCall(Dtor, Addr); in createTLSAtExitStub() local
|
| HD | CGObjC.cpp | 1244 if (llvm::CallInst *call = dyn_cast<llvm::CallInst>(CallInstruction)) in generateObjCGetterBody() local 1413 if (CallExpr *call = dyn_cast<CallExpr>(setter)) { in hasTrivialSetExpr() local 2183 llvm::CallInst *call = CGF.EmitNounwindRuntimeCall(fn, value); in emitARCValueOperation() local 2316 llvm::CallInst *call in EmitARCRetainBlock() local 2447 llvm::CallInst *call = EmitNounwindRuntimeCall(fn, value); in EmitARCRelease() local 2841 llvm::CallBase *call = EmitCallOrInvoke(fn, value); in EmitObjCRelease() local 2971 } else if (llvm::CallInst *call = dyn_cast<llvm::CallInst>(value)) { in emitARCOperationAfterCall() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | MallocOverflowSecurityChecker.cpp | 36 const CallExpr *call; member
|
| /freebsd-14-stable/sys/nfs/ |
| HD | krpc_subr.c | 198 struct krpc_call *call; in krpc_call() local
|