Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 262) sorted by relevance

1234567891011

/src/crypto/openssl/test/recipes/
H A D02-test_windows_registry.t22 my @tempout = run(app(["openssl", "version", "-w"]), capture => 1);
27 @tempout = run(app(["openssl", "version", "-v"]), capture => 1);
43 …"reg.exe", "query", $regkey, "/reg:32", "/t", "REG_EXPAND_SZ", "/v", "OPENSSLDIR"]), capture => 1);
45 …"reg.exe", "query", $regkey, "/reg:32", "/t", "REG_EXPAND_SZ", "/v", "ENGINESDIR"]), capture => 1);
47 …"reg.exe", "query", $regkey, "/reg:32", "/t", "REG_EXPAND_SZ", "/v", "MODULESDIR"]), capture => 1);
49 my @ossldir = run(app(["openssl", "version", "-d"]), capture => 1);
62 my @osslengineout = run(app(["openssl", "version", "-e"]), capture => 1);
74 my @osslmoduleout = run(app(["openssl", "version", "-m"]), capture => 1);
H A D30-test_pairwise_fail.t29 capture => 1, statusvar => \my $fips_exit);
72 capture => 1, statusvar => \my $exit);
86 capture => 1, statusvar => \my $exit);
100 capture => 1, statusvar => \my $exit);
114 capture => 1, statusvar => \my $exit);
H A D04-test_pem_reading.t87 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
98 @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
106 my @data = run(app([@common, data_file("beermug.pem")], stderr => undef), capture => 1);
110 @data = run(app([@common, $certkeycert], stderr => "outerr.txt"), capture => 1);
H A D03-test_fipsinstall.t171 capture => 1, statusvar => \my $exit);
322 capture => 1, statusvar => \my $exit);
340 capture => 1, statusvar => \my $exit);
358 capture => 1, statusvar => \my $exit);
420 capture => 1, statusvar => \my $exit);
452 capture => 1, statusvar => \my $exit);
473 capture => 1, statusvar => \my $exit);
H A D05-test_rand.t38 capture => 1, statusvar => \$success);
44 capture => 1, statusvar => \$success);
48 capture => 1, statusvar => \$success);
H A D20-test_dgst.t180 $testdata]), capture => 1);
193 $testdata, $testdata]), capture => 1);
207 $testdata, $testdata]), capture => 1);
222 $testdata, $testdata]), capture => 1);
236 $testdata, $testdata]), capture => 1);
H A D15-test_pkey.t119 run(app([@app, '-in', $in_key, '-text']), capture => 1)),
123 run(app([@app, '-in', $in_key, '-text', '-noout']), capture => 1)),
127 run(app([@app, '-in', $in_key, '-text', '-noout']), capture => 1)),
H A D15-test_gensm2.t52 capture => 1));
58 capture => 1));
/src/contrib/file/magic/Magdir/
H A Dsniffer4 # sniffer: file(1) magic for packet capture files
10 # Microsoft Network Monitor 1.x capture files.
12 0 string RTSS NetMon capture file
23 # Microsoft Network Monitor 2.x capture files.
25 0 string GMBU NetMon capture file
41 # Network General Sniffer capture files.
42 # Sorry, make that "Network Associates Sniffer capture files."
43 # Sorry, make that "Network General old DOS Sniffer capture files."
45 0 string TRSNIFF\040data\040\040\040\040\032 Sniffer capture file
61 # Cinco Networks NetXRay capture files.
[all …]
/src/tools/tools/ether_reflect/
H A Dether_reflect.c70 pcap_t *capture; in main() local
109 if ((capture = pcap_open_live(interface, SNAPLEN, promisc, timeout, in main()
118 if (pcap_compile(capture, &program, in_string, 1, netmask) < 0) in main()
121 if (pcap_setfilter(capture, &program) < 0) in main()
124 if (pcap_setdirection(capture, PCAP_D_IN) < 0) in main()
128 error = pcap_next_ex(capture, &header, in main()
158 if (pcap_inject(capture, packet, header->len) < 0) in main()
160 pcap_perror(capture, "pcap_inject"); in main()
/src/sys/contrib/device-tree/Bindings/sound/
H A Dmt8173-rt5650.txt10 - codec-capture : the subnode of rt5650 codec capture
11 Required codec-capture subnode properties:
12 - sound-dai: audio codec dai name on capture path
13 <&rt5650 0> : Default setting. Connect rt5650 I2S1 for capture. (dai_name = rt5645-aif1)
14 <&rt5650 1> : Connect rt5650 I2S2 for capture. (dai_name = rt5645-aif2)
27 codec-capture {
H A Dfsl,ssi.txt51 playback and capture to use different sample sizes and
60 - fsl,capture-dma: Phandle to a node for the DMA channel to use for
61 capture (recording) of audio. This is typically dictated
72 Notes on fsl,playback-dma and fsl,capture-dma:
75 and capture. On the MPC8610, for example, SSI1 must use DMA channel 0 for
76 playback and DMA channel 1 for capture. SSI2 must use DMA channel 2 for
77 playback and DMA channel 3 for capture. The developer can choose which
82 "fsl,playback-dma" and "fsl,capture-dma" must be marked as compatible with
H A Dxlnx,i2s.txt3 The IP supports I2S based playback/capture audio
7 "xlnx,i2s-receiver-1.0" for capture
9 Required property common to both I2S playback and capture:
/src/contrib/libpcap/
H A DINSTALL.md64 configure: warning: cannot determine packet capture interface
69 cannot determine packet capture interface
73 then your system either does not support packet capture or your system
74 does support packet capture but libpcap does not support that
76 packet capture not supported by libpcap, please send us patches; don't
80 It is possible to override the default packet capture type with the
83 possible reason to do that would be to force a supported packet capture
148 network pseudo device entry in order to capture packets. The PPA is
156 It is impossible to capture outbound packets on HP-UX 9. To do so on
186 If you are trying to do packet capture with a FORE ATM card, you may or
[all …]
/src/crypto/openssl/util/
H A Dfix-deprecation66 my $capture = $2;
70 my $test = $capture.$';
73 print STDERR "DEBUG: captured:\n$capture"
82 $before .= $capture;
/src/tools/test/ppsapi/
H A DREADME6 -a capture assert flank
7 -c capture clear flank
8 (if neither -a -c: capture all available flanks)
/src/crypto/openssl/doc/designs/quic-design/
H A Ddebugging.md8 - Packet capture
18 - By comparison, packet capture stores all packets in their entirety.
23 packet capture cannot directly tell you when an implementation deems a packet
38 - Pro: Complete capture
83 To use PCAP you can use any standard packet capture tool, such as Wireshark or
86 **Using Wireshark.** Once you have obtained a packet capture as a standard
127 the packet capture file is opened. This avoids the need to have a centralised
128 key log file and ensures that the key log for a specific packet capture is
130 to distribute a packet capture file publicly, for example for educational
134 after taking a packet capture (note that `tls` should be specified below
/src/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt7 This is the media controller node for video capture support. It is a
12 - compatible : "fsl,imx-capture-subsystem";
18 capture-subsystem {
19 compatible = "fsl,imx-capture-subsystem";
/src/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-st.txt16 - clock-names: Valid entries are "pwm" and/or "capture".
23 - st,capture-num-chan: Number of available Capture channels. Default is 0.
42 st,capture-num-chan = <2>;
/src/sbin/ddb/
H A Dddb.conf11 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture
/src/sys/contrib/openzfs/config/
H A Dax_code_coverage.m4142 $(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
145 …e_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(…
235 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
255 code-coverage-capture: code-coverage-capture-hook'"$CODE_COVERAGE_RULES_CAPTURE"'
257 # Hook rule executed before code-coverage-capture, overridable by the user
258 code-coverage-capture-hook:
265 .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
/src/tests/sys/net/bpf/
H A Dbpf.sh87 capture epair0b $in 3 in > out & pid=$!
97 capture epair0b $in2 3 in > jout & jpid=$!
102 capture epair0a $out 3 out > hout & hpid=$!
/src/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c219 } capture[LUA_MAXCAPTURES]; member
239 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED) in check_capture()
248 if (ms->capture[level].len == CAP_UNFINISHED) return level; in capture_to_close()
390 ms->capture[level].init = s; in start_capture()
391 ms->capture[level].len = what; in start_capture()
403 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture()
405 ms->capture[l].len = CAP_UNFINISHED; /* undo capture */ in end_capture()
413 len = ms->capture[l].len; in match_capture()
415 memcmp(ms->capture[l].init, s, len) == 0) in match_capture()
556 ptrdiff_t l = ms->capture[i].len; in push_onecapture()
[all …]
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp319 const BlockDecl::Capture *capture, llvm::Type *type, in BlockLayoutChunk()
324 : Alignment(align), Size(size), Capture(capture), Type(type), in BlockLayoutChunk()
390 const BlockDecl::Capture *capture, llvm::Type *type, in addBlockLayout() argument
394 if (!capture) { in addBlockLayout()
397 align, size, capture, type, fieldType, BlockCaptureEntityKind::None, in addBlockLayout()
407 computeCopyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout()
409 computeDestroyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout()
410 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout()
900 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() local
903 if (capture.isConstant()) continue; in EmitBlockLiteral()
[all …]
/src/contrib/libpcap/doc/
H A DREADME.haiku.md3 Haiku R1/beta4 and earlier versions do not support packet capture on the
4 loopback interface. Using this version of libpcap, loopback capture works
22 seen via `SIOCGIFSTATS`) since the capture handle became active.

1234567891011