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

/openbsd-current/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_VERSION_(MAJOR|MINOR|PATCH)\s\K[0-9]+' | paste -sd '.')
103 [ -n "$snapshot" ] && tree_id="$snapshot"
118 if [ -z "$snapshot" ]; then
154 snapshot="$1"
173 if [ -n "$snapshot" ]; then
175 echo "error: must not specify -rc or -release when creating a snapshot"
[all...]
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp138 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0));
139 if (!snapshot.IsValid())
144 if (Process32FirstW(snapshot.get(), &pe)) {
160 } while (Process32NextW(snapshot.get(), &pe));
179 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0));
180 if (!snapshot.IsValid())
185 if (Process32FirstW(snapshot.get(), &pe)) {
191 } while (Process32NextW(snapshot.get(), &pe));
/openbsd-current/lib/libpcap/
H A Dpcap-int.h81 int snapshot; member in struct:pcap
H A Dpcap.c194 p->snapshot = snaplen;
384 return (p->snapshot);
648 p->snapshot = snaplen;
H A Dsavefile.c162 p->snapshot = hdr.snaplen;
303 * over the BUFMOD problem and not setting the snapshot
420 if (sf_write_header(f, p->linktype, p->tzoff, p->snapshot) == -1) {
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep_pcap.c76 hpcap.snapshot = snap;
280 p->snapshot = slen;
291 if (p->linktype == DLT_PFLOG && p->snapshot < 160)
292 p->snapshot = 160;
408 p->snapshot = hdr.snaplen;
508 (void)sf_write_header(f, p->linktype, p->tzoff, p->snapshot);
/openbsd-current/usr.sbin/rpki-client/
H A Drrdp_notification.c227 "parse failed - entered snapshot elem unexpectedely");
243 "attribute '%s' found in snapshot elem", attr[i]);
246 PARSE_FAIL(p, "parse failed - incomplete snapshot attributes");
257 PARSE_FAIL(p, "parse failed - exited snapshot "
343 else if (strcmp("snapshot", el) == 0)
359 else if (strcmp("snapshot", el) == 0)
504 * all the steps up to the new serial fall back to a snapshot.
505 * Return SNAPSHOT or DELTA for snapshot or delta processing.
518 goto snapshot;
520 /* if repository serial is 0 fall back to snapshot */
[all...]
/openbsd-current/games/trek/
H A Dwarp.c167 p = (char *) Etc.snapshot;
H A Dtrek.h130 #define E_SNAP 9 /* take a snapshot for time warp */
242 char snap; /* set if snapshot taken */
294 /* other information kept in a snapshot */
307 /* Other stuff, not dumped in a snapshot */
314 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; /* snapshot for time warp */ member in struct:Etc
H A Devents.c384 case E_SNAP: /* take a snapshot of the galaxy */
386 p = (char *) Etc.snapshot;
/openbsd-current/sbin/pflogd/
H A Dprivsep.c228 hpcap->snapshot = snap;
291 /* also set hpcap->snapshot in child */
293 hpcap->snapshot = snaplen;
H A Dpflogd.c249 p->snapshot = slen;
386 hdr.snaplen = hpcap->snapshot;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DContext.pm52 sub snapshot { bless {%{$_[0]}, _is_canon => undef, _is_spawn => undef, _aborted => undef}, __PACKAGE__ } subroutine
162 my $clone = $self->snapshot;
164 $clone->{+TRACE} = $clone->{+TRACE}->snapshot(pid => $$, tid => get_tid());
223 trace => $self->{+TRACE}->snapshot,
240 trace => $self->{+TRACE}->snapshot,
263 trace => $self->{+TRACE}->snapshot,
284 trace => $self->{+TRACE}->snapshot,
567 may pass it a snapshot. C<< $ctx->snapshot >> will give you a shallow clone of
577 snapshot
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp342 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, GetID()));
343 if (snapshot.IsValid()) {
346 if (Module32FirstW(snapshot.get(), &me)) {
355 } while (Module32Next(snapshot.get(), &me));
/openbsd-current/sys/arch/sparc64/include/
H A Dcpu.h332 void snapshot(struct pcb *);
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.pm562 method will make an efficient reflink snapshot of the database file in
567 a crash. To select the right snapshot, use the B<latest_snapshot>
576 Given the two snapshot names (the ones used previously in a call to
578 recovery, i.e. the file which contains the most recent database snapshot.
592 Neither snapshot file is applicable. This means that the crash has occurred
604 The file modes and modification dates of both snapshot files are exactly the
/openbsd-current/libexec/spamlogd/
H A Dspamlogd.c159 p->snapshot = slen;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DTrace.pm33 sub snapshot { subroutine
/openbsd-current/usr.sbin/pppd/
H A Doptions.c1109 pc.snapshot = PPP_HDRLEN;
1125 pc.snapshot = PPP_HDRLEN;
/openbsd-current/regress/usr.sbin/rpki-client/
H A DMakefile.inc121 -s < ${.CURDIR}/../rrdp/snapshot.xml 2>&1 | tee rrdp-r4.out
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm292 $chub->finalize($trace->snapshot(hid => $chub->hid, nested => $chub->nested), 1)
372 $st_ctx = $ctx->snapshot;
1084 my $tctx = $ctx->snapshot;
1106 my $tctx = $ctx->snapshot;
1652 $ctx = $octx->snapshot;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm608 $ok = eval { $code->(hub => $hub, context => $ctx->snapshot); 1 };
675 my $trace = $base_trace->snapshot(nested => 1 + $base_trace->nested);
740 $hub->finalize($trace->snapshot(huuid => $hub->uuid, hid => $hub->hid, nested => $hub->nested, buffered => $buffered), 1)
H A DEvent.pm393 Get a snapshot of the L<Test2::EventFacet::Trace> as it was when this event was
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dmachdep.c714 snapshot(&dumppcb);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm3457 modules in a snapshot bundle file.

Completed in 794 milliseconds