Home
last modified time | relevance | path

Searched +full:- +full:32000 (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd/sbin/natd/samples/
H A Dnatd.test10 ipfw add divert 32000 ip from any to any via $1
13 ./natd -port 32000 -interface $1 -verbose
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Drohm,bd99954.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <mazziesaccount@gmail.com>
11 - Markus Laine <markus.laine@fi.rohmeurope.com>
12 - Mikko Mutanen <mikko.mutanen@fi.rohmeurope.com>
15 The ROHM BD99954 is a Battery Management LSI for 1-4 cell Lithium-Ion
16 secondary battery intended to be used in space-constraint equipment such
18 provides a Dual-source Battery Charger, two port BC1.2 detection and a
21 $ref: power-supply.yaml#
[all …]
/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c2 * Copyright 2014-2018 The OpenSSL Project Authors. All Rights Reserved.
30 0, 1, 1024, 12345, 32000, UINT_MAX / 2 - 1,
31 UINT_MAX / 2, UINT_MAX / 2 + 1, UINT_MAX - 1,
40 0, 1, -1, 1024, -1024, 12345, -12345,
41 32000, -32000, INT_MAX, INT_MIN, INT_MAX - 1,
46 0, 1, 1024, 12345, 32000, SIZE_MAX / 2 - 1,
47 SIZE_MAX / 2, SIZE_MAX / 2 + 1, SIZE_MAX - 1,
52 0, 1, 1024, 12345, 32000, UINT32_MAX / 2, UINT32_MAX / 2 + 1,
53 UINT32_MAX - 1, UINT32_MAX
57 0, 1, 1024, 12345, 32000, 32000000, 32000000001, UINT64_MAX / 2,
[all …]
/freebsd/contrib/netbsd-tests/rump/rumpvfs/
H A Dt_etfs.c3 /*-
37 #include <atf-c.h>
54 #define TESTSTR1SZ (sizeof(TESTSTR1)-1)
57 #define TESTSTR2SZ (sizeof(TESTSTR2)-1)
69 ATF_REQUIRE(etcfd != -1); in ATF_TC_BODY()
72 ATF_REQUIRE(localfd != -1); in ATF_TC_BODY()
82 ATF_REQUIRE(tfd != -1); in ATF_TC_BODY()
90 ATF_REQUIRE(tfd != -1); in ATF_TC_BODY()
138 ATF_REQUIRE(tfd != -1); in ATF_TC_BODY()
148 ATF_REQUIRE(tfd != -1); in ATF_TC_BODY()
[all …]
/freebsd/usr.sbin/pw/tests/
H A Dpw.conf2 # pw.conf - user/group configuration defaults
52 maxuid = 32000
56 maxgid = 32000
/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c1 /*-
48 * The test tool exercises IP-level socket options by interrogating the
78 errx(-1, "get_sock_priv: running without real uid 0"); in get_socket_priv()
82 err(-1, "get_sock_priv: seteuid(0)"); in get_socket_priv()
87 err(-1, "get_sock_priv: seteuid(%d)", olduid); in get_socket_priv()
105 * - That there is no initial set of options (length returned is 0).
106 * - That if we set a specific set of options, we can read it back.
107 * - That if we then reset the options, they go away.
123 err(-1, "test_ip_options(%s): initial getsockopt()", in test_ip_options()
127 errx(-1, "test_ip_options(%s): initial getsockopt() returned " in test_ip_options()
[all …]
/freebsd/tools/test/stress2/testcases/link/
H A Dlink.c1 /*-
57 size = in / op->incarnations; in setup()
60 if (op->hog == 0) in setup()
64 if (size > 32000 && op->hog == 0) in setup()
65 size = 32000; /* arbitrary limit number of files pr. dir */ in setup()
68 reserve_in = 2 * op->incarnations + 7; in setup()
69 reserve_bl = 26 * size * op->incarnations; in setup()
73 if (op->verbose > 1) in setup()
75 size, op->incarnations, bl/1024, in, reserve_bl/1024, reserve_in); in setup()
88 if (chdir(path) == -1) in setup()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dstmp3xxx-rtc.txt4 - compatible: should be one of the following.
5 * "fsl,stmp3xxx-rtc"
6 - reg: physical base address of the controller and length of memory mapped
8 - interrupts: rtc alarm interrupt
11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits.
12 Only <32000> and <32768> are possible for the hardware. Use <0> for
18 compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam57-pruss.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
9 pruss1_tm: target-module@4b226000 {
10 compatible = "ti,sysc-pruss", "ti,sysc";
13 reg-names = "rev", "sysc";
14 ti,sysc-mask = <(SYSC_PRUSS_STANDBY_INIT |
16 ti,sysc-midle = <SYSC_IDLE_FORCE>,
19 ti,sysc-sidle = <SYSC_IDLE_FORCE>,
24 clock-names = "fck";
25 #address-cells = <1>;
[all …]
/freebsd/crypto/openssh/regress/
H A Dsftp.sh13 BUFFERSIZE="5 1000 32000 64000"
19 rm -f ${COPY}.1 ${COPY}.2
20 ${SFTP} -D ${SFTPSERVER} -B $B -R $R -b $SFTPCMDFILE \
23 if [ $r -ne 0 ]; then
31 rm -f ${COPY}.1 ${COPY}.2
32 rm -f $SFTPCMDFILE
H A Dssh-com-sftp.sh1 # $OpenBSD: ssh-com-sftp.sh,v 1.7 2013/05/17 04:29:14 dtucker Exp $
14 BUFFERSIZE="5 1000 32000 64000"
43 server=${TEST_COMBASE}/${v}/sftp-server2
44 if [ ! -x ${server} ]; then
47 verbose "sftp-server $v"
51 rm -f ${COPY}.1 ${COPY}.2
52 ${SFTP} -D ${server} -B $B -R $R -b $SFTPCMDFILE \
55 if [ $r -ne 0 ]; then
64 rm -f ${COPY}.1 ${COPY}.2
65 rm -f $SFTPCMDFILE
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Damlogic,t9015.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jerome Brunet <jbrunet@baylibre.com>
13 - $ref: dai-common.yaml#
17 pattern: "^audio-controller@.*"
19 "#sound-dai-cells":
24 - const: amlogic,t9015
28 - description: Peripheral clock
30 clock-names:
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dipq9574-al02-c7.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * IPQ9574 AL02-C7 board device tree source
5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
9 /dts-v1/;
14 model = "Qualcomm Technologies, Inc. IPQ9574/AP-AL02-C7";
15 compatible = "qcom,ipq9574-ap-al02-c7", "qcom,ipq9574";
22 stdout-path = "serial0:115200n8";
27 pinctrl-0 = <&uart2_pins>;
28 pinctrl-names = "default";
33 pinctrl-0 = <&sdc_default_state>;
[all …]
H A Dipq5332-mi01.2.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 AP-MI01.2 board device tree source
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
14 compatible = "qcom,ipq5332-ap-mi01.2", "qcom,ipq5332";
21 stdout-path = "serial0";
26 pinctrl-0 = <&serial_0_pins>;
27 pinctrl-names = "default";
32 clock-frequency = <400000>;
33 pinctrl-0 = <&i2c_1_pins>;
[all …]
H A Dipq5332-rdp441.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 AP-MI01.2 board device tree source
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
14 compatible = "qcom,ipq5332-a
[all...]
H A Dipq9574-rdp449.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
6 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
9 /dts-v1/;
11 #include "ipq9574-rdp-commo
[all...]
H A Dipq9574-rdp454.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
6 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
9 /dts-v1/;
11 #include "ipq9574-rdp-commo
[all...]
H A Dipq9574-rdp453.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
9 /dts-v1/;
11 #include "ipq9574-rdp-common.dtsi"
14 model = "Qualcomm Technologies, Inc. IPQ9574/AP-AL0
[all...]
H A Dipq5332-rdp468.dts1 // SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
14 compatible = "qcom,ipq5332-ap-mi0
[all...]
H A Dipq5332-rdp474.dts1 // SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
14 compatible = "qcom,ipq5332-ap-mi0
[all...]
H A Dipq9574-rdp433.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
9 /dts-v1/;
11 #include "ipq9574-rdp-common.dtsi"
14 model = "Qualcomm Technologies, Inc. IPQ9574/AP-AL0
[all...]
H A Dipq5332-rdp442.dts1 // SPDX-License-Identifier: BSD-3-Clause
8 /dts-v1/;
10 #include "ipq5332-rdp-common.dtsi"
14 compatible = "qcom,ipq5332-ap-mi01.3", "qcom,ipq5332";
18 clock-frequenc
[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/dev/sound/pci/
H A Dhdspe.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com>
5 * Copyright (c) 2023-2024 Florian Walpen <dev@submerge.ch>
122 snd_mtxlock(sc->lock); in hdspe_intr()
126 if ((err = device_get_children(sc->dev, &devlist, &devcount)) != 0) in hdspe_intr()
131 if (scp->ih != NULL) in hdspe_intr()
132 scp->ih(scp); in hdspe_intr()
139 snd_mtxunlock(sc->lock); in hdspe_intr()
146 device_printf(sc->dev, "hdspe_dmapsetmap()\n"); in hdspe_dmapsetmap()
[all …]

123456