Home
last modified time | relevance | path

Searched +full:lite +full:- +full:on (Results 1 – 25 of 124) sorted by relevance

12345

/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.
35 # 3. No other hosts on this subnet are reachable and listening on rpcbind.
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
53 print -u2 "expected one argument: <dtrace-path>"
[all …]
H A Dtst.ipv4remoteudplite.ksh28 # Test {udplite,ip}:::{send,receive} of IPv4 UDP-Lite to a remote host.
35 # 3. No other hosts on this subnet are reachable and listening on rpcbind.
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)
47 print -u2 "expected one argument: <dtrace-path>"
56 if [[ ! -x $getaddr ]]; then
57 print -u2 "could not find or execute sub program: $getaddr"
68 cat > test.pl <<-EOPERL
70 my \$s = IO::Socket::INET->new(
[all …]
/freebsd/share/man/man4/
H A Ddtrace_udplite.421 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .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.
60 .Bl -tag -width "uintptr_t pkt_addr" -offset indent
70 .Bl -tag -width "uintptr_t cs_addr" -offset indent
86 .Bl -tag -width "uint32_t ip_plength" -offset indent
100 argument contains the state of the UDP-Lite connection associated with the packet.
[all …]
H A Dudplite.420 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39 .Tn UDP-Lite
46 by lower-layer protocols.
48 .Tn UDP-Lite
53 .Bl -tag -width ".Dv UDPLITE_SEND_CSCOV"
61 This option is the receiver-side analogue.
69 .Bl -tag -width Er
71 when trying to establish a connection on a socket which
H A Dpuc.42 .\" SPDX-License-Identifier: BSD-2-Clause
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
45 PCI multi-port serial and parallel adapters to the
54 PCI/PCIe multi-port serial and parallel adapters:
56 .Bl -bullet -compact
58 Advantech 2-port PCI PCI-1602/1603 Rev A/B1
69 .Bl -dash -compact
71 Instashield PCIe IX-400, IX-200, IX-100
73 Instashield PCI IS-400, IS-200
93 .Bl -dash -compact
[all …]
H A Dcd9660.42 .\" SPDX-License-Identifier: BSD-3-Clause
23 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33 .Nd "ISO-9660 file system"
36 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
57 volume located on
60 .Dl "mount -t cd9660 /dev/cd0 /mnt"
73 .Bx 4.4 Lite .
75 .An -nosplit
H A Ddc.415 .\" 4. Neither the name of the author nor the names of any co-contributors
26 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
56 embedded controllers based on the DEC/Intel 21143 chipset and clones.
61 are based on the 21143 design with various modifications.
65 built in NWAY autonegotiation and wake on LAN.
93 .Bl -tag -width ".Cm 10baseT/UTP"
101 Note: the built-in NWAY autonegotiation on the original PNIC 82c168
114 .Cm full-duplex
[all …]
/freebsd/sys/netinet/
H A Dudplite.h1 /*-
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * 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 */
42 * User-settable options (used with setsockopt).
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidxu3-lite.dts1 // SPDX-License-Identifier: GPL-2.0
3 * Hardkernel Odroid XU3-Lite board device tree source
11 /dts-v1/;
12 #include "exynos5422-odroidxu3-common.dtsi"
13 #include "exynos5422-odroidxu3-audio.dtsi"
14 #include "exynos54xx-odroidxu-leds.dtsi"
17 model = "Hardkernel Odroid XU3 Lite";
18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
34 samsung,asv-bin = <2>;
38 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controller
[all...]
/freebsd/tools/regression/fsx/
H A Dfsx.c2 * Copyright (c) 1998-2001 Apple Computer, Inc. All rights reserved.
13 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
27 * Rewrite and enhancements 1998-2001 Conrad Minshall -- conrad@mac.com
31 * Small changes to work under Linux -- davej@suse.de
35 * Checks for mmap last-page zero fill.
37 * Updated license to APSL 2.0, 2004/7/27 - Jordan Hubbard
64 #define NUMPRINTCOLUMNS 32 /* # columns of data to print on each line */
108 long simulatedopcount = 0; /* -b flag */
109 int closeprob = 0; /* -c flag */
[all …]
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 # Test problems with "umount -f and fsx. Results in a "KDB: enter: watchdog timeout"
36 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
41 mycc -o /tmp/fsx -O2 /tmp/fsx.c || exit 1
42 rm -f /tmp/fsx.c
48 mdconfig -l | grep md$mdstart > /dev/null && mdconfig -d -u $mdstart
50 mdconfig -a -t vnode -f $D -u $mdstart
55 /tmp/fsx -S $i -q $mntpoint/xxx$i > /dev/null &
58 umount -f $mntpoint &
61 pgrep -q fsx || break
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx31-lite.dts1 // SPDX-License-Identifier: GPL-2.0+
3 // Copyright (C) 2016-2018 Vladimir Zapolskiy <vz@mleia.com>
5 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
13 model = "LogicPD i.MX31 Lite";
14 compatible = "logicpd,imx31-lite", "fsl,imx31";
17 stdout-path = &uart1;
26 compatible = "gpio-leds";
43 nand-bus-width = <8>;
[all …]
H A Dimx6dl-kontron-samx6i-ads2.dts1 // SPDX-License-Identifier: GPL-2.0 OR X11
3 /dts-v1/;
6 #include "imx6qdl-kontron-samx6i.dtsi"
7 #include "imx6qdl-kontron-samx6i-ads2.dtsi"
10 model = "Kontron SMARC-sAMX6i Dual-Lite/Solo on SMARC Eval 2.0 carrier";
11 compatible = "kontron,imx6dl-samx6i-ads2", "kontron,imx6dl-samx6i", "fsl,imx6dl";
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h3-orangepi-lite.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun8i-h3.dtsi"
45 #include "sunxi-common-regulators.dtsi"
47 #include <dt-bindings/gpio/gpio.h>
48 #include <dt-bindings/input/input.h>
51 model = "Xunlong Orange Pi Lite";
52 compatible = "xunlong,orangepi-lite", "allwinner,sun8i-h3";
61 stdout-path = "serial0:115200n8";
65 compatible = "hdmi-connector";
[all …]
/freebsd/
H A DCOPYRIGHT5 Copyright (c) 1992-2025 The FreeBSD Project.
23 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 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
60 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
66 National Standards Committee X3, on Information Processing Systems have
73 the second BSD Networking Software Release, from IEEE Std 1003.1-1988, IEEE
84 Standards Committee X3, on Information Processing Systems. Computer and
86 Suite 500, Washington, DC 20001-2178. The developmental work of
/freebsd/lib/libc/arm/
H A Darith.h6 * generated by running contrib/gdtoa/arithchk.c on the target
9 * Generated on CA15, verified on CA9, CA7(with VFP lite) and on 32-bit ARMv9.
H A Dgd_qnan.h5 * on the target architecture after arith.h has been generated.
7 * Generated on CA15, verified on CA9, CA7(with VFP lite) and on 32-bit ARMv9.
/freebsd/sys/contrib/device-tree/Bindings/arm/samsung/
H A Dsamsung-boards.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/arm/samsung/samsung-boards.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
17 - descriptio
[all...]
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.82 .\" SPDX-License-Identifier: BSD-4.3TAHOE
29 .Bk -words
61 .Bl -tag -width Ds
63 Turn on AS# lookups for each hop encountered.
65 Turn on AS# lookups and use the given server instead of the default.
79 Use fixed destination ports for UDP, UDP-Lite, TCP and SCTP probes.
98 Set the initial time-to-live used in the first outgoing probe packet.
106 This is normally only useful on a multi-homed host.
112 (A synonym for "-P icmp").
114 Set the max time-to-live (max number of hops) used in outgoing probe packets.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dfsl.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawnguo@kernel.org>
17 - description: i.MX1 based Boards
19 - enum:
20 - armadeus,imx1-apf9328
21 - fsl,imx1ads
22 - const: fsl,imx1
24 - description: i.MX23 based Boards
[all …]
H A Dcci.txt5 ARM multi-cluster systems maintain intra-cluster coherency through a
24 - compatible
28 "arm,cci-400"
29 "arm,cci-500"
30 "arm,cci-550"
32 - reg
40 - ranges:
53 - CCI control interface nodes
55 Node name must be "slave-if".
61 - compatible
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dbtusb.txt2 ---------------------------------------------------
6 - compatible : should comply with the format "usbVID,PID" specified in
7 Documentation/devicetree/bindings/usb/usb-device.yaml
13 "usb4ca,301a" (Qualcomm QCA6174A (Lite-On))
17 Documentation/devicetree/bindings/net/marvell-bt-8xxx.txt
21 - interrupt-names: (see below)
22 - interrupts : The interrupt specified by the name "wakeup" is the interrupt
23 that shall be used for out-of-band wake-on-bt. Driver will
31 Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
34 #address-cells = <1>;
[all …]
/freebsd/share/man/man5/
H A Dcd9660.5
/freebsd/share/doc/papers/malloc/
H A Dconclusion.ms2 .\" ----------------------------------------------------------------------------
3 .\" "THE BEER-WARE LICENSE" (Revision 42):
6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 .\" ----------------------------------------------------------------------------
16 over-committed, in which case gnumalloc
18 In such cases as much as a factor of five in wall-clock time has
21 much head-on performance-wise.
23 Several legacy programs in the BSD 4.4 Lite distribution had
24 code that depended on the memory returned from malloc
27 with pointers to objects in the data section or on the stack.
[all …]

12345