/freebsd-src/sys/dev/usb/net/ |
H A D | if_udavreg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 17 * 3. Neither the name of the author nor the names of any co-contributors 23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 61 #define UDAV_NCR_FDX (1<<3) /* Full-Duplex Mode (RO on Int. PHY) */ 79 #define UDAV_RSR_RWTO (1<<4) /* Receive Watchdog Time-Out */ 123 #define UDAV_GPCR 0x1e /* General purpose control register */ 124 #define UDAV_GPCR_GEP_CNTL6 (1<<6) /* General purpose control 6 */ 125 #define UDAV_GPCR_GEP_CNTL5 (1<<5) /* General purpose control 5 */ 126 #define UDAV_GPCR_GEP_CNTL4 (1<<4) /* General purpose control 4 */ [all …]
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_zip_filename_encoding.c | 1 /*- 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 36 if (NULL == setlocale(LC_ALL, "en_US.UTF-8")) { in DEFINE_TEST() 37 skipping("en_US.UTF-8 locale not available on this system."); in DEFINE_TEST() 42 * Verify that UTF-8 filenames are correctly stored with in DEFINE_TEST() 43 * hdrcharset=UTF-8 option. in DEFINE_TEST() 47 if (archive_write_set_options(a, "hdrcharset=UTF-8") != ARCHIVE_OK) { in DEFINE_TEST() 48 skipping("This system cannot convert character-set" in DEFINE_TEST() 49 " for UTF-8."); in DEFINE_TEST() 57 /* Set a UTF- in DEFINE_TEST() [all...] |
/freebsd-src/sys/arm/ti/omap4/ |
H A D | omap4_reg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 31 * Texas Instruments - OMAP44xx series processors 133 * L4-CORE Physical/Virtual address offsets 147 * L4-WAKEUP Physical/Virtual address offsets 155 * L4-PERIPH Physical/Virtual address offsets 197 * L4-ABE Physical/Virtual address offsets 324 * - 16 Interprocessor interrupts (IPI): ID[15:0] 325 * - 2 private Timer/Watchdog interrupts: ID[30:29] [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | tlv320adcx140.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Texas Instruments TLV320ADCX140 Quad Channel Analog-to-Digital Converter 11 - Andrew Davis <afd@ti.com> 14 The TLV320ADCX140 are multichannel (4-ch analog recording or 8-ch digital 15 PDM microphones recording), high-performance audio, analog-to-digital 28 - ti,tlv320adc3140 29 - ti,tlv320adc5140 30 - ti,tlv320adc6140 [all …]
|
H A D | ti,tlv320adc3xxx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd-src/sys/contrib/device-tree/src/powerpc/ |
H A D | lite5200.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright 2006-2007 Secret Lab Technologies Ltd. 9 /dts-v1/; 14 #address-cells = <1>; 15 #size-cells = <1>; 16 interrupt-parent = <&mpc5200_pic>; 19 #address-cells = <1>; 20 #size-cells = <0>; 25 d-cache-line-size = <32>; 26 i-cache-line-size = <32>; [all …]
|
H A D | mpc5200b.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 /dts-v1/; 15 #address-cells = <1>; 16 #size-cells = <1>; 17 interrupt-parent = <&mpc5200_pic>; 20 #address-cells = <1>; 21 #size-cells = <0>; 26 d-cache-line-size = <32>; 27 i-cache-line-size = <32>; 28 d-cache-size = <0x4000>; // L1, 16K [all …]
|
/freebsd-src/sys/arm/freescale/vybrid/ |
H A D | vf_src.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 63 #define SRC_GPR0 0x20 /* General Purpose Register */ 64 #define SRC_GPR1 0x24 /* General Purpose Register */ 65 #define SRC_GPR2 0x28 /* General Purpose Register */ 66 #define SRC_GPR3 0x2C /* General Purpose Register */ 67 #define SRC_GPR4 0x30 /* General Purpose Register */ 83 { -1, 0 } 105 if (!ofw_bus_is_compatible(dev, "fsl,mvf600-src")) in src_probe() [all …]
|
/freebsd-src/contrib/dialog/ |
H A D | COPYING | 1 GNU LESSER GENERAL PUBLIC LICENSE 5 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 freedom to share and change it. By contrast, the GNU General Public 18 free software--to make sure the software is free for all its users. 20 This license, the Lesser General Public License, applies to some 21 specially designated software packages--typically libraries--of the 24 this license or the ordinary General Public License is the better 28 not price. Our General Public Licenses are designed to make sure that 48 We protect your rights with a two-step method: (1) we copyright the 67 ordinary GNU General Public License. This license, the GNU Lesser [all …]
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | zmod.h | 2 * Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC. 6 * UCRL-CODE-235197 11 * under the terms of the GNU General Public License as published by the 17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 20 * You should have received a copy of the GNU General Public License along 30 * zlib.h -- interface of the 'zlib' general purpose compression library 33 * Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler 35 * This software is provided 'as-is', without any express or implied 39 * Permission is granted to anyone to use this software for any purpose, 51 * Jean-loup Gailly
|
/freebsd-src/sys/contrib/device-tree/Bindings/timer/ |
H A D | qcom,msm-timer.txt | 5 - compatible : Should at least contain "qcom,msm-timer". More specific 8 "qcom,kpss-timer" - krait subsystem 9 "qcom,scss-timer" - scorpion subsystem 11 - interrupts : Interrupts for the debug timer, the first general purpose 12 timer, and optionally a second general purpose timer, and 15 - reg : Specifies the base address of the timer registers. 17 - clocks: Reference to the parent clocks, one per output clock. The parents 20 - clock-names: The name of the clocks as free-form strings. They should be in 23 - clock-frequency : The frequency of the debug timer and the general purpose 28 - cpu-offset : per-cpu offset used when the timer is accessed without the [all …]
|
/freebsd-src/sys/dev/vmware/vmci/ |
H A D | LICENSE | 2 These files are provided under a dual BSD-2 Clause/GPLv2 license. When 5 BSD-2 Clause License 24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 38 it under the terms of version 2 of the GNU General Public License as 43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 44 General Public License for more details. 46 You should have received a copy of the GNU General Public License 48 Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 49 The full GNU General Public License is included in this distribution
|
/freebsd-src/sys/dev/vmware/pvscsi/ |
H A D | LICENSE | 2 These files are provided under a dual BSD-2 Clause/GPLv2 license. When 5 BSD-2 Clause License 24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 38 it under the terms of version 2 of the GNU General Public License as 43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 44 General Public License for more details. 46 You should have received a copy of the GNU General Public License 48 Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 49 The full GNU General Public License is included in this distribution
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | sci_base_remote_device.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | sci_base_request.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | sci_util.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | sati_synchronize_cache.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | sati_write_buffer.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | scic_sds_smp_request.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | scif_sas_constants.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | sati_reassign_blocks.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
H A D | sati_test_unit_ready.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 12 * it under the terms of version 2 of the GNU General Public License as 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 20 * You should have received a copy of the GNU General Public License 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/mfd/ |
H A D | fsl-imx25-tsadc.txt | 3 This device combines two general purpose conversion queues one used for general 7 - compatible: Should be "fsl,imx25-tsadc". 8 - reg: Start address and size of the memory area of 10 - interrupts: Interrupt for this device 11 (See: ../interrupt-controller/interrupts.txt) 12 - clocks: An 'ipg' clock (See: ../clock/clock-bindings.txt) 13 - interrupt-controller: This device is an interrupt controller. It 16 - #interrupt-cells: Should be '<1>'. 17 - #address-cells: Should be '<1>'. 18 - #size-cells: Should be '<1>'. [all …]
|
/freebsd-src/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 8 a) the GNU General Public License as published by the Free 13 --- The GNU General Public License, Version 1, February 1989 --- 19 The GNU General Public License, Version 1, February 1989 21 GNU GENERAL PUBLIC LICENSE 25 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 33 at the mercy of those companies. By contrast, our General Public 35 software--to make sure the software is free for all its users. The 36 General Public License applies to the Free Software Foundation's 41 price. Specifically, the General Public License is designed to make 71 GNU GENERAL PUBLIC LICENSE [all …]
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteRegisterFallback.cpp | 1 //===-- GDBRemoteRegisterFallback.cpp -------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 ConstString reg_set{"general purpose registers"}; in GetRegisters_aarch64() 41 ConstString reg_set{"general purpose registers"}; in GetRegisters_msp430() 53 ConstString reg_set{"general purpose registers"}; in GetRegisters_x86() 66 ConstString reg_set{"general purpose registers"}; in GetRegisters_x86_64()
|