Home
last modified time | relevance | path

Searched +full:- +full:36000 (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/tools/test/stress2/tools/
H A Dmonitor.sh32 xterm -geo 164x21+1+1 -fn "$font" \
33 -T top \
34 -e "sh -c \"ssh -t crashbox 'top -s 1';sleep 36000\""&
35 xterm -geo 164x5+1+307 -fn "$font" \
36 -T leaks.sh \
37 -e "sh -c \"ssh -n crashbox '~pho/stress2/tools/leaks.sh';sleep 36000\""&
38 xterm -geo 164x14+1+405 -fn "$font" \
39 -T 'tail -F /var/log/messages' \
40 -e "sh -c \"ssh crashbox 'tail -F /var/log/messages';sleep 36000\""&
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh1 # SPDX-License-Identifier: BSD-2-Clause
35 tail -r infile > outfile
36 tail -r < infile > outpipe
58 tail -r infile > outfile
59 tail -r < infile > outpipe
80 tail -rn2 infile > outfile
81 tail -rn2 < infile > outpipe
101 printf '\n1\n2\n3\n' | tail -r > outfile
102 printf '\n1\n2\n3\n' | tail -r > outpipe
123 tail -rc28 infile > outfile
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
44 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
92 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 1 },
109 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 2 },
150 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2004 Atheros Communications, Inc.
41 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
56 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 2 },
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2006 Atheros Communications, Inc.
42 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
57 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 2 },
/freebsd/sbin/dhclient/tests/
H A Dpcp.sh1 #!/usr/bin/env atf-sh
3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright 2022 John-Mark Gurney
32 # make WITH_TESTS=yes -j 4 all install && kyua test -k /usr/tests/Kyuafile sbin/dhclient/pcp
35 # kyua report --verbose -r $(ls -tr ~/.kyua/store/results.*.db | tail -n 1)
46 rm -f dhclient.dhcpd.conf lease.dhclient.test dhclient.test.pid
62 if ! [ -x "$dhcpd" ]; then
63 atf_skip "ISC dhcp server (isc-dhcp44-server) not installed"
77 default-lease-time 36000;
78 max-lease-time 86400;
[all …]
/freebsd/sys/net80211/
H A Dieee80211_phy.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
30 * IEEE 802.11 PHY-related support.
101 [9] = { .phy = OFDM, 36000, 0x00, 72, 8 },
117 [5] = { .phy = OFDM, 36000, 0x00, 72, 4 },
162 [2] = { .phy = TURBO, 36000, 0x00, 36, 1 },
178 [3] = { .phy = TURBO, 36000, 0x00, 36, 2 },
200 [9] = { .phy = OFDM, 36000, 0x00, 72, 8 },
244 [5] = { .phy = OFDM, 36000, 0x00, 72, 4 },
[all …]
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c1 /*-
2 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
28 * IEEE 802.11 PHY-related support.
72 exit(-1); \
84 exit(-1); in panic()
124 [9] = { .phy = OFDM, 36000, 0x00, 72, 8 },
140 [5] = { .phy = OFDM, 36000, 0x00, 72, 4 },
185 [2] = { .phy = TURBO, 36000, 0x00, 36, 1 },
201 [3] = { .phy = TURBO, 36000, 0x00, 36, 2 },
233 for (i = 0; i < nitems(rt->rateCodeToIndex); i++) in ieee80211_setup_ratetable()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
47 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
80 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Damlogic,meson-g12a-usb2-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb2-phy.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Neil Armstrong <neil.armstrong@linaro.org>
16 - amlogic,meson-g12a-usb2-phy
17 - amlogic,meson-a1-usb2-phy
25 clock-names:
27 - const: xtal
32 reset-names:
[all …]
H A Damlogic,g12a-usb2-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/phy/amlogic,g12a-usb2-phy.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Neil Armstrong <neil.armstrong@linaro.org>
16 - amlogic,g12a-usb2-phy
17 - amlogic,a1-usb2-phy
25 clock-names:
27 - const: xtal
32 reset-names:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dgeneric-adc-thermal.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/thermal/generic-adc-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laxman Dewangan <ldewangan@nvidia.com>
16 temperature using voltage-temperature lookup table.
20 const: generic-adc-thermal
22 '#thermal-sensor-cells':
25 io-channels:
28 io-channel-names:
[all …]
H A Dthermal-generic-adc.txt6 temperature using voltage-temperature lookup table.
10 - compatible: Must be "generic-adc-thermal".
11 - #thermal-sensor-cells: Should be 1. See Documentation/devicetree/bindings/thermal/thermal-sen…
15 - temperature-lookup-table: Two dimensional array of Integer; lookup table
29 #include <dt-bindings/thermal/thermal.h>
35 sampling-frequency = <3300>;
36 #io-channel-cells = <1>;
40 tboard_thermistor: thermal-sensor {
41 compatible = "generic-adc-thermal";
42 #thermal-sensor-cells = <0>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Das3711.txt4 standard regulator properties, they must belong to a sub-node, called
9 - compatible : must be "ams,as3711"
10 - reg : specifies the I2C address
14 - su1-dev : framebuffer phandle
15 - su1-max-uA : maximum current
19 - su2-dev : framebuffer phandle
20 - su1-max-uA : maximum current
24 - su2-feedback-voltage : voltage feedback is used
25 - su2-feedback-curr1 : CURR1 input used for current feedback
26 - su2-feedback-curr2 : CURR2 input used for current feedback
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c41 /* MCS RATE CODES - first and last */
77 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
128 /* 36 Mb */ { AH_TRUE, TURBO, 36000, 0x0d, 0x00, 72, 4 },
163 /* Hardware workaround - remove rates 6, 9 from rate ctrl */
169 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
192 /* 36 Mb */ {AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8, 44, 44 },
214 /* Hardware workaround - remove rates 6, 9 from rate ctrl */
220 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
223 /*--- HT SS rates ---*/
232 /*--- HT DS rates ---*/
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dbrcm,b53.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Florian Fainelli <f.fainelli@gmail.com>
18 - const: brcm,bcm5325
19 - const: brcm,bcm53115
20 - const: brcm,bcm53125
21 - const: brcm,bcm53128
22 - const: brcm,bcm53134
23 - const: brcm,bcm5365
[all …]
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dintegratorap.dts1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
13 compatible = "arm,integrator-ap";
16 #address-cells = <1>;
17 #size-cells = <0>;
27 /* compatible = "arm,arm926ej-s"; */
30 * The documentation in ARM DUI 0138E page 3-12 states
32 * but painful trial-and-error has proved to me that it
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_edid_modes.h2 * Copyright (c) 2007-2008 Intel Corporation
19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
59 { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 36000, 640, 696,
63 { DRM_MODE("800x600", DRM_MODE_TYPE_DRIVER, 36000, 800, 824,
364 { DRM_MODE("800x600", DRM_MODE_TYPE_DRIVER, 36000, 800, 824,
487 * Probably taken from CEA-861 spec.
491 /* 1 - 640x480@60Hz */
495 /* 2 - 720x480@60Hz */
499 /* 3 - 720x480@60Hz */
503 /* 4 - 1280x720@60Hz */
[all …]
/freebsd/sys/dev/pwm/controller/allwinner/
H A Daw_pwm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
67 { "allwinner,sun5i-a13-pwm", 1 },
68 { "allwinner,sun8i-h3-pwm", 1 },
74 { -
[all...]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ux500-samsung-golden.dts1 // SPDX-License-Identifier: GPL-2.0-only
2 /dts-v1/;
4 #include "ste-db8500.dtsi"
5 #include "ste-ab8505.dtsi"
6 #include "ste-dbx5x0-pinctrl.dtsi"
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
14 * You need an intermediate, device-tree compatible bootloader
[all …]
H A Dste-ux500-samsung-kyle.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Devicetree for the Samsung Galaxy Amp SGH-I407 also known as Kyle.
10 /dts-v1/;
11 #include "ste-db8500.dtsi"
12 #include "ste-ab8505.dtsi"
13 #include "ste-dbx5x0-pinctr
[all...]
H A Dste-ux500-samsung-codina-tmo.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Devicetree for the Samsung Galaxy Exhibit SGH-T599 also known as Codina-TMO,
4 * the "TMO" shall be read "T-Mobile" as this phone was produced exlusively
5 * for T-Mobile in the United States.
8 * - No CPU speed cap, full ~1GHz rate
9 * - Differen
[all...]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm-nsp.dtsi33 #include <dt-bindings/interrupt-controller/arm-gic.h>
34 #include <dt-bindings/interrupt-controller/irq.h>
35 #include <dt-bindings/clock/bcm-nsp.h>
38 #address-cells = <1>;
39 #size-cells = <1>;
42 interrupt-paren
[all...]
/freebsd/lib/libmt/
H A Dmtlib.c1 /*-
64 if (mtinfo->error != 0) in mt_start_element()
67 mtinfo->level++; in mt_start_element()
68 if ((u_int)mtinfo->level >= (sizeof(mtinfo->cur_sb) / in mt_start_element()
69 sizeof(mtinfo->cur_sb[0]))) { in mt_start_element()
70 mtinfo->error = 1; in mt_start_element()
71 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
73 sizeof(mtinfo->cur_sb) / sizeof(mtinfo->cur_sb[0])); in mt_start_element()
77 mtinfo->cur_sb[mtinfo->level] = sbuf_new_auto(); in mt_start_element()
78 if (mtinfo->cur_sb[mtinfo->level] == NULL) { in mt_start_element()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Dt8103.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/interrupt-controller/apple-aic.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/pinctrl/apple.h>
16 compatible = "apple,t8103", "apple,arm-platform";
18 #address-cells = <2>;
19 #size-cells = <2>;
22 #address-cells = <2>;
23 #size-cells = <0>;
[all …]

12