/openbsd/gnu/llvm/llvm/utils/release/ |
H A 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/gnu/llvm/lldb/source/Host/windows/ |
H A 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/gnu/llvm/llvm/docs/AMDGPU/ |
H A 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/regress/usr.sbin/rpki-client/rrdp/ |
H A D | rrdp-r1.out | 2 …rdp: snapshot_uri: https://rpki.example.com/8fe05c2e-047d-49e7-8398-cd4250a572b1/50550/snapshot.xml 3 test-rrdp: snapshot hash: AE52F78BCB1B258A1DA924122971B0FDDFCE4C01B2B2DBA59C9B28EF1D94C02B
|
/openbsd/usr.sbin/tcpdump/ |
H A 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/usr.sbin/rpki-client/ |
H A 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/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A 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/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A 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/lib/libpcap/ |
H A 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()
|
H A D | pcap-int.h | 81 int snapshot; member
|
H A 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/gnu/usr.bin/perl/pod/ |
H A D | perltodo.pod | 11 snapshot that becomes increasingly out of date isn't that useful to anyone.)
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A 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/sbin/pflogd/ |
H A D | privsep.c | 228 hpcap->snapshot = snap; in set_snaplen() 293 hpcap->snapshot = snaplen; in priv_set_snaplen()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/ |
H A D | Trace.pm | 33 sub snapshot { subroutine
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | acinclude.m4 | 22 ## this definition in the recommended automake snapshot of 000227:
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ |
H A D | Trace.t | 37 my $snap = $one->snapshot;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/ |
H A D | Trace.t | 39 my $snap = $one->snapshot;
|
/openbsd/games/trek/ |
H A D | warp.c | 167 p = (char *) Etc.snapshot; in warp()
|
H A D | trek.h | 314 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; /* snapshot for time warp */ member
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A 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/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A 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/gnu/usr.bin/perl/ |
H A D | README.hurd | 43 However, since I am running a very recent Hurd snapshot, in which a lot of
|
/openbsd/sys/arch/sparc64/include/ |
H A D | cpu.h | 333 void snapshot(struct pcb *);
|
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
H A 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);
|