Home
last modified time | relevance | path

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

12345

/openbsd/src/gnu/llvm/llvm/utils/release/
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/src/gnu/llvm/lldb/source/Host/windows/
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/src/gnu/llvm/llvm/docs/AMDGPU/
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/src/usr.sbin/tcpdump/
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/src/usr.sbin/rpki-client/
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/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
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/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
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/src/lib/libpcap/
Dpcap.c194 p->snapshot = snaplen; in pcap_set_snaplen()
384 return (p->snapshot); in pcap_snapshot()
648 p->snapshot = snaplen; in pcap_open_dead()
Dpcap-int.h81 int snapshot; member
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/src/gnu/usr.bin/perl/pod/
Dperltodo.pod11 snapshot that becomes increasingly out of date isn't that useful to anyone.)
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
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/src/sbin/pflogd/
Dprivsep.c228 hpcap->snapshot = snap; in set_snaplen()
293 hpcap->snapshot = snaplen; in priv_set_snaplen()
Dpflogd.c249 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/
DTrace.pm34 sub snapshot { subroutine
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dacinclude.m422 ## this definition in the recommended automake snapshot of 000227:
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/
DTrace.t37 my $snap = $one->snapshot;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/
DTrace.t39 my $snap = $one->snapshot;
/openbsd/src/games/trek/
Dwarp.c167 p = (char *) Etc.snapshot; in warp()
Dtrek.h314 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/
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/src/gnu/llvm/clang/docs/analyzer/developer-docs/
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/src/sys/arch/sparc64/include/
Dcpu.h333 void snapshot(struct pcb *);
/openbsd/src/gnu/usr.bin/perl/
DREADME.hurd43 However, since I am running a very recent Hurd snapshot, in which a lot of
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
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