Home
last modified time | relevance | path

Searched full:lite (Results 1 – 25 of 175) sorted by relevance

1234567

/freebsd/share/man/man4/
H A Ddtrace_udplite.431 .Nd a DTrace provider for tracing events related to the UDP-Lite protocol
45 probe fires whenever the kernel prepares to transmit a UDP-Lite packet, and the
47 probe fires whenever the kernel receives a UDP-Lite packet, unless
48 the UDP-Lite header is incomplete,
53 the IP and UDP-Lite headers of the corresponding packet.
100 argument contains the state of the UDP-Lite connection associated with the packet.
108 Local UDP-Lite port.
110 Remote UDP-Lite port.
119 argument is the raw UDP-Lite header of the packet, with all fields in host order.
123 Source UDP-Lite port.
[all …]
H A Dudplite.439 .Tn UDP-Lite
48 .Tn UDP-Lite
H A Dpuc.4135 Dreadnought x16 Pro/Lite
139 Gunboat x4 Pro/Lite/Low Profile
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudplite.ksh28 # Test {ip,udplite}:::{send,receive} of IPv4 UDP-Lite to a local address.
39 # This test sends a UDP-Lite message using perl and checks that at least the
42 # 1 x ip:::send (UDPLite sent to UDP-Lite port 33434)
43 # 1 x udplite:::send (UDPLite sent to UDP-Lite port 33434)
44 # 1 x ip:::receive (UDP-Lite received)
45 # 1 x udplite:::receive (UDP-Lite received)
47 # A udplite:::receive event is expected even if the received UDP-Lite packet
48 # elicits an ICMP PORT_UNREACHABLE message since there is no UDP-Lite
72 die "Could not create UDP-Lite socket $local port $port" unless \$s;
112 printf("Minimum UDP-Lite events seen\n\n");
H A Dtst.ipv4remoteudplite.ksh28 # Test {udplite,ip}:::{send,receive} of IPv4 UDP-Lite to a remote host.
39 # This test sends a UDP-Lite message using perl and checks that at least the
42 # 1 x ip:::send (UDP-Lite sent to UDP-Lite port 33434)
43 # 1 x udplite:::send (UDP-Lite sent to UDP-Lite port 33434)
75 die "Could not create UDP-Lite socket $dest port $port" unless \$s;
H A Dtst.ipv4remoteudplite.ksh.out1 Minimum UDP-Lite events seen
H A Dtst.ipv4localudplite.ksh.out1 Minimum UDP-Lite events seen
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsamsung,exynos4212-fimc-lite.yaml4 $id: http://devicetree.org/schemas/media/samsung,exynos4212-fimc-lite.yaml#
7 title: Samsung Exynos SoC series camera host interface (FIMC-LITE)
15 fimc-lite<n>, where <n> is an integer specifying the IP block instance.
20 - samsung,exynos4212-fimc-lite
21 - samsung,exynos5250-fimc-lite
55 fimc-lite@12390000 {
56 compatible = "samsung,exynos4212-fimc-lite";
H A Dexynos-fimc-lite.txt1 Exynos4x12/Exynos5 SoC series camera host interface (FIMC-LITE)
6 "samsung,exynos4212-fimc-lite" for Exynos4212/4412 SoCs,
7 "samsung,exynos5250-fimc-lite" for Exynos5250 compatible
11 - interrupts : should contain FIMC-LITE interrupt;
12 - clocks : FIMC LITE gate clock should be specified in this property.
16 fimc-lite<n>, where <n> is an integer specifying the IP block instance.
H A Dsamsung,fimc.yaml17 CSIS, FIMC-LITE and FIMC-IS (ISP).
93 "^fimc-lite@[0-9a-f]+$":
95 $ref: samsung,exynos4212-fimc-lite.yaml#
96 description: Camera host interface (FIMC-LITE).
190 fimc-lite@b90000 {
191 compatible = "samsung,exynos4212-fimc-lite";
200 /* ... FIMC-LITE 1 */
/freebsd/sys/netinet/
H A Dudplite.h31 * UDP-Lite protocol header.
35 u_short udplite_sport; /* UDO-Lite source port */
36 u_short udplite_dport; /* UDP-Lite destination port */
37 u_short udplite_coverage; /* UDP-Lite checksum coverage */
38 u_short udplite_checksum; /* UDP-Lite checksum */
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidxu3-lite.dts3 * Hardkernel Odroid XU3-Lite board device tree source
17 model = "Hardkernel Odroid XU3 Lite";
18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
38 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies
/freebsd/
H A D.cirrus.yml24 TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
32 TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
40 TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
47 TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
144 - sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG} git-lite
H A DCOPYRIGHT28 The 4.4BSD and 4.4BSD-Lite software is distributed under the following
31 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp25 #include "tensorflow/lite/interpreter.h"
26 #include "tensorflow/lite/kernels/register.h"
27 #include "tensorflow/lite/model.h"
28 #include "tensorflow/lite/model_builder.h"
29 #include "tensorflow/lite/op_resolver.h"
30 #include "tensorflow/lite/logger.h"
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml93 See also rockchip,srpd-lite-idle-ns.
304 rockchip,srpd-lite-idle-ns:
335 rockchip,srpd-lite-idle-dis-freq-hz:
338 the DDR frequency is greater than srpd-lite-idle-dis-freq, memory will
340 rockchip,srpd-lite-idle-ns.
374 rockchip,srpd-lite-idle-ns = <61440>;
382 rockchip,srpd-lite-idle-dis-freq-hz = <0>;
/freebsd/tools/regression/fsx/
H A Dfsx.c124 int lite = 0; /* -L flag */ variable
305 if (lite) { in save_buffer()
600 if (lite) { in dowrite()
601 warn("Lite file size bug in fsx!"); in dowrite()
658 if (lite) { in domapwrite()
659 warn("Lite file size bug in fsx!"); in domapwrite()
757 if (lite ? 0 : ftruncate(fd, file_size) == -1) { in writefileimage()
821 unsigned long op = rv % (3 + !lite + mapped_writes); in test()
851 if (lite ? 0 : op == 3 && style == 0) /* vanilla truncate? */ in test()
856 if (lite ? 0 : op == 3) in test()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh196 int lite = 0; /* -L flag */
389 if (lite) {
675 if (lite) {
676 warn("Lite file size bug in fsx!");
732 if (lite) {
733 warn("Lite file size bug in fsx!");
829 if (lite ? 0 : ftruncate(fd, file_size) == -1) {
890 unsigned long op = rv % (3 + !lite + mapped_writes);
920 if (lite ? 0 : op == 3 && style == 0) /* vanilla truncate? */
925 if (lite ? 0 : op == 3)
[all …]
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h3-orangepi-lite.dts51 model = "Xunlong Orange Pi Lite";
52 compatible = "xunlong,orangepi-lite", "allwinner,sun8i-h3";
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx31-lite.dts13 model = "LogicPD i.MX31 Lite";
14 compatible = "logicpd,imx31-lite", "fsl,imx31";
H A Dimx6dl-kontron-samx6i.dtsi10 model = "Kontron SMARC-sAMX6i Dual-Lite/Solo";
H A Dimx6dl-udoo.dts12 model = "Udoo i.MX6 Dual-lite Board";
H A Dimx6dl-emcon-avari.dts12 model = "emtrion SoM emCON-MX6 Solo/Dual-Lite Avari";
H A Dimx6dl-kontron-samx6i-ads2.dts10 model = "Kontron SMARC-sAMX6i Dual-Lite/Solo on SMARC Eval 2.0 carrier";
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,cci-400.yaml53 - ace-lite
183 interface-type = "ace-lite";

1234567