| /freebsd-14.2/sys/contrib/device-tree/Bindings/timer/ |
| H A D | renesas,rz-mtu3.yaml | 121 - description: MTU0.TGRA input capture/compare match 122 - description: MTU0.TGRB input capture/compare match 123 - description: MTU0.TGRC input capture/compare match 124 - description: MTU0.TGRD input capture/compare match 128 - description: MTU1.TGRA input capture/compare match 129 - description: MTU1.TGRB input capture/compare match 132 - description: MTU2.TGRA input capture/compare match 133 - description: MTU2.TGRB input capture/compare match 136 - description: MTU3.TGRA input capture/compare match 137 - description: MTU3.TGRB input capture/compare match [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | sniffer | 12 0 string RTSS NetMon capture file 25 0 string GMBU NetMon capture file 41 # Network General Sniffer capture files. 65 # Sniffer Pro", capture files." 69 0 string XCP\0 NetXRay capture file 79 # "libpcap" capture files. 308 # "pcapng" capture files. 323 # AIX "iptrace" capture files. 329 # Novell LANalyzer capture files. 368 # HP-UX "nettl" capture files. [all …]
|
| /freebsd-14.2/tools/tools/ether_reflect/ |
| H A D | ether_reflect.c | 70 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()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | mt8173-rt5650.txt | 10 - 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 D | fsl,ssi.txt | 51 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 D | xlnx,i2s.txt | 3 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:
|
| H A D | rockchip-i2s.yaml | 90 rockchip,capture-channels: 94 Max capture channels, if not set, 2 channels default. 107 playback/capture. 137 rockchip,capture-channels = <2>;
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | INSTALL.md | 65 cannot determine packet capture interface 251 msdos/* - drivers for MS-DOS capture support 284 pcap-dbus.c - D-Bus capture support 285 pcap-dbus.h - D-Bus capture support 287 pcap-dos.c - MS-DOS capture support 292 pcap-haiku.c - Haiku capture support 302 pcap-npf.c - Npcap capture support 311 pcap-sita.c - SITA device capture support 312 pcap-sita.h - SITA device capture support 318 pcap-tc.c - TurboCap device capture support [all …]
|
| H A D | README.md | 17 interface for user-level packet capture. libpcap provides a portable 21 for packet capture, and since we've developed several tools that 24 system-dependent packet capture modules in each application. 34 with the OS's interface for packet capture on those platforms, such as 46 Although most packet capture interfaces support in-kernel filtering,
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/counter/ |
| H A D | ti,am62-ecap-capture.yaml | 4 $id: http://devicetree.org/schemas/counter/ti,am62-ecap-capture.yaml# 13 The eCAP module resources can be used to capture timestamps 18 const: ti,am62-ecap-capture 53 capture@23100000 { /* eCAP in capture mode on am62x */ 54 compatible = "ti,am62-ecap-capture";
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | fix-deprecation | 66 my $capture = $2; 70 my $test = $capture.$'; 73 print STDERR "DEBUG: captured:\n$capture" 82 $before .= $capture;
|
| /freebsd-14.2/crypto/openssl/test/recipes/ |
| H A D | 04-test_pem_reading.t | 87 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 D | 20-test_dgst.t | 161 $testdata]), capture => 1); 174 $testdata, $testdata]), capture => 1); 188 $testdata, $testdata]), capture => 1); 203 $testdata, $testdata]), capture => 1); 217 $testdata, $testdata]), capture => 1); 229 …data = run(app(['openssl', 'dgst', '-shake128', $testdata], stderr => "outerr.txt"), capture => 1);
|
| H A D | 15-test_gensm2.t | 52 capture => 1)); 58 capture => 1));
|
| H A D | 05-test_rand.t | 30 capture => 1, statusvar => \$success); 36 capture => 1, statusvar => \$success);
|
| H A D | 25-test_crl.t | 56 my @lines = run(app($cmdarray), capture => 1); 66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
|
| /freebsd-14.2/tools/test/ppsapi/ |
| H A D | README | 6 -a capture assert flank 7 -c capture clear flank 8 (if neither -a -c: capture all available flanks)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | imx.txt | 7 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";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pwm/ |
| H A D | pwm-st.txt | 16 - 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>;
|
| /freebsd-14.2/sbin/ddb/ |
| H A D | ddb.conf | 11 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture…
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | ax_code_coverage.m4 | 141 $(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture 144 …e_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(… 234 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ 254 code-coverage-capture: code-coverage-capture-hook'"$CODE_COVERAGE_RULES_CAPTURE"' 256 # Hook rule executed before code-coverage-capture, overridable by the user 257 code-coverage-capture-hook: 264 .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 218 } capture[LUA_MAXCAPTURES]; member 238 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED) in check_capture() 247 if (ms->capture[level].len == CAP_UNFINISHED) return level; in capture_to_close() 389 ms->capture[level].init = s; in start_capture() 390 ms->capture[level].len = what; in start_capture() 402 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture() 404 ms->capture[l].len = CAP_UNFINISHED; /* undo capture */ in end_capture() 412 len = ms->capture[l].len; in match_capture() 414 memcmp(ms->capture[l].init, s, len) == 0) in match_capture() 555 ptrdiff_t l = ms->capture[i].len; in push_onecapture() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 385 if (!capture) { in addBlockLayout() 893 if (capture.isConstant()) continue; in EmitBlockLiteral() 895 QualType type = capture.fieldType(); in EmitBlockLiteral() 1242 if (capture.fieldType()->isReferenceType()) in GetAddrOfBlockDecl() 1515 if (!capture.isConstant()) continue; in GenerateBlockFunction() 1555 if (capture.isConstant()) { in GenerateBlockFunction() 1913 if (capture.isConstantOrTrivial()) in GenerateCopyHelperFunction() 1918 BlockFieldFlags flags = capture.CopyFlags; in GenerateCopyHelperFunction() 1920 unsigned index = capture.getIndex(); in GenerateCopyHelperFunction() 1924 switch (capture.CopyKind) { in GenerateCopyHelperFunction() [all …]
|
| /freebsd-14.2/contrib/atf/atf-c/detail/ |
| H A D | process_test.c | 1065 TC_FORK_STREAMS(capture, CAPTURE, capture, CAPTURE); 1066 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT); 1067 TC_FORK_STREAMS(capture, CAPTURE, default, DEFAULT); 1068 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT); 1069 TC_FORK_STREAMS(capture, CAPTURE, redirect_fd, REDIRECT_FD); 1070 TC_FORK_STREAMS(capture, CAPTURE, redirect_path, REDIRECT_PATH); 1071 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE); 1077 TC_FORK_STREAMS(default, DEFAULT, capture, CAPTURE); 1083 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTURE); 1089 TC_FORK_STREAMS(redirect_fd, REDIRECT_FD, capture, CAPTURE); [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a779g0-white-hawk-ard-audio-da7212.dtso | 40 * (@) Connect to pin5 (DATIN = playback) or pin15 (DATOUT = capture) 60 * You can use capture if you change the settings 180 /* Mutually exclusive with 'capture' */ 183 /* capture = <&ssi0>; */
|