/freebsd-src/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-src/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-src/contrib/file/src/ |
H A D | seccomp.c | 43 #define DENY_RULE(call) \ argument 48 #define ALLOW_RULE(call) \ argument
|
/freebsd-src/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-src/include/ssp/ |
H A D | ssp.h | 72 __ssp_redirect_raw(rtype,fun,symbol,args,call,cond,bos) global() argument 81 __ssp_redirect(rtype,fun,args,call) global() argument 83 __ssp_redirect0(rtype,fun,args,call) global() argument
|
/freebsd-src/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-src/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 | 22 static void *call() { 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 | RandomNumberGenerator.cpp | 33 static void *call() { call() function
|
H A D | Parallel.cpp | 95 static void *call() { return new ThreadPoolExecutor(strategy); } call() function 98 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } 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 | 42 static void *call() { call() function
|
/freebsd-src/tests/sys/audit/ |
H A D | utils.h | 40 #define REQUIRE_EXTATTR_SUCCESS(call) \ argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 35 if (auto *call = dyn_cast<CallExpr>(E)) { tryToFindPtrOrigin() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 27 void *OptCreatorT::call() { in call() function in llvm::TableGen::Emitter::OptCreatorT
|
/freebsd-src/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(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-src/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(cons function 556 static Error call(const CallerFn &Caller, const ArgTs &...Args) { call() function [all...] |
/freebsd-src/contrib/ofed/infiniband-diags/src/ |
H A D | ibping.c | 113 ib_vendor_call_t call; in ibping() local
|
/freebsd-src/sys/security/mac_grantbylabel/ |
H A D | mac_grantbylabel.c | 358 mac_grantbylabel_syscall(struct thread * td,int call,void * arg) mac_grantbylabel_syscall() argument
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 257 llvm::CallInst *call = CGF.Builder.CreateCall(dtor, addr); createAtExitStub() local 305 llvm::CallInst *call = CGF.Builder.CreateCall(Dtor, Addr); createTLSAtExitStub() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 36 const CallExpr *call; member
|