Home
last modified time | relevance | path

Searched +full:general +full:- +full:purpose (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/freebsd/sys/dev/usb/net/
H A Dif_udavreg.h3 /*-
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/contrib/libarchive/libarchive/test/
H A Dtest_zip_filename_encoding.c1 /*-
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-8 filename. */ in DEFINE_TEST()
[all …]
/freebsd/contrib/pam-krb5/
H A DLICENSE1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
3 every file in this package in a machine-readable format. For a less
4 detailed, higher-level overview, see README.
6 For any copyright year range specified as YYYY-ZZZZ in this file, the
10 Copyright: 1999-2000 Frank Cusack <fcusack@fcusack.com>
12 2005-2010, 2014-2015, 2017, 2020-2021 Russ Allbery <eagle@eyrie.org>
13 2008-2014 The Board of Trustees of the Leland Stanford Junior University
14 License: BSD-3-clause or GPL-1+
16 Files: .clang-format docs/pam_krb5.5 docs/pam_krb5.pod pam-util/vector.c
17 pam-util/vector.h portable/asprintf.c portable/dummy.c
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtlv320adcx140.yaml1 # 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-t
[all...]
H A Dti,tlv320adcx140.yaml1 # 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 Dti,tlv320adc3xxx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ricard Wanderlof <ricardw@axis.com>
18 - $ref: dai-common.yaml#
23 - ti,tlv320adc3001
24 - ti,tlv320adc3101
30 '#sound-dai-cells':
33 '#gpio-cells':
36 gpio-controller: true
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dlite5200.dts1 // 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 Dmpc5200b.dtsi1 // 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/usr.bin/mididump/
H A Dmididump.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43 #define NOTE2OCTAVE(n) (n / 12 - 1)
44 #define NOTE2FREQ(n) (440 * pow(2.0f, ((float)n - 69) / 12))
83 [CTL_GENERAL_PURPOSE1] = "General Purpose 1",
84 [CTL_GENERAL_PURPOSE2] = "General Purpose 2",
85 [CTL_GENERAL_PURPOSE3] = "General Purpose 3",
86 [CTL_GENERAL_PURPOSE4] = "General Purpose 4",
93 [0x44] = "Legato Foot-Switch",
[all …]
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_src.c1 /*-
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/contrib/dialog/
H A DCOPYING1 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/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dzmod.h1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
7 * UCRL-CODE-235197
12 * under the terms of the GNU General Public License as published by the
18 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 * You should have received a copy of the GNU General Public License along
31 * zlib.h -- interface of the 'zlib' general purpose compression library
34 * Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
36 * This software is provided 'as-is', without any express or implied
40 * Permission is granted to anyone to use this software for any purpose,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dqcom,msm-timer.txt5 - 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/sys/dev/vmware/pvscsi/
H A DLICENSE2 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/sys/dev/vmware/vmci/
H A DLICENSE2 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/crypto/openssl/external/perl/Text-Template-1.56/
H A DLICENSE8 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/sys/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv21 GNU GENERAL PUBLIC LICENSE
5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
12 freedom to share and change it. By contrast, the GNU General Public
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
18 the GNU Lesser General Public License instead.) You can apply it to
22 price. Our General Public Licenses are designed to make sure that you
59 GNU GENERAL PUBLIC LICENSE
64 under the terms of this General Public License. The "Program", below,
138 a) Accompany it with the complete corresponding machine-readable
[all …]
/freebsd/contrib/diff/
H A DCOPYING1 GNU GENERAL PUBLIC LICENSE
5 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12 freedom to share and change it. By contrast, the GNU General Public
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
18 the GNU Library General Public License instead.) You can apply it to
22 price. Our General Public Licenses are designed to make sure that you
59 GNU GENERAL PUBLIC LICENSE
64 under the terms of this General Public License. The "Program", below,
138 a) Accompany it with the complete corresponding machine-readable
[all …]
/freebsd/sys/contrib/zstd/
H A DCOPYING1 GNU GENERAL PUBLIC LICENSE
5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
12 freedom to share and change it. By contrast, the GNU General Public
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
18 the GNU Lesser General Public License instead.) You can apply it to
22 price. Our General Public Licenses are designed to make sure that you
59 GNU GENERAL PUBLIC LICENSE
64 under the terms of this General Public License. The "Program", below,
138 a) Accompany it with the complete corresponding machine-readable
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterFallback.cpp1 //===-- 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()
/freebsd/gnu/
H A DCOPYING1 GNU GENERAL PUBLIC LICENSE
12 freedom to share and change it. By contrast, the GNU General Public
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
18 the GNU Library General Public License instead.) You can apply it to
22 price. Our General Public Licenses are designed to make sure that you
59 GNU GENERAL PUBLIC LICENSE
64 under the terms of this General Public License. The "Program", below,
138 a) Accompany it with the complete corresponding machine-readable
145 machine-readable copy of the corresponding source code, to be
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsci_base_remote_device.c1 /*-
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 Dsci_base_request.c1 /*-
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 Dsci_util.c1 /*-
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 Dsati_synchronize_cache.h1 /*-
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 …]

12345678910>>...48