Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 2107) sorted by relevance

12345678910>>...85

/freebsd/contrib/unbound/testcode/
H A Dfake_event.c92 /** runtime ptr */
93 struct replay_runtime* runtime; member
211 pending_matches_current(struct replay_runtime* runtime, in pending_matches_current() argument
216 if(!runtime->now || runtime->now->evt_type != repevt_back_query in pending_matches_current()
217 || !runtime->pending_list) in pending_matches_current()
220 for(p = runtime->pending_list; p; p = p->next) { in pending_matches_current()
221 if(runtime->now->addrlen != 0 && in pending_matches_current()
222 sockaddr_cmp(&p->addr, p->addrlen, &runtime->now->addr, in pending_matches_current()
223 runtime->now->addrlen) != 0) in pending_matches_current()
225 if((e=find_match(runtime->now->match, p->pkt, p->pkt_len, in pending_matches_current()
[all …]
/freebsd/etc/mtree/
H A DBSD.root.dist7 bin tags=package=runtime
14 allwinner tags=package=runtime
16 overlays tags=package=runtime
18 rockchip tags=package=runtime
43 dev mode=0555 tags=package=runtime
45 etc tags=package=runtime
46 X11 tags=package=runtime
56 defaults tags=package=runtime
62 gss tags=package=runtime
68 mail tags=package=runtime
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DRuntime.h2 Runtime Architectural Protocol as defined in PI Specification VOLUME 2 DXE
4 Allows the runtime functionality of the DXE Foundation to be contained
6 export information that is needed at runtime. As such, this protocol allows
7 services to the DXE Foundation to manage runtime drivers and events.
8 This protocol also implies that the runtime services required to transition
10 registered into the UEFI Runtime Table in the UEFI System Table. This protocol
11 must be produced by a runtime DXE driver and may only be consumed by the DXE Foundation.
22 /// Global ID for the Runtime Architectural Protocol
87 /// The EFI_EVENT returned by CreateEvent(). Event must be in runtime memory.
98 /// Allows the runtime functionality of the DXE Foundation to be contained in a
[all …]
H A DVariableWrite.h5 This protocol must be produced by a runtime DXE driver and may be consumed only
8 The DXE driver that produces this protocol must be a runtime driver. This driver
9 may update the SetVariable() field of the UEFI Runtime Services Table.
11 After the UEFI Runtime Services Table has been initialized, the driver must
15 and that the DXE Foundation must update the 32-bit CRC of the UEFI Runtime Services
H A DVariable.h5 protocol must be produced by a runtime DXE driver and may be consumed only by
6 the DXE Foundation. The DXE driver that produces this protocol must be a runtime
8 GetNextVariableName(), and SetVariable() fields of the UEFI Runtime Services Table.
10 After the three fields of the UEFI Runtime Services Table have been initialized,
15 Runtime Services Table. The full complement of environment variable services are
/freebsd/contrib/llvm-project/libcxx/src/
H A Dexception.cpp20 # include "support/runtime/exception_msvc.ipp"
21 # include "support/runtime/exception_pointer_msvc.ipp"
23 # include "support/runtime/exception_libcxxabi.ipp"
24 # include "support/runtime/exception_pointer_cxxabi.ipp"
26 # include "support/runtime/exception_libcxxrt.ipp"
27 # include "support/runtime/exception_pointer_cxxabi.ipp"
29 # include "support/runtime/exception_glibcxx.ipp"
30 # include "support/runtime/exception_pointer_glibcxx.ipp"
33 # include "support/runtime/exception_fallback.ipp"
34 # include "support/runtime/exception_pointer_unimplemente
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h49 static bool classof(const LanguageRuntime *runtime) { in classof() argument
50 return runtime->isA(&ID); in classof()
119 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
133 CreateInstance(AppleObjCRuntimeV2 &runtime,
139 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
179 CreateInstance(AppleObjCRuntimeV2 &runtime,
185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument
186 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
203 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
236 AppleObjCRuntimeV2 &runtime, uint64_
276 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 & runtime) TaggedPointerVendorLegacy() argument
311 ClassInfoExtractor(AppleObjCRuntimeV2 & runtime) ClassInfoExtractor() argument
332 DynamicClassInfoExtractor(AppleObjCRuntimeV2 & runtime) DynamicClassInfoExtractor() argument
372 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 & runtime) SharedCacheClassInfoExtractor() argument
399 SharedCacheImageHeaders(AppleObjCRuntimeV2 & runtime,lldb::addr_t headerInfoRWs_ptr,uint32_t count,uint32_t entsize) SharedCacheImageHeaders() argument
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h1 //===-- Runtime.h -----------------------------------------------*- C++ -*-===//
15 class Runtime {
17 Runtime(Process *process) : m_process(process) {} in Runtime() function
18 virtual ~Runtime() = default;
19 Runtime(const Runtime &) = delete;
20 const Runtime &operator=(const Runtime &) = delete;
H A DInstrumentationRuntime.h33 /// The module containing the instrumentation runtime.
36 /// The breakpoint in the instrumentation runtime.
40 /// instrumentation runtime.
65 /// of the runtime library.
68 /// Check whether \p module_sp corresponds to a valid runtime library.
71 /// Register a breakpoint in the runtime library and perform any other
72 /// necessary initialization. The runtime library
81 /// Look for the instrumentation runtime in \p module_list. Register and
82 /// activate the runtime if this hasn't already
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h1 //===----- COFFVCRuntimeSupport.h -- VC runtime support in ORC --*- C++ -*-===//
9 // Utilities for loading and initializaing vc runtime in Orc.
30 /// Bootstraps the vc runtime within jitdylibs.
35 /// contains all vc runtime library files such as ucrt.lib and msvcrt.lib. If
40 /// file must be used. In general, if vc runtime was statically linked to the
43 /// libvcruntimelib. If vc runtime was dynamically linked LoadDynamicVCRuntime
47 /// https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features
52 /// Adds symbol definitions of static version of msvc runtime libraries.
56 /// Runs the initializer of static version of msvc runtime libraries.
57 /// This must be called before calling any functions requiring c runtime (
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_mixed.ksh57 runtime=60
65 --runtime=$runtime --time_based --norandommap &"
71 --runtime=$runtime --time_based --norandommap &"
77 --runtime=$runtime --time_based --norandommap &"
83 --runtime=$runtime --time_based --norandommap &"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_mmap.ksh60 runtime=60
71 --runtime=$runtime --time_based --norandommap &"
77 --runtime=$runtime --time_based --norandommap &"
83 --runtime=$runtime --time_based --norandommap &"
89 --runtime=$runtime --time_based --norandommap &"
/freebsd/lib/libc/stdlib/
H A Dset_constraint_handler_s.331 .Nd runtime-constraint violation handling
64 function sets the runtime-constraint violation handler to be
67 The runtime-constraint handler is the callback function invoked when a library
68 function detects a runtime-constraint violation.
73 A pointer to a character string describing the runtime-constraint violation.
89 is called when a runtime-constraint violation occurs.
107 are the standard-defined runtime-constraint handlers provided by the C library.
120 is currently the default runtime-constraint handler.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp149 LanguageRuntime *runtime = nullptr; in UpdateValue() local
154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
156 runtime->GetPreferredLanguageRuntime(*m_parent)) { in UpdateValue()
157 // Try the preferred runtime first. in UpdateValue()
162 // Set the operative `runtime` for later use in this function. in UpdateValue()
163 runtime = preferred_runtime; in UpdateValue()
166 // Fallback to the runtime for `known_type`. in UpdateValue()
167 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
171 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
172 if (runtime) in UpdateValue()
[all …]
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md4 For Unix/POSIX runtime systems on Windows,
26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
34 Runtime shared library search paths are specified with different
40 Possible options to set the runtime shared library search path include
54 Please do not use verbatim directories in your runtime shared library
58 used with the runtime shared library search path options, as shown in
64 On modern ELF based systems, there are two runtime search paths tags to
83 How to choose which runtime search path tag is to be set depends on
93 for runtime search path relative to the directory containing current
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A DREADME.txt3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
9 asan_*.{cc,h} : Sources of the asan runtime library.
13 Also ASan runtime needs the following libraries:
17 ASan runtime currently also embeds part of LeakSanitizer runtime for
20 ASan runtime can only be built by CMake. You can run ASan tests
/freebsd/contrib/wireguard-tools/
H A Dsetconf.c32 struct wgdevice *runtime; in sync_conf() local
43 if (ipc_get_device(&runtime, file->name) != 0) { in sync_conf()
48 if (!runtime->first_peer) { in sync_conf()
49 free_wgdevice(runtime); in sync_conf()
55 for_each_wgpeer(runtime, peer) in sync_conf()
60 free_wgdevice(runtime); in sync_conf()
70 for_each_wgpeer(runtime, peer) { in sync_conf()
83 free_wgdevice(runtime); in sync_conf()
96 free_wgdevice(runtime); in sync_conf()
/freebsd/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c217 NULL, /* filled at runtime */
231 NULL, /* filled at runtime */
245 NULL, /* filled at runtime */
259 NULL, /* filled at runtime */
301 NULL, /* filled at runtime */
315 NULL, /* filled at runtime */
329 NULL, /* filled at runtime */
343 NULL, /* filled at runtime */
385 NULL, /* filled at runtime */
399 NULL, /* filled at runtime */
[all …]
/freebsd/tools/test/stress2/misc/
H A Dburnin.sh36 runtime=1200 # default
37 [ $# -eq 1 ] && runtime=$1
56 /tmp/burnin -r $runtime -d $mntpoint >> $log
88 int bufsize, files, parallel, runtime;
95 "[-r runtime]\n",
142 runtime = 1 * 60 * 60 * 24;
161 case 'r': /* runtime */
162 if (sscanf(optarg, "%d", &runtime) != 1)
172 "runtime=%d\n",
173 dir, bufsize, files, parallel, runtime);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp11 // block kernel with a global variable (runtime handle) and adds
12 // "runtime-handle" attribute to the enqueued block kernel.
14 // In LLVM CodeGen the runtime-handle metadata will be translated to
15 // RuntimeHandle metadata in code object. Runtime allocates a global buffer
19 // literal is actually runtime handle and loads the kernel address from it
29 // be used to determine whether to emit runtime metadata for the kernel
97 "block.runtime.handle.t"); in runOnModule()
107 LLVM_DEBUG(dbgs() << "runtime handle created: " << *GV << '\n'); in runOnModule()
110 F.addFnAttr("runtime-handle", RuntimeHandle); in runOnModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp45 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local
47 if (!runtime) in NSBundleSummaryProvider()
51 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider()
96 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local
98 if (!runtime) in NSTimeZoneSummaryProvider()
102 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider()
145 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local
147 if (!runtime) in NSNotificationSummaryProvider()
151 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider()
194 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local
[all …]
/freebsd/share/man/man9/
H A Dkmsan.973 runtime component and use hidden, byte-granular shadow state to determine
76 such as control flow expressions or memory accesses, the runtime reports
87 runtime will either trigger a kernel panic or print a message to the console,
153 runtime to track the source of uninitialized memory and is only for debugging
163 If any byte of the input is marked as uninitialized, the runtime will generate
178 runtime makes use of two shadows of the kernel map.
201 report; when generating a report, the runtime uses state from the origin map
209 either by the compiler instrumentation or by runtime hooks in the allocator.
219 In some cases this is handled by the sanitizer runtime, which defines
245 runtime maintains a stack of TLS blocks for each thread.
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A DREADME.zfs36 The Lua runtime is considered stable software. Channel programs don't need much
37 complicated logic, so updates to the Lua runtime from upstream are viewed as
39 such, the Lua runtime in ZFS should be updated on an as-needed basis for
46 The version of the Lua runtime we're using in ZFS has been modified in a variety
51 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
56 3. The "normal" Lua runtime handles errors by failing fatally, but since this
63 We've added new protections into the Lua interpreter to limit the runtime
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcommon.h1 //===- common.h - Common utilities for the ORC runtime ----------*- C++ -*-===//
9 // This file is a part of the ORC runtime support library.
34 /// This is declared for use by the runtime, but should be implemented in the
35 /// executor or provided by a definition added to the JIT before the runtime
41 /// This is declared for use by the runtime, but should be implemented in the
42 /// executor or provided by a definition added to the JIT before the runtime
/freebsd/share/examples/oci/
H A DContainerfile.pkg1 # This is an example showing how to extend the freebsd-runtime OCI image by
5 # The OS version matching the desired freebsd-runtime image
8 # Select freebsd-runtime as our starting point.
9 FROM ghcr.io/freebsd/freebsd-runtime:${version}
15 # use for downloading pkg since the freebsd-runtime image has both FreeBSD and

12345678910>>...85