Home
last modified time | relevance | path

Searched +full:status +full:- +full:sizes (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-qdma.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/fsl-qdma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Frank Li <Frank.Li@nxp.com>
15 - const: fsl,ls1021a-qdma
16 - items:
17 - enum:
18 - fsl,ls1028a-qdma
19 - fsl,ls1043a-qdma
[all …]
H A Dfsl-qdma.txt8 - compatible: Must be one of
9 "fsl,ls1021a-qdma": for LS1021A Board
10 "fsl,ls1028a-qdma": for LS1028A Board
11 "fsl,ls1043a-qdma": for ls1043A Board
12 "fsl,ls1046a-qdma": for ls1046A Board
13 - reg: Should contain the register's base address and length.
14 - interrupts: Should contain a reference to the interrupt used by this
16 - interrupt-names: Should contain interrupt names:
17 "qdma-queue0": the block0 interrupt
18 "qdma-queue1": the block1 interrupt
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsati_verify.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
59 * the SCSI VERIFY (10, 12, 16-byte) commands.
79 * functionality common to all VERIFY command sizes.
81 * - setting the command register
82 * - setting the device head register
83 * - filling in fields in the SATI_TRANSLATOR_SEQUENCE object.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgr-udc.txt11 - name : Should be "GAISLER_USBDC" or "01_021"
13 - reg : Address and length of the register set for the device
15 - interrupts : Interrupt numbers for this device. Either one interrupt number
16 for all interrupts, or one for status related interrupts, one for IN
21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
24 each OUT endpoint of the core. Fewer entries overrides the default sizes
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
30 each IN endpoint of the core. Fewer entries overrides the default sizes
/freebsd/usr.bin/mkuzip/
H A Dmkuzip.81 .\"-
2 .\" Copyright (c) 2004-2016 Maxim Sobolev <sobomax@FreeBSD.org>
48 class will be able to decompress the resulting image at run-time.
56 .Bl -enum
69 .Bl -tag -width indent
105 .Va 0-9 .
114 .Va 1-9 .
123 .Va 1-19 .
129 Enable de-duplication.
135 typically around 3-5% of a final size of the compressed image.
[all …]
/freebsd/contrib/elftoolchain/size/
H A Dsize.126 .\" $Id: size.1 3195 2015-05-12 17:22:19Z emaste $
33 .Nd "display section sizes and total size of ELF objects"
36 .Op Fl -format= Ns Ar format
37 .Op Fl -help
38 .Op Fl -radix= Ns Ar radix
39 .Op Fl -totals
40 .Op Fl -version
47 lists the sizes of ELF sections, and optionally the total size, for
56 If no file name is specified on the command-line,
63 .Bl -tag -width indent
[all …]
/freebsd/sys/contrib/device-tree/src/mips/brcm/
H A Dbcm97435svmb.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #include "bcm97xxx-nand-cs1-bch24.dtsi"
20 stdout-path = &uart0;
25 status = "okay";
29 status = "okay";
33 status = "okay";
37 status = "okay";
41 status = "okay";
45 status = "okay";
[all …]
H A Dbcm97425svmb.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #include "bcm97xxx-nand-cs1-bch24.dtsi"
20 stdout-path = &uart0;
25 status = "okay";
29 status = "okay";
33 status = "okay";
37 status = "okay";
41 status = "okay";
45 status = "okay";
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-kontron-n801x-som.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
10 compatible = "kontron,imx8mm-n801x-som", "fsl,imx8mm";
15 * There are multiple SoM flavors with different DDR sizes.
16 * The smallest is 1GB. For larger sizes the bootloader will
23 stdout-path = &uart3;
28 cpu-supply = <&reg_vdd_arm>;
32 cpu-supply = <&reg_vdd_arm>;
36 cpu-supply = <&reg_vdd_arm>;
40 cpu-supply = <&reg_vdd_arm>;
44 operating-points-v2 = <&ddrc_opp_table>;
[all …]
H A Dimx8mm-kontron-sl.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
10 compatible = "kontron,imx8mm-sl", "fsl,imx8mm";
15 * There are multiple SoM flavors with different DDR sizes.
16 * The smallest is 1GB. For larger sizes the bootloader will
23 stdout-path = &uart3;
28 cpu-supply = <&reg_vdd_arm>;
32 cpu-supply = <&reg_vdd_arm>;
36 cpu-supply = <&reg_vdd_arm>;
40 cpu-supply = <&reg_vdd_arm>;
44 operating-points-v2 = <&ddrc_opp_table>;
[all …]
/freebsd/tools/tools/crypto/
H A Dcryptotest.c1 /*-
15 * 3. Neither the names of the above-listed copyright holders nor the names
36 * cryptotest [-czsbv] [-a algorithm] [count] [size ...]
40 * -c check the results
41 * -d dev pin work on device dev
42 * -z run all available algorithms on a variety of buffer sizes
43 * -v be verbose
44 * -b mark operations for batching
45 * -p profile kernel crypto operations (must be root)
46 * -t n fork n threads and run tests concurrently
[all …]
/freebsd/sys/ddb/
H A Ddb_capture.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * DDB capture support: capture kernel debugger output into a fixed-size
52 * While it would be desirable to use a small block-sized buffer and dump
53 * incrementally to disk in fixed-size blocks, it's not possible to enter
58 * We enforce an invariant at runtime that buffer sizes are even multiples of
74 static u_int db_capture_maxbufsize = DDB_CAPTURE_MAXBUFSIZE; /* Read-only. */
98 * Boot-time allocation of the DDB capture buffer, if any. Force all buffer
99 * sizes, including the maximum size, to be rounded to block sizes.
119 * Run-time adjustment of the capture buffer.
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c2 * Copyright (c) 2006-2009 Red Hat Inc.
3 * Copyright (c) 2006-2008 Intel Corporation
62 fb_helper = sc->fb_helper; in vt_restore_fbdev_mode()
63 sx_xlock(&fb_helper->dev->mode_config.mutex); in vt_restore_fbdev_mode()
65 sx_xunlock(&fb_helper->dev->mode_config.mutex); in vt_restore_fbdev_mode()
76 taskqueue_enqueue(taskqueue_thread, &sc->fb_mode_task); in vt_kms_postswitch()
78 drm_fb_helper_restore_fbdev_mode(sc->fb_helper); in vt_kms_postswitch()
92 TASK_INIT(&sc->fb_mode_task, 0, vt_restore_fbdev_mode, sc); in framebuffer_alloc()
94 info->fb_priv = sc; in framebuffer_alloc()
95 info->enter = &vt_kms_postswitch; in framebuffer_alloc()
[all …]
/freebsd/usr.bin/cmp/
H A Dcmp.141 .Op Fl -ignore-initial Ns Cm = Ns Ar num1 Ns Op :num2
42 .Op Fl -bytes Ns Cm = Ns Ar num
58 .Bl -tag -width indent
59 .It Fl b , Fl -print-bytes
63 .It Fl i Ar num1 Ns Oo :num2 Oc , Fl -ignore-initial= Ns Ar num1 Ns Op :num2
80 .It Fl l , Fl -verbose
83 .It Fl n Ar num , Fl -bytes= Ns num
87 .It Fl s , Fl -silent , Fl -quiet
89 status only.
96 For regular files compare file sizes first, and fail the comparison if they
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
6 Fix 2 critical CVE addressing memory leaks - Seunghun Han
17 ----------------------------------------
30 ----------------------------------------
35 …that the PHAT firmware health record offset works correctly, fix various sub-table offsets, preven…
37 Fix the optional table 4-byte signature. Contributed by: Daniil Tatianin <99danilt@gmail.com>
56 ----------------------------------------
71 Add new tables for various architectures/OS, mainly RISC-V and also update many more.
73 Add an option to either make the output deterministic or non-deterministic.
80 ----------------------------------------
[all …]
/freebsd/tests/sys/vm/
H A Dmlock_test.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
43 #include <atf-c.h>
48 int status, val; in test_wired_copy_on_write() local
52 if (pid == -1) in test_wired_copy_on_write()
66 ATF_REQUIRE(waitpid(pid, &status, 0) == pid); in test_wired_copy_on_write()
67 ATF_REQUIRE_MSG(!WIFEXITED(status), in test_wired_copy_on_write()
68 "child exited with status %d", WEXITSTATUS(status)); in test_wired_copy_on_write()
69 ATF_REQUIRE(WIFSTOPPED(status)); in test_wired_copy_on_write()
70 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in test_wired_copy_on_write()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.h1 //===-- NativeRegisterContextFreeBSD_arm64.h --------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 // clang-format off
18 // clang-format on
48 Status ReadRegister(const RegisterInfo *reg_info,
51 Status WriteRegister(const RegisterInfo *reg_info,
54 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
56 Status WriteAllRegisterValues(const lldb::DataBufferSP &data_sp) override;
64 // and sizes, so we do not have to worry about these (and we have
[all …]
/freebsd/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c3 /*-
40 #include <atf-c.h>
78 netcfg_rump_makeshmif("but-can-i-buy-your-ether-bus", ifname); in ATF_TC_BODY()
81 case -1: in ATF_TC_BODY()
111 atf_tc_fail("non-existent host responded"); in ATF_TC_BODY()
128 for (sum = 0; len > 1; len -= 2) in in_cksum()
143 char buf[IP_MAXPACKET - sizeof(struct ip)]; in doping()
165 icmp->icmp_type = ICMP_ECHO; in doping()
166 icmp->icmp_id = htons(37); in doping()
182 icmp->icmp_seq = htons(loop); in doping()
[all …]
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr3 # Copyright (c) 2006-2015 Devin Teske
43 # execution of dialog from within a sub-shell (so-long as its standard output
46 : ${DIALOG_TERMINAL_PASSTHRU_FD:=${TERMINAL_STDOUT_PASSTHRU:-3}}
52 # NOTE: This is changed to "Xdialog" by the optional `-X' argument
68 # Declare that we are fully-compliant with Xdialog(1) by unset'ing all
78 DIALOG_OK=${SUCCESS:-0}
79 DIALOG_CANCEL=${FAILURE:-1}
83 export DIALOG_ERROR=254 # sh(1) can't handle the default of `-1'
119 # height (but does for width) -- a height of 3 will display three lines and a
138 # After execution, the variables will hold their newly-sanitized data.
[all …]
/freebsd/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_005_neg.ksh1 #!/usr/local/bin/ksh93 -p
45 # CODING STATUS: COMPLETED (2009-04-16)
70 set -A no_users "mms1234" "ss@#" "root-122"
80 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m"
82 for size in "${sizes[@]}"; do
91 set -A no_groups "aidsf@dfsd@" "123223-dsfds#sdfsd" "mss_#ss" "@@@@"
/freebsd/share/doc/psd/27.nfsrpc/
H A Dnfs.rfc.ms2 .\" Must use -- tbl -- with this one
17 .IX NFS "version-2 protocol specification"
18 .IX "Network File System" "version-2 protocol specification"
40 operating system-specific functions that allow, for example, to
46 Sun's remote procedure call specification provides a procedure-
93 directories that inherently have state -- what good would a file be
115 all but the bottom-level files. Each entry in a directory (file,
166 .IX "XDR structure sizes"
168 These are the sizes, given in decimal bytes, of various XDR
250 non-directory in a directory operation.
[all …]
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_prime.h5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved.
88 * All numbers MUST be stored in big-endian order.
119 * - n is the requested number of rounds.
120 * - x is the minimum number of bytes required to represent the prime
124 * candidate - 1, with leading zeroes as necessary.
164 * Prime Number Test Statistics (64-bit version).
166 * This structure contains a 64-bit version of the statistics on the
210 * @param[in] pCallbackTag User-supplied value to help identify request.
211 * @param[in] status Status of the operation. Valid values are
232 CpaStatus status,
[all …]
/freebsd/sys/dev/tpm/
H A Dtpm_crb.c1 /*-
107 ACPI_STATUS status; in tpmcrb_acpi_probe() local
112 status = AcpiGetTable(ACPI_SIG_TPM2, 1, (ACPI_TABLE_HEADER **) &tbl); in tpmcrb_acpi_probe()
113 if(ACPI_FAILURE(status) || in tpmcrb_acpi_probe()
114 tbl->StartMethod != TPM2_START_METHOD_CRB) in tpmcrb_acpi_probe()
130 if (res->Type != ACPI_RESOURCE_TYPE_FIXED_MEMORY32) in tpmcrb_fix_buff_offsets()
133 base_addr = res->Data.FixedMemory32.Address; in tpmcrb_fix_buff_offsets()
134 length = res->Data.FixedMemory32.AddressLength; in tpmcrb_fix_buff_offsets()
136 if (crb_sc->cmd_off > base_addr && crb_sc->cmd_off < base_addr + length) in tpmcrb_fix_buff_offsets()
137 crb_sc->cmd_off -= base_addr; in tpmcrb_fix_buff_offsets()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c9 * or https://opensource.org/licenses/CDDL-1.0.
42 * jobs to QAT hardware, this is only for pre-allocating instances
63 symcallback(void *p_callback, CpaStatus status, const CpaCySymOp operation, in symcallback() argument
70 cb->verify_result = verify; in symcallback()
71 complete(&cb->complete); in symcallback()
106 CpaStatus status = CPA_STATUS_FAIL; in qat_cy_init() local
111 status = cpaCyGetNumInstances(&num_inst); in qat_cy_init()
112 if (status != CPA_STATUS_SUCCESS) in qat_cy_init()
113 return (-1); in qat_cy_init()
122 status = cpaCyGetInstances(num_inst, &cy_inst_handles[0]); in qat_cy_init()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc1 //===-- wrappers_c.inc ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // malloc-type functions have to be aligned to std::max_align_t. This is
14 // distinct from (1U << SCUDO_MIN_ALIGNMENT_LOG), since C++ new-type functions
198 // need to worry about the false double-use case from the view of hooks.
203 // double-use if it's not handled properly on the hook side.
250 // Before changing the interval, reset the memory usage status by doing a
255 // The values allowed on Android are {-1, 0, 1}. "1" means the longest
257 CHECK(value >= -1 && value <= 1);
[all …]

12345678910>>...24