| /openbsd/src/gnu/llvm/llvm/utils/release/ |
| D | export.sh | 21 snapshot="" 53 To ease the creation of snapshot builds, we also provide these files 86 if [ -n "$snapshot" ]; then 87 …release=$(git -C $llvm_src_dir show $snapshot:llvm/CMakeLists.txt | grep -ioP 'set\(\s*LLVM_VERSIO… 103 [ -n "$snapshot" ] && tree_id="$snapshot" 118 if [ -z "$snapshot" ]; then 154 snapshot="$1" 173 if [ -n "$snapshot" ]; then
|
| /openbsd/src/gnu/llvm/lldb/source/Host/windows/ |
| D | Host.cpp | 138 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in FindProcessesImpl() local 139 if (!snapshot.IsValid()) in FindProcessesImpl() 144 if (Process32FirstW(snapshot.get(), &pe)) { in FindProcessesImpl() 160 } while (Process32NextW(snapshot.get(), &pe)); in FindProcessesImpl() 179 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in GetProcessInfo() local 180 if (!snapshot.IsValid()) in GetProcessInfo() 185 if (Process32FirstW(snapshot.get(), &pe)) { in GetProcessInfo() 191 } while (Process32NextW(snapshot.get(), &pe)); in GetProcessInfo()
|
| /openbsd/src/gnu/llvm/llvm/docs/AMDGPU/ |
| D | gfx940_hwreg.rst | 60 HW_REG_SQ_PERF_SNAPSHOT_DATA Performance snapshot data (first part). 61 HW_REG_SQ_PERF_SNAPSHOT_DATA1 Performance snapshot data (second part). 62 HW_REG_SQ_PERF_SNAPSHOT_PC_LO PC.lo of wave when snapshot was taken. 63 HW_REG_SQ_PERF_SNAPSHOT_PC_HI PC.hi of wave when snapshot was taken.
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | privsep_pcap.c | 76 hpcap.snapshot = snap; in setfilter() 280 p->snapshot = slen; in priv_pcap_live() 291 if (p->linktype == DLT_PFLOG && p->snapshot < 160) in priv_pcap_live() 292 p->snapshot = 160; in priv_pcap_live() 408 p->snapshot = hdr.snaplen; in priv_pcap_offline() 508 (void)sf_write_header(f, p->linktype, p->tzoff, p->snapshot); in priv_pcap_dump_open()
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | rrdp_notification.c | 518 goto snapshot; in notification_done() 522 goto snapshot; in notification_done() 526 goto snapshot; in notification_done() 541 goto snapshot; in notification_done() 545 goto snapshot; in notification_done() 549 goto snapshot; in notification_done() 556 snapshot: in notification_done()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | RELEASE-NOTES | 9 This is the fifteenth snapshot of the libstdc++ rewrite. It still 62 Obtain the library snapshot via ftp (including these release notes) from 74 You will need a current version of gcc to compile this snapshot of
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | RELEASE-NOTES | 9 This is the fifteenth snapshot of the libstdc++ rewrite. It still 62 Obtain the library snapshot via ftp (including these release notes) from 74 You will need a current version of gcc to compile this snapshot of
|
| /openbsd/src/lib/libpcap/ |
| D | pcap.c | 194 p->snapshot = snaplen; in pcap_set_snaplen() 384 return (p->snapshot); in pcap_snapshot() 648 p->snapshot = snaplen; in pcap_open_dead()
|
| D | pcap-int.h | 81 int snapshot; member
|
| D | savefile.c | 162 p->snapshot = hdr.snaplen; in pcap_fopen_offline() 420 if (sf_write_header(f, p->linktype, p->tzoff, p->snapshot) == -1) { in pcap_setup_dump()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltodo.pod | 11 snapshot that becomes increasingly out of date isn't that useful to anyone.)
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | NativeProcessWindows.cpp | 342 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, GetID())); in CacheLoadedModules() local 343 if (snapshot.IsValid()) { in CacheLoadedModules() 346 if (Module32FirstW(snapshot.get(), &me)) { in CacheLoadedModules() 355 } while (Module32Next(snapshot.get(), &me)); in CacheLoadedModules()
|
| /openbsd/src/sbin/pflogd/ |
| D | privsep.c | 228 hpcap->snapshot = snap; in set_snaplen() 293 hpcap->snapshot = snaplen; in priv_set_snaplen()
|
| D | pflogd.c | 249 p->snapshot = slen; in pflog_read_live() 386 hdr.snaplen = hpcap->snapshot; in reset_dump()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/ |
| D | Trace.pm | 34 sub snapshot { subroutine
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | acinclude.m4 | 22 ## this definition in the recommended automake snapshot of 000227:
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ |
| D | Trace.t | 37 my $snap = $one->snapshot;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/ |
| D | Trace.t | 39 my $snap = $one->snapshot;
|
| /openbsd/src/games/trek/ |
| D | warp.c | 167 p = (char *) Etc.snapshot; in warp()
|
| D | trek.h | 314 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; /* snapshot for time warp */ member
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| D | Context.t | 57 my $snap = $ctx->snapshot; 62 "snapshot is identical except for canon/spawn/aborted" 64 ok($ctx != $snap, "snapshot is a new instance"); 74 $end_ctx = $ctx->snapshot;
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| D | RegionStore.rst | 156 store), representing "the value of the region during this 'snapshot' of the 176 // snapshot of the current store state. This value is then 183 // of 'p.x' within the snapshot, and get back 42.
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | cpu.h | 333 void snapshot(struct pcb *);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.hurd | 43 However, since I am running a very recent Hurd snapshot, in which a lot of
|
| /openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| D | HostInfoMacOSX.mm | 597 dyld_process_snapshot_t snapshot = 599 if (!snapshot) 603 llvm::make_scope_exit([&]() { dyld_process_snapshot_dispose(snapshot); }); 606 dyld_process_snapshot_get_shared_cache(snapshot);
|