Searched refs:runtime (Results 101 - 125 of 231) sorted by relevance

12345678910

/freebsd-11-stable/sbin/routed/
H A DMakefile4 PACKAGE=runtime
/freebsd-11-stable/bin/pkill/
H A DMakefile6 PACKAGE=runtime
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_prefix_route.h59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for details)
/freebsd-11-stable/sbin/gvinum/
H A DMakefile3 PACKAGE=runtime
/freebsd-11-stable/sbin/mount_nfs/
H A DMakefile5 PACKAGE=runtime
/freebsd-11-stable/sbin/umount/
H A DMakefile5 PACKAGE=runtime
/freebsd-11-stable/sbin/init/
H A DMakefile4 PACKAGE=runtime
/freebsd-11-stable/sbin/mksnap_ffs/
H A DMakefile5 PACKAGE=runtime
/freebsd-11-stable/sbin/nvmecontrol/
H A DMakefile3 PACKAGE=runtime
/freebsd-11-stable/usr.bin/at/
H A Dparsetime.c597 struct tm nowtime, runtime; local
604 runtime = nowtime;
605 runtime.tm_sec = 0;
606 runtime.tm_isdst = 0;
622 plus(&runtime);
629 minus(&runtime);
632 tod(&runtime);
633 month(&runtime);
640 * set our runtime to that hour before leaping into the
650 if (runtime
[all...]
/freebsd-11-stable/sbin/fsck_msdosfs/
H A DMakefile7 PACKAGE=runtime
/freebsd-11-stable/lib/libblocksruntime/
H A DMakefile12 SRCS= data.c runtime.c
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); local
101 if (runtime)
103 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr);
130 SystemRuntime *runtime = process_sp->GetSystemRuntime(); local
131 if (runtime)
132 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr);
154 SystemRuntime *runtime = process_sp->GetSystemRuntime(); local
155 if (runtime) {
156 return runtime->GetQueueIDFromThreadQAddress(m_thread_dispatch_qaddr);
181 SystemRuntime *runtime local
[all...]
/freebsd-11-stable/release/packages/
H A DMakefile.package60 runtime-debug_DESCR= Debugging Symbols
61 runtime-development_DESCR=Development Files
62 runtime-profile_DESCR= Profiling Libraries
63 runtime-lib32_DESCR= 32-bit Libraries
64 runtime-lib32-debug_DESCR=32-bit Debugging Symbols
65 runtime-lib32-development_DESCR=32-bit Development Files
66 runtime-lib32-profile_DESCR=32-bit Profiling Libraries
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp149 LanguageRuntime *runtime = nullptr; local
154 runtime = process->GetLanguageRuntime(known_type);
155 if (runtime)
156 found_dynamic_type = runtime->GetDynamicTypeAndAddress(
160 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus);
161 if (runtime)
162 found_dynamic_type = runtime->GetDynamicTypeAndAddress(
167 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC);
168 if (runtime)
169 found_dynamic_type = runtime
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); local
101 if (runtime) {
102 runtime->CompleteQueueItem(this, m_item_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h45 static bool classof(const LanguageRuntime *runtime) { argument
46 return runtime->isA(&ID);
49 // These are generic runtime functions:
115 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
129 CreateInstance(AppleObjCRuntimeV2 &runtime,
135 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
174 CreateInstance(AppleObjCRuntimeV2 &runtime,
180 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) argument
181 : TaggedPointerVendor(), m_runtime(runtime) {}
196 AppleObjCRuntimeV2 &runtime, uint64_
264 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime) argument
[all...]
/freebsd-11-stable/bin/ed/
H A DMakefile5 PACKAGE=runtime
/freebsd-11-stable/bin/pax/
H A DMakefile30 PACKAGE=runtime
/freebsd-11-stable/sbin/geom/
H A DMakefile3 PACKAGE=runtime
/freebsd-11-stable/sbin/reboot/
H A DMakefile4 PACKAGE=runtime
/freebsd-11-stable/sbin/route/
H A DMakefile6 PACKAGE=runtime
/freebsd-11-stable/share/man/man1/
H A DMakefile8 PACKAGE=runtime-manuals
/freebsd-11-stable/share/man/man4/man4.i386/
H A DMakefile3 PACKAGE=runtime-manuals
/freebsd-11-stable/bin/freebsd-version/
H A DMakefile3 PACKAGE=runtime

Completed in 338 milliseconds

12345678910