Home
last modified time | relevance | path

Searched +full:lite +full:- +full:on (Results 1 – 25 of 115) 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 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 …]
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.826 .Bk -words
58 .Bl -tag -width Ds
60 Turn on AS# lookups for each hop encountered.
62 Turn on AS# lookups and use the given server instead of the default.
76 Use fixed destination ports for UDP, UDP-Lite, TCP and SCTP probes.
95 Set the initial time-to-live used in the first outgoing probe packet.
103 This is normally only useful on a multi-homed host.
109 (A synonym for "-P icmp").
111 Set the max time-to-live (max number of hops) used in outgoing probe packets.
117 Set the initial time-to-live value used in outgoing probe packets.
[all …]
/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/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>
11 - Li Yang <leoyang.li@nxp.com>
18 - descriptio
[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/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/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
H A Dunionfs.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 …]
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_transport_dp.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
18 * Data plane support function - returns the pointer to next message on the ring
26 * Data plane support function - returns the pointer to next message on the ring
27 * or NULL if there is not enough space - it also updates the shadow tail copy.
34 * Data plane support function - increments the tail pointer and returns
35 * the pointer to next message on the ring.
42 * Data plane support function - Writes the tail shadow copy to the device.
48 * Data plane support function - check if the ring is empty
54 * Data plane support function - Poll messages from the queue.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dxlnx,pr-decoupler.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/fpga/xlnx,pr-decouple
[all...]
H A Dxilinx-pr-decoupler.txt11 Softcore is compatible with the Xilinx LogiCORE pr-decoupler.
15 and AXI4-Lite interfaces on a Reconfigurable Partition when it is
24 - compatible : Should contain "xlnx,pr-decoupler-1.00" followed by
25 "xlnx,pr-decoupler" or
26 "xlnx,dfx-axi-shutdown-manager-1.00" followed by
27 "xlnx,dfx-axi-shutdown-manager"
28 - regs : base address and size for decoupler module
29 - clocks : input clock to IP
30 - clock-names : should contain "aclk"
32 See Documentation/devicetree/bindings/fpga/fpga-region.txt and
[all …]

12345