| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 1 //===-- llvm/Support/TargetOpcodes.def - Target Indep Opcodes ---*- C++ -*-===// 5 // SPDX-Licens [all...] |
| /freebsd-src/tools/tools/genericize/ |
| H A D | genericize.pl | 1 #!/usr/bin/perl -w 2 #- 3 # Copyright (c) 2004 Dag-Erling Smørgrav 12 # 2. Redistributions in binary form must reproduce the above copyright 48 my ($keyword, $values) = split(' ', $_, 2); 55 $config{$keyword}->{$1} = $2; 57 $config{$keyword}->{$value} = \∅ 62 my $generic; 64 $generic = "/usr/src/sys/$machine/conf/GENERIC"; 66 ($generic = $ARGV) =~ s|([^/])+$|GENERIC|; [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/ata/ |
| H A D | ata-generic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/ata-generic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic Parallel ATA Controller 10 - Linus Walleij <linus.walleij@linaro.org> 13 Generic Parallel ATA controllers supporting PIO modes only. 18 - enum: 19 - arm,vexpress-cf 20 - fsl,mpc8349emitx-pata [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/input/ |
| H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | nvidia,tegra20-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- [all...] |
| /freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
| H A D | host-generic-pci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- [all...] |
| /freebsd-src/crypto/openssl/crypto/perlasm/ |
| H A D | x86asm.pl | 2 # Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 31 elsif ($opcode =~ /^pop/) { $stack-=4; } 33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD"; 39 if ($#_==-1) { push(@out,"\t$opcode\n"); } 44 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'low byte'"; 48 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'high byte'"; 52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); } 65 { &generic("bswap",@_); } 67 # These are made-up opcodes introduced over the years essentially 83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/) [all …]
|
| /freebsd-src/crypto/openssh/ |
| H A D | ssh2.h | 11 * 2. Redistributions in binary form must reproduce the above copyright 32 * 1-19 Transport layer generic (e.g. disconnect, ignore, debug, 34 * 20-29 Algorithm negotiation 35 * 30-49 Key exchange method specific (numbers can be reused for 40 * 50-59 User authentication generic 41 * 60-79 User authentication method specific (numbers can be reused 46 * 80-89 Connection protocol generic 47 * 90-127 Channel related messages 51 * 128-191 Reserved 55 * 192-255 Local extensions [all …]
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 1 //===-- GenericOpcodes.td - Opcodes used with GlobalISel ---*- tablegen -*-===// 5 // SPDX-Licens [all...] |
| /freebsd-src/sys/contrib/device-tree/Bindings/net/ |
| H A D | cdns,macb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- [all...] |
| /freebsd-src/sys/kgssapi/ |
| H A D | gss_names.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 12 * 2. Redistributions in binary form must reproduce the above copyright 37 * corresponding to an object-identifier value of 38 * {iso(1) member-body(2) United States(840) mit(113554) 39 * infosys(1) gssapi(2) generic(1) user_name(1)}. The constant 52 * corresponding to an object-identifier value of 53 * {iso(1) member-body(2) United States(840) mit(113554) 54 * infosys(1) gssapi(2) generic(1) machine_uid_name(2)}. 67 * corresponding to an object-identifier value of [all …]
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 1 //=- AArch64SchedA57WriteRes.td - ARM Cortex-A57 Write Res ---*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Contains all of the Cortex-A57 specific SchedWriteRes types. The approach 10 // below is to define a generic SchedWriteRes for every combination of 22 // 11 micro-ops to be issued down one I pipe, six S pipes and four V pipes. 24 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 27 // Define Generic 1 micro-op types 43 def A57Write_2cyc_1M : SchedWriteRes<[A57UnitM]> { let Latency = 2; } [all …]
|
| /freebsd-src/contrib/ofed/infiniband-diags/src/ |
| H A D | ibsendtrap.c | 3 * Copyright (c) 2008-2009 Voltaire Inc. All rights reserved. 12 * General Public License (GPL) Version 2, available from the file 20 * - Redistributions of source code must retain the above 24 * - Redistributions in binary form must reproduce the above 79 n->generic_type = 0x80 | IB_NOTICE_TYPE_INFO; in build_trap145() 80 n->g_or_v.generic.prod_type_lsb = cl_hton16(get_node_type(port)); in build_trap145() 81 n->g_or_v.generic.trap_num = cl_hton16(145); in build_trap145() 82 n->issuer_lid = cl_hton16((uint16_t) port->lid); in build_trap145() 83 n->data_details.ntc_145.new_sys_guid = cl_hton64(0x1234567812345678); in build_trap145() 88 n->generic_type = 0x80 | IB_NOTICE_TYPE_INFO; in build_trap144_local() [all …]
|
| /freebsd-src/contrib/sendmail/cf/cf/ |
| H A D | Makefile | 4 # $Id: Makefile,v 8.60 2005-06-14 02:16:34 gshapiro Exp $ 26 RM= rm -f 41 $(SED) -e 's/^/# /' $*.mc >>$@ 44 GENERIC=generic-bsd4.4.cf generic-hpux9.cf generic-hpux10.cf \ macro 45 generic-linux.cf generic-mpeix.cf generic-nextstep3.3.cf \ 46 generic-osf1.cf generic-solaris.cf \ 47 generic-sunos4.1.cf generic-ultrix4.cf 48 BERKELEY=cs-hpux9.cf cs-hpux10.cf cs-osf1.cf cs-solaris.cf \ 49 cs-sunos4.1.cf cs-ultrix4.cf \ 50 s2k-osf1.cf s2k-ultrix4.cf \ [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-mt8183.txt | 6 - compatible: value should be one of the following. 7 "mediatek,mt8183-pinctrl", compatible with mt8183 pinctrl. 8 - gpio-controller : Marks the device node as a gpio controller. 9 - #gpio-cells: number of cells in GPIO specifier. Since the generic GPIO 10 binding is used, the amount of cells must be specified as 2. See the below 12 - gpio-ranges : gpio valid number range. 13 - reg: physical address base for gpio base registers. There are 10 GPIO 17 - reg-names: gpio base register names. There are 10 gpio base register 20 - interrupt-controller: Marks the device node as an interrupt controller 21 - #interrupt-cells: Should be two. [all …]
|
| H A D | renesas,rzn1-pinctrl.txt | 4 ------------------- 6 - compatible: SoC-specific compatible string "renesas,<soc-specific>-pinctrl" 7 followed by "renesas,rzn1-pinctrl" as fallback. The SoC-specific compatible 9 "renesas,r9a06g032-pinctrl" for RZ/N1D 10 "renesas,r9a06g033-pinctrl" for RZ/N1S 11 - reg: Address base and length of the memory area where the pin controller 13 - clocks: phandle for the clock, see the description of clock-names below. 14 - clock-names: Contains the name of the clock: 18 pinctrl: pin-controller@40067000 { 19 compatible = "renesas,r9a06g032-pinctrl", "renesas,rzn1-pinctrl"; [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/usb/ |
| H A D | generic-xhci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/usb/generic-xhci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mathias Nyman <mathias.nyman@intel.com> 15 - description: Generic xHCI device 16 const: generic-xhci 17 - description: Armada 37xx/375/38x/8k SoCs 19 - enum: 20 - marvell,armada3700-xhci [all …]
|
| /freebsd-src/sys/powerpc/conf/ |
| H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 21 ident GENERIC 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 32 options PSERIES # PAPR-compliant systems 48 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 58 options PSEUDOFS # Pseudo-filesyste [all...] |
| /freebsd-src/contrib/ofed/opensm/opensm/ |
| H A D | osm_inform.c | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2015 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 10 * General Public License (GPL) Version 2, available from the file 18 * - Redistributions of source code must retain the above 22 * - Redistributions in binary form must reproduce the above 91 p_list_item = cl_qlist_head(&p_subn->sa_infr_list); in dump_all_informs() 92 while (p_list_item != cl_qlist_end(&p_subn->sa_infr_list)) { in dump_all_informs() 94 &((osm_infr_t *) p_list_item)-> in dump_all_informs() 108 ib_inform_info_t *p_ii_rec = &p_infr_rec->inform_record.inform_info; in match_inf_rec() [all …]
|
| /freebsd-src/share/man/man3/ |
| H A D | tgmath.3 | 9 .\" 2. Redistributions in binary form must reproduce the above copyright 30 .Nd "type-generic macros" 36 provides type-generic macros 56 .Em "generic arguments" . 59 type-generic macro is invoked. 60 If any generic argument has type 67 Else, if any generic argument has type 82 The complex function is called if any of the generic arguments is a 85 .Bl -column -offset indent ".Fn acosh" "Sy real function" ".Sy complex function" 107 complex value to a generic argument invokes undefined behaviour: [all …]
|
| /freebsd-src/lib/libgssapi/ |
| H A D | gss_names.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 12 * 2. Redistributions in binary form must reproduce the above copyright 43 * corresponding to an object-identifier value of 44 * {iso(1) member-body(2) United States(840) mit(113554) 45 * infosys(1) gssapi(2) generic(1) user_name(1)}. The constant 58 * corresponding to an object-identifier value of 59 * {iso(1) member-body(2) United States(840) mit(113554) 60 * infosys(1) gssapi(2) generic(1) machine_uid_name(2)}. 73 * corresponding to an object-identifier value of [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | nxp,ptn3460.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Paul <seanpaul@chromium.org> 20 edid-emulation: 25 0 1024x768 NXP Generic 26 1 1920x1080 NXP Generic 27 2 1920x1080 NXP Generic 30 5 1366x768 NXP Generic 32 enum: [0, 1, 2, 3, 4, 5, 6] [all …]
|
| /freebsd-src/sys/net/ |
| H A D | if_mib.h | 1 /*- 41 struct if_data ifmd_data; /* generic information and statistics */ 45 * sysctl MIB tags at the net.link.generic level 47 #define IFMIB_SYSTEM 1 /* non-interface-specific */ 48 #define IFMIB_IFDATA 2 /* per-interface data table */ 51 * MIB tags for the various net.link.generic.ifdata tables 53 #define IFDATA_GENERAL 1 /* generic stats for all kinds of ifaces */ 54 #define IFDATA_LINKSPECIFIC 2 /* specific to the type of interface */ 58 * MIB tags at the net.link.generic.system level 72 * 2) The fourth level under net.link.<iftype> is <pf>; that is to say, [all …]
|
| /freebsd-src/tools/tools/nanobsd/ |
| H A D | FlashDevice.sub | 3 # Copyright (c) 2005 Poul-Henning Kamp. 11 # 2. Redistributions in binary form must reproduce the above copyright 41 a2=`echo $2 | tr '[:upper:]' '[:lower:]'` 52 exit 2 65 echo "Unknown Integral i-Pro Flash capacity" 66 exit 2 80 exit 2 95 exit 2 104 # Document No. 20-10-00038 106 # Table 2-7 [all …]
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1 //===-- ScriptInterpreterPython.cpp -------- 1490 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); GetRecognizedArguments() local 1583 StructuredData::Generic *generic = nullptr; ScriptedThreadPlanExplainsStop() local 1600 StructuredData::Generic *generic = nullptr; ScriptedThreadPlanShouldStop() local 1617 StructuredData::Generic *generic = nullptr; ScriptedThreadPlanIsStale() local 1634 StructuredData::Generic *generic = nullptr; ScriptedThreadPlanGetRunState() local 1654 StructuredData::Generic *generic = nullptr; ScriptedThreadPlanGetStopDescription() local 1811 StructuredData::Generic *generic = plugin_module_sp->GetAsGeneric(); GetDynamicSettings() local 1966 StructuredData::Generic *generic = nullptr; GetScriptedSummary() local 2127 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); CalculateNumChildren() local 2150 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); GetChildAtIndex() local 2184 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); GetIndexOfChildWithName() local 2209 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); UpdateSynthProviderInstance() local 2233 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); MightHaveChildrenSynthProviderInstance() local 2257 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); GetSyntheticValue() local 2293 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); GetSyntheticTypeName() local [all...] |