Home
last modified time | relevance | path

Searched refs:snapshot (Results 1 – 25 of 108) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/utils/release/
H A Dexport.sh21 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 DHost.cpp138 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 Dgfx940_hwreg.rst60 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 Drrdp-r1.out2 …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 Dprivsep_pcap.c76 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 Drrdp_notification.c518 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 DRELEASE-NOTES9 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 DRELEASE-NOTES9 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 Dpcap.c194 p->snapshot = snaplen; in pcap_set_snaplen()
384 return (p->snapshot); in pcap_snapshot()
648 p->snapshot = snaplen; in pcap_open_dead()
H A Dpcap-int.h81 int snapshot; member
H A Dsavefile.c162 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 Dperltodo.pod11 snapshot that becomes increasingly out of date isn't that useful to anyone.)
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp342 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 Dprivsep.c228 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 DTrace.pm33 sub snapshot { subroutine
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dacinclude.m422 ## this definition in the recommended automake snapshot of 000227:
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/
H A DTrace.t37 my $snap = $one->snapshot;
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/
H A DTrace.t39 my $snap = $one->snapshot;
/openbsd/games/trek/
H A Dwarp.c167 p = (char *) Etc.snapshot; in warp()
H A Dtrek.h314 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 DContext.t57 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 DRegionStore.rst156 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 DREADME.hurd43 However, since I am running a very recent Hurd snapshot, in which a lot of
/openbsd/sys/arch/sparc64/include/
H A Dcpu.h333 void snapshot(struct pcb *);
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm597 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);

12345