/freebsd/sys/dev/xen/efi/ |
H A D | pvefi.c | 59 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 D | 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/contrib/file/src/ |
H A D | seccomp.c | 43 #define DENY_RULE(call) \ argument 48 #define ALLOW_RULE(call) \ argument
|
/freebsd/contrib/bmake/filemon/ |
H A D | 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/contrib/ofed/libibmad/ |
H A D | vendor.c | 58 ib_vendor_call_t * call) in ib_vendor_call() 64 ib_vendor_call_t * call, in ib_vendor_call_via()
|
H A D | bm.c | 51 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 D | Debug.cpp | 86 static void *call() { in call() function 95 static void *call() { in call() function 130 static void *call() { in call() function
|
H A D | TypeSize.cpp | 23 static void *call() { in call() function
|
H A D | 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
|
H A D | 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
|
H A D | RandomNumberGenerator.cpp | 35 static void *call() { in call() function
|
H A D | Signals.cpp | 48 static void *call() { in call() function 56 static void *call() { in call() function
|
H A D | WithColor.cpp | 25 static void *call() { in call() function
|
H A D | GraphWriter.cpp | 43 static void *call() { in call() function
|
/freebsd/include/ssp/ |
H A D | ssp.h | 78 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos, len) \ argument 85 #define __ssp_redirect(rtype, fun, args, call) \ argument 87 #define __ssp_redirect0(rtype, fun, args, call) \ argument
|
/freebsd/tests/sys/audit/ |
H A D | utils.h | 40 #define REQUIRE_EXTATTR_SUCCESS(call) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 26 void *OptCreatorT::call() { call() function in llvm::TableGen::Emitter::OptCreatorT
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 141 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() function 292 static Error call(cons function 347 static Error call(const void *FnTag, const ArgTs &...Args) { call() function [all...] |
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 61 if (auto *call = dyn_cast<CallExpr>(E)) { in tryToFindPtrOrigin() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | 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/contrib/ofed/infiniband-diags/src/ |
H A D | ibping.c | 113 ib_vendor_call_t call; in ibping() local
|
/freebsd/sys/security/mac_grantbylabel/ |
H A D | mac_grantbylabel.c | 360 mac_grantbylabel_syscall(struct thread *td, int call, void *arg) in mac_grantbylabel_syscall()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | 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/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | 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
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 36 const CallExpr *call; member
|