Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 197) sorted by relevance

12345678

/freebsd/sbin/pfctl/tests/files/
H A Dpf0089.ok7 …0.1 port = ssh flags S/SA keep state (source-track rule, max-src-conn 10, max-src-conn-rate 3/99, …
8 …t proto tcp from any to 10.0.0.2 port = ssh flags S/SA keep state (source-track rule, max-src-conn…
9 … to 10.0.0.3 port = ssh flags S/SA keep state (source-track rule, max-src-conn-rate 3/99, src.trac…
10 …flags S/SA modulate state (source-track rule, max-src-conn 100, max-src-conn-rate 10/5, overload <…
11 … S/SA synproxy state (source-track rule, max-src-conn 1000, max-src-conn-rate 1000/5, overload <ba…
H A Dpf0084.ok1 pass in proto tcp from any to any port = ssh flags S/SA keep state (source-track global)
2 pass in proto tcp from any to any port = smtp flags S/SA keep state (source-track global)
3 pass in proto tcp from any to any port = http flags S/SA keep state (source-track rule, max-src-sta…
4 pass in proto tcp from any to any port = ntp flags S/SA keep state (source-track rule, max-src-node…
5 pass in proto tcp from any to any port = pip flags S/SA keep state (source-track global, max-src-st…
H A Dpf0084.in9 keep state (source-track)
11 keep state (source-track global)
13 keep state (source-track rule, max-src-nodes 1000, max-src-states 3)
15 keep state (source-track, max-src-nodes 1000)
17 keep state (source-track, max-src-states 3)
H A Dpf0055.in7 set timeout { src.track 3600 }
/freebsd/usr.sbin/fdformat/
H A Dfdformat.c82 verify_track(int fd, int track, int tracksize) in verify_track() argument
100 if (lseek (fd, (long) track * tracksize, 0) < 0) in verify_track()
147 int fd, c, i, track, error, tracks_per_dot, bytes_per_track, errs; in main() local
307 for (track = 0; track < fdt.tracks * fdt.heads; track++) { in main()
309 format_track(fd, track / fdt.heads, fdt.sectrac, in main()
310 track % fdt.heads, fdt.trans, fdt.f_gap, in main()
312 track % fdt.heads? fdt.offset_side2: 0); in main()
313 if(!quiet && !((track + 1) % tracks_per_dot)) { in main()
319 if (verify_track(fd, track, bytes_per_track) < 0) { in main()
329 if(!quiet && !((track + 1) % tracks_per_dot)) { in main()
/freebsd/usr.sbin/fdwrite/
H A Dfdwrite.c67 int bpt, verbose=1, nbytes=0, track; in main()
160 for (track = 0; track < fdt.tracks * fdt.heads; track++) { in main()
161 if(verbose) printf("\r%3d ",fdt.tracks * fdt.heads-track); in main()
163 format_track(fd, track / fdt.heads, fdt.sectrac, track % fdt.heads, in main()
168 if (lseek (fd, (long) track*bpt, 0) < 0) err(1, "lseek"); in main()
172 if (lseek (fd, (long) track*bpt, 0) < 0) err(1, "lseek"); in main()
68 int bpt, verbose=1, nbytes=0, track; main() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTrackingMDRef.h30 explicit TrackingMDRef(Metadata *MD) : MD(MD) { track(); } in TrackingMDRef()
33 TrackingMDRef(const TrackingMDRef &X) : MD(X.MD) { track(); } in TrackingMDRef()
51 track();
69 track(); in reset()
83 void track() { in track() function
85 MetadataTracking::track(MD); in track()
H A DMetadata.h201 void track();
315 static bool track(Metadata *&MD) { in track() function
316 return track(&MD, *MD, static_cast<Metadata *>(nullptr)); in track()
324 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track() function
325 return track(Ref, MD, &Owner); in track()
333 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track() function
334 return track(Ref, MD, &Owner); in track()
342 static bool track(void *Ref, Metadata &MD, DebugValueUser &Owner) { in track() function
343 return track(Ref, MD, &Owner); in track()
374 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
[all …]
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c317 struct rm_priotracker track; in mphyp_pte_clear() local
330 rm_rlock(&mphyp_eviction_lock, &track); in mphyp_pte_clear()
334 rm_runlock(&mphyp_eviction_lock, &track); in mphyp_pte_clear()
344 rm_runlock(&mphyp_eviction_lock, &track); in mphyp_pte_clear()
363 rm_runlock(&mphyp_eviction_lock, &track); in mphyp_pte_clear()
523 struct rm_priotracker track; in mphyp_pte_insert() local
533 rm_rlock(&mphyp_eviction_lock, &track); in mphyp_pte_insert()
536 rm_runlock(&mphyp_eviction_lock, &track); in mphyp_pte_insert()
620 struct rm_priotracker track; in mphyp_pte_insert_sp() local
634 rm_rlock(&mphyp_eviction_lock, &track); in mphyp_pte_insert_sp()
[all …]
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dgpt.disklabel7 sectors/track: 63
17 track-to-track seek: 0 # microseconds
/freebsd/sys/sys/
H A Dcdio.h53 u_char track; member
136 u_char track; member
159 u_char track; member
/freebsd/stand/i386/boot2/
H A Dboot1.S71 .word 18 # sectors per track (T)
296 andb $0x3f,%cl # Sectors per track
303 div %ebx # per track
320 subb %ah,%al # Sectors this track
325 movb %ah,%al # track
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c278 int track,
1645 softc->toc.entries[cdindex].track = in cddone()
1646 bcd2bin(softc->toc.entries[cdindex].track); in cddone()
1981 args->track = bin2bcd(args->track); in cdioctl()
1984 args->data_format, args->track, data, len); in cdioctl()
2158 data->entries[idx].track = in cdioctl()
2159 bcd2bin(data->entries[idx].track); in cdioctl()
2176 uint32_t track; in cdioctl() local
2211 track = te->track; in cdioctl()
2212 if (track == 0) in cdioctl()
[all …]
/freebsd/tools/tools/track/
H A DMakefile3 SCRIPTS= track.sh
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1072 getParentTracker().track(RetE, N, {TKind, EnableNullFPSuppression}); in visitNodeInitial()
1186 .track(ArgE, N, {TKind, EnableNullFPSuppression}) in visitNodeMaybeUnsuppress()
1638 getParentTracker().track(V, OriginField.getAsRegion(), Options); in VisitNode()
1695 getParentTracker().track(InitE, StoreSite, Options); in VisitNode()
1797 getParentTracker().track(State->getSVal(OriginalR), OriginalR, in VisitNode()
2127 getParentTracker().track(InnerExpr, N, in VisitNode()
2312 return getParentTracker().track(Receiver, LVNode, Opts); in handle()
2327 return getParentTracker().track( in handle()
2360 Result.combineWith(getParentTracker().track(LVal, RR, Opts, SFC)); in handle()
2405 getParentTracker().track(V, R, Opts, SFC); in handle()
[all …]
/freebsd/contrib/expat/doc/
H A Dok.min.css2track{cursor:pointer;-webkit-appearance:none;border-radius:var(--ok-br);border:var(--ok-b-0);backg…
/freebsd/contrib/file/magic/Magdir/
H A Debml5 # https://www.matroska.org/technical/specs/index.html#track
/freebsd/contrib/ofed/opensm/complib/
H A Dlibosmcomp.ver1 # In this file we track the current API version
/freebsd/contrib/ofed/opensm/libvendor/
H A Dlibosmvendor.ver1 # In this file we track the current API version
/freebsd/contrib/ofed/opensm/opensm/
H A Dlibopensm.ver1 # In this file we track the current API version
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,sci-intr.txt28 controller will keep track of the used and unused registers within the Router.
31 track of Host IRQs.
/freebsd/usr.bin/dtc/
H A DHACKING25 pointers are also used in several other places to track ownership.
32 The code also makes use of `static_assert()` to track compile-time invariants.
/freebsd/lib/libpmc/pmu-events/arch/powerpc/
H A Dmapfile.csv6 # Version could be used to track version of of JSON file
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp125 Tracker.track(std::make_unique<UseSet>(UseToReplace, Tracker)); in replaceUsesWithIf()
136 Tracker.track(std::make_unique<UseSet>(Use, Tracker)); in replaceAllUsesWith()
230 Tracker.track(std::make_unique<UseSet>(getOperandUse(OperandIdx), Tracker)); in setOperand()
241 Tracker.track(std::make_unique<UseSet>(Use, Tracker)); in replaceUsesOfWith()
338 Tracker.track(std::make_unique<RemoveFromParent>(this, Tracker)); in removeFromParent()
352 Tracker.track( in eraseFromParent()
377 Tracker.track(std::make_unique<MoveInstr>(this, Tracker)); in moveBefore()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_flags.inc20 "Basic logging will keep track of at most this deep a call stack, "

12345678