| /freebsd/contrib/unbound/testcode/ |
| H A D | fake_event.c | 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() 243 pending_find_match(struct replay_runtime* runtime, struct entry** entry, in pending_find_match() argument [all …]
|
| /freebsd/etc/mtree/ |
| H A D | BSD.root.dist | 7 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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 50 static bool classof(const LanguageRuntime *runtime) { in classof() argument 51 return runtime->isA(&ID); in classof() 122 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime, 136 CreateInstance(AppleObjCRuntimeV2 &runtime, 142 NonPointerISACache(AppleObjCRuntimeV2 &runtime, 182 CreateInstance(AppleObjCRuntimeV2 &runtime, 188 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument 189 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2() 206 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, 239 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, [all …]
|
| /freebsd/contrib/wireguard-tools/ |
| H A D | setconf.c | 32 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/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectDynamicValue.cpp | 150 LanguageRuntime *runtime = nullptr; in UpdateValue() local 155 runtime = process->GetLanguageRuntime(known_type); in UpdateValue() 157 runtime->GetPreferredLanguageRuntime(*m_parent)) { in UpdateValue() 164 runtime = preferred_runtime; in UpdateValue() 168 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() 172 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue() 173 if (runtime) in UpdateValue() 174 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() 179 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue() 180 if (runtime) in UpdateValue() [all …]
|
| /freebsd/usr.bin/at/ |
| H A D | parsetime.c | 595 struct tm nowtime, runtime; in parsetime() local 602 runtime = nowtime; in parsetime() 603 runtime.tm_sec = 0; in parsetime() 604 runtime.tm_isdst = 0; in parsetime() 620 plus(&runtime); in parsetime() 627 minus(&runtime); in parsetime() 630 tod(&runtime); in parsetime() 631 month(&runtime); in parsetime() 648 if (runtime.tm_hour >= hr) { in parsetime() 649 runtime.tm_mday++; in parsetime() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 44 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local 46 if (!runtime) in NSBundleSummaryProvider() 50 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider() 95 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local 97 if (!runtime) in NSTimeZoneSummaryProvider() 101 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider() 144 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local 146 if (!runtime) in NSNotificationSummaryProvider() 150 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider() 193 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local [all …]
|
| H A D | CF.cpp | 53 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local 55 if (!runtime) in CFBagSummaryProvider() 59 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider() 111 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local 113 if (!runtime) in CFBitVectorSummaryProvider() 117 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider() 231 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local 233 if (!runtime) in CFBinaryHeapSummaryProvider() 237 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | README.txt | 3 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/tools/test/stress2/misc/ |
| H A D | burnin.sh | 36 runtime=1200 # default 56 /tmp/burnin -r $runtime -d $mntpoint >> $log 88 int bufsize, files, parallel, runtime; 142 runtime = 1 * 60 * 60 * 24; 161 case 'r': /* runtime */ 162 if (sscanf(optarg, "%d", &runtime) != 1) 173 dir, bufsize, files, parallel, runtime); 185 while ((time(NULL) - start) < runtime && e == 0) { 204 if (runtime > DELAY)
|
| H A D | nullfs24.sh | 38 runtime=300 48 while [ `date '+%s'` -lt $((start + $runtime)) ]; do 54 (cd ../testcases/swap; ./swap -t ${runtime}s -i 20) & 58 while [ `date '+%s'` -lt $((start + $runtime)) ]; do
|
| H A D | nullfs28.sh | 46 runtime=300 58 while [ `date '+%s'` -lt $((start + $runtime)) ]; do 63 (cd ../testcases/swap; ./swap -t ${runtime}s -i 20) & 65 while [ `date '+%s'` -lt $((start + $runtime)) ]; do
|
| H A D | shm2.sh | 70 static int runtime, utime; 126 while ((time(NULL) - start) < runtime) { 131 if ((time(NULL) - start) >= runtime) 152 runtime = 120; /* 2 minutes */
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/ |
| H A D | mmap_mixed.ksh | 57 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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 108 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local 109 if (runtime) in GetQueueName() 111 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName() 138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local 139 if (runtime) in GetQueueKind() 140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind() 162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local 163 if (runtime) { in GetQueueID() 164 return runtime->GetQueueIDFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueID() 189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
| H A D | dio_mmap.ksh | 60 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 &"
|
| H A D | dio_random.ksh | 60 runtime=10 71 --group_reporting --minimal --runtime=$runtime --time_based &" 79 --group_reporting --minimal --runtime=$runtime --time_based &"
|
| H A D | dio_async_always.ksh | 60 runtime=10 67 --group_reporting --minimal --runtime=$runtime --time_based
|
| /freebsd/packages/runtime/ |
| H A D | Makefile | 1 WORLDPACKAGE= runtime 9 PKG_VITAL.runtime= 12 UCLSRC.runtime= runtime.ucl
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | README.txt | 3 This directory contains sources of the MemProfiling (MemProf) runtime library. 8 memprof_*.{cc,h} : Sources of the memprof runtime library. 10 Also MemProf runtime needs the following libraries: 14 MemProf runtime can only be built by CMake. You can run MemProf tests
|
| /freebsd/share/examples/oci/ |
| H A D | Containerfile.pkg | 1 # 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
|
| /freebsd/tools/test/stress2/tools/ |
| H A D | swap.c | 46 static int runtime, utime; variable 153 while ((time(NULL) - start) < runtime) { in test() 158 if ((time(NULL) - start) >= runtime) in test() 179 runtime = 120; /* 2 minutes */ in main() 197 if (sscanf(optarg, "%d", &runtime) != 1) in main()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanShouldStopHere.cpp | 86 for (auto *runtime : process_sp->GetLanguageRuntimes()) { in DefaultShouldStopHereCallback() local 87 if (runtime->IsSymbolARuntimeThunk(*symbol) && in DefaultShouldStopHereCallback() 92 Language::GetNameForLanguageType(runtime->GetLanguageType())); in DefaultShouldStopHereCallback() 139 for (auto *runtime : process_sp->GetLanguageRuntimes()) { in DefaultStepFromHereCallback() local 140 if (runtime->IsSymbolARuntimeThunk(*sc.symbol) && in DefaultStepFromHereCallback() 145 Language::GetNameForLanguageType(runtime->GetLanguageType())); in DefaultStepFromHereCallback()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | var-recursive.mk | 45 .elif make(runtime) 48 runtime: 62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-UNIX.md | 4 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 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 106 also cases when you'd have to explicitly specify runtime search path
|