| /freebsd/etc/mtree/ |
| H A D | BSD.var.dist | 5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime 7 account mode=0750 11 jobs tags=package=at 13 spool tags=package=at 17 /set mode=0750 20 dist uname=auditdistd gname=audit mode=0770 22 remote uname=auditdistd gname=wheel mode=0700 25 authpf uname=root gname=authpf mode=0770 30 cache mode=0755 35 tabs mode=0700 [all …]
|
| H A D | BSD.root.dist | 5 /set type=dir uname=root gname=wheel mode=0755 7 bin tags=package=runtime 9 /set tags=package=bootloader 14 allwinner tags=package=runtime 16 overlays tags=package=runtime 18 rockchip tags=package=runtime 43 dev mode=0555 tags=package=runtime 45 etc tags=package=runtime 46 X11 tags=package=runtime 48 authpf tags=package=pf [all …]
|
| H A D | BSD.include.dist | 5 /set type=dir uname=root gname=wheel mode=0755 tags=package=clibs-dev 9 atf-c tags=package=atf-dev 11 atf-c++ tags=package=atf-dev 13 bsm tags=package=audit-dev 15 bsnmp tags=package=bsnmp-dev 121 casper tags=package=libcasper-dev 193 devdctl tags=package=utilities-dev 195 edit tags=package=runtime-dev 196 readline tags=package=runtime-dev 255 gssapi tags=package=kerberos-dev [all …]
|
| H A D | BSD.usr.dist | 5 /set type=dir uname=root gname=wheel mode=0755 9 include tags=package=clibs-dev 10 private tags=package=clibs-dev 11 bsddialog tags=package=utilities-dev 13 bsdstat tags=package=libbsdstat-dev 15 event1 tags=package=libevent1-dev 17 gmock tags=package=utilities-dev 18 internal tags=package=utilities-dev 19 custom tags=package=utilities-dev 23 gtest tags=package=utilities-dev [all …]
|
| /freebsd/sys/contrib/dev/ice/ |
| H A D | README | 1 OS Default Dynamic Device Personalization (DDP) Package 10 * OS Default Dynamic Device Personalization (DDP) Package 16 * Contents of This Package 33 Device Personalization (DDP) package file to enable advanced features 38 applying a profile package to the device at runtime. Profiles can be 43 The DDP package loads during device initialization or driver runtime, 45 package is present and compatible. If this file exists, the driver 46 will load it into the device. If the DDP package file is missing or 47 incompatible with the driver, the driver will go into Safe Mode where 50 Safe Mode disable [all...] |
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
| H A D | safe2.t | 19 my $c = Safe->new or die; 22 $c->reval('$P = "safe root"'); 28 my $t = Text::Template->new( 30 SOURCE => 'package is {$P}') or die; 32 # (1) Default behavior: Inherit from calling package, `main' in this case. 33 my $text = $t->fill_in(); 34 is $text, 'package is main'; 36 # (2) When a package is specified, we should use that package instead. 37 $text = $t->fill_in(PACKAGE => 'Q'); 38 is $text, 'package is Q'; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | qcom,qca807x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Christian Marangi <ansuelsmth@gmail.com> 11 - Robert Marko <robert.marko@sartura.hr> 14 Qualcomm QCA8072/5 Ethernet PHY is PHY package of 2 or 5 15 IEEE 802.3 clause 22 compliant 10BASE-Te, 100BASE-TX and 16 1000BASE-T PHY-s. 21 Both models have a combo port that supports 1000BASE-X and 22 100BASE-FX fiber. [all …]
|
| H A D | icplus-ip101ag.txt | 4 - IP101GR (32-pin QFN package) 5 - IP101G (die only, no package) 6 - IP101GA (48-pin LQFP package) 10 - IP101A (48-pin LQFP package) 11 - IP101AH (48-pin LQFP package) 13 Optional properties for the IP101GR (32-pin QFN package): 15 - icplus,select-rx-error: 17 interrupts are not routed outside the PHY in this mode. 18 - icplus,select-interrupt:
|
| /freebsd/release/scripts/ |
| H A D | mtree-to-plist.awk | 4 uname = gname = mode = flags = tags = type = "" 12 } else if ($i ~ /^mode=/) { 13 mode=$i 14 gsub(/mode=/,"", mode) 27 tags="package=dtb" 29 tags="package=kernel" 37 if (tags ~ /package=/) { 41 if (a[i] ~ /^package=/) { 43 gsub(/package=/, "", pkgname) 50 ext=ext"-"a[i] [all …]
|
| /freebsd/tools/pkgbase/ |
| H A D | README.md | 6 `mtree -c | mtree -C` 10 metalog_reader.lua [-h] [-a | -c | -p [-count] [-size] [-f...]] [-W...] [-v] metalog-path 15 * `-a` prints all scan results. this is the default option if no option is 17 * `-c` lints the file and gives warnings/errors, including duplication and 19 * `-Wcheck-notagdir` entries with dir type and no tags will be also included 21 * `-p` list all package names found in the file as exactly specified by 22 `tags=package=...` 23 * `-count` display the number of files of the package 24 * `-size` display the size of the package 25 * `-fsetgid` only include packages with setgid files [all …]
|
| H A D | metalog_reader.lua | 3 -- SPDX-License-Identifier: BSD-2-Clause 4 -- 5 -- Copyright(c) 2020 The FreeBSD Foundation. 6 -- 7 -- Redistribution and use in source and binary forms, with or without 8 -- modification, are permitted provided that the following conditions 9 -- are met: 10 -- 1. Redistributions of source code must retain the above copyright 11 -- notice, this list of conditions and the following disclaimer. 12 -- 2. Redistributions in binary form must reproduce the above copyright [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/ |
| H A D | uncore-power.json | 29 "PublicDescription": "Phase Shed 0 Cycles : Cycles spent in phase-shedding power state 0", 37 "PublicDescription": "Phase Shed 1 Cycles : Cycles spent in phase-shedding power state 1", 45 "PublicDescription": "Phase Shed 2 Cycles : Cycles spent in phase-shedding power state 2", 53 "PublicDescription": "Phase Shed 3 Cycles : Cycles spent in phase-shedding power state 3", 107 …er of cycles that the PCU has triggered memory phase shedding. This is a mode that can be run in … 111 "BriefDescription": "Package C State Residency - C0", 115 …"PublicDescription": "Package C State Residency - C0 : Counts the number of cycles when the packag… 119 "BriefDescription": "Package C State Residency - C2E", 123 …"PublicDescription": "Package C State Residency - C2E : Counts the number of cycles when the packa… 127 "BriefDescription": "Package C State Residency - C6", [all …]
|
| /freebsd/stand/libofw/ |
| H A D | openfirm.c | 3 /*- 33 /*- 85 char mode[sizeof("true")]; in OF_init() local 89 if ((chosen = OF_finddevice("/chosen")) == -1) in OF_init() 91 if (OF_getprop(chosen, "memory", &memory, sizeof(memory)) == -1) { in OF_init() 93 if (memory == -1) in OF_init() 95 if (memory == -1) in OF_init() 98 if (OF_getprop(chosen, "mmu", &mmu, sizeof(mmu)) == -1) in OF_init() 102 * Check if we run in real mode. If so, we do not need to map in OF_init() 106 if (OF_getprop(options, "real-mode?", mode, sizeof(mode)) > 0 && in OF_init() [all …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | MpService.h | 6 - Retrieving information of multi-processor environment and MP-related status of 8 - Dispatching user-provided function to APs. 9 - Maintain MP-related processor status. 16 MP Services Protocol is hardware-independent. Most of the logic of this protocol 17 is architecturally neutral. It abstracts the multi-processor environment and 25 MP Services Protocol may be used by non-CPU DXE drivers to speed up platform boot 28 Diagnostics applications may also use this protocol for multi-processor. 30 Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR> 31 SPDX-License-Identifier: BSD-2-Clause-Patent 91 /// Zero-based physical package number that identifies the cartridge of the processor. [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ice.4 | 2 .\" SPDX-License-Identifier: BSD-3-Clause 4 .\" Copyright (c) 2019-2020, Intel Corporation 73 .Bl -bullet -compact 87 .Sx L3 QoS Mode 91 .Sx Link-Level Flow Control 113 .Sx Optics and auto-negotiation 115 .Sx PCI-Express Slot Bandwidth 164 The DDP package loads during device initialization. 167 module and checks that it contains a valid DDP package file. 169 If the driver is unable to load the DDP package, the device will enter Safe [all …]
|
| /freebsd/share/mk/ |
| H A D | bsd.incs.mk | 26 ${group}MODE?= ${NOBINMODE} 34 .if defined(${group}PACKAGE) 35 ${group}TAGS+= package=${${group}PACKAGE:Uutilities},dev 37 ${group}TAGS+= package=${PACKAGE:Uutilities},dev 40 ${group}TAG_ARGS= -T ${${group}TAGS:ts,:[*]} 50 ${group}MODE_${header:T}?= ${${group}MODE} 59 # XXX {group}OWN,GRP,MODE 66 ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dev} -C -o ${${group}OWN_${.ALLSRC:T}} \ 67 -g ${${group}GRP_${.ALLSRC:T}} -m ${${group}MODE_${.ALLSRC:T}} \ 81 ${INSTALL} ${${group}TAG_ARGS} -C -o ${${group}OWN} -g ${${group}GRP} -m ${${group}MODE} \ [all …]
|
| H A D | bsd.confs.mk | 47 ${group}MODE?= ${CONFMODE} 53 . if defined(${group}PACKAGE) 54 ${group}TAGS+= package=${${group}PACKAGE:Uutilities} 56 ${group}TAGS+= package=${PACKAGE:Uutilities} 60 ${group}TAG_ARGS= -T ${${group}TAGS:ts,:[*]} 79 ${group}MODE_${cnf}?= ${${group}MODE} 100 # Append DIR to DIRS if not already in place -- DIRS is already filtered, so 119 # Work around a bug with install(1) -C and /dev/null 123 INSTALL_COPY= -C 128 # XXX {group}OWN,GRP,MODE [all …]
|
| H A D | bsd.man.mk | 16 # MANMODE Manual mode. [${NOBINMODE}] 31 # linked-to file must come first, the linked file 33 # are hard-linked. 49 # For each group, group-specific options may be set: 50 # <group>OWN, <group>GRP, <group>MODE and <group>PACKAGE. 66 # to be "-man", otherwise it defaults to empty so manpages go in the 67 # base package. This can be set to "-dev" for manpages that should go 68 # in the -dev package. 71 # The default man package, if not otherwise specified. 72 MAN_PACKAGE= ${PACKAGE:Uutilities} [all …]
|
| /freebsd/contrib/ofed/opensm/ |
| H A D | config.h | 25 #define HAVE_DEFAULT_NODENAME_MAP "/etc/opensm/ib-node-name-map" 34 #define HAVE_DEFAULT_PER_MOD_LOGGING_FILE "/etc/opensm/per-module-logging.conf" 37 #define HAVE_DEFAULT_PREFIX_ROUTES_FILE "/etc/opensm/prefix-routes.conf" 40 #define HAVE_DEFAULT_QOS_POLICY_FILE "/etc/opensm/qos-policy.conf" 48 /* Define to 1 if you have the `ibumad' library (-libumad). */ 51 /* Define to 1 if you have the `pthread' library (-lpthread). */ 54 /* Define to 1 if you have the `vapi' library (-lvapi). */ 57 /* Define to 1 if you have the `wrap' library (-lwrap). */ 87 /* define 1 if OpenSM build is in a debug mode */ 102 /* Name of package */ [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | qca8k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd/sys/powerpc/ofw/ |
| H A D | ofw_real.c | 3 /*- 4 * SPDX-License-Identifier:BSD-4-Clause AND BSD-2-Clause 35 /*- 87 static ssize_t ofw_real_getproplen(ofw_t, phandle_t package, 89 static ssize_t ofw_real_getprop(ofw_t, phandle_t package, const char *propname, 91 static int ofw_real_nextprop(ofw_t, phandle_t package, const char *previous, 93 static int ofw_real_setprop(ofw_t, phandle_t package, const char *propname, 99 static ssize_t ofw_real_package_to_path(ofw_t, phandle_t package, char *buf, 161 "Open Firmware Real Mode Bounce Page"); 174 * To be able to use OFW console on PPC, that requires real mode OFW, [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.h | 1 //===- CheckerRegistry.h - Maintains all available checkers -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // specific invocation of the analyzer (which checker/package is enabled, values 16 //===----------------------------------------------------------------------===// 47 // enclosing package. By convention, the registered name of a checker is the 49 // The second method argument is a short human-readable description of the 53 // registry. If any checkers require additional initialization, use the three- 57 // the argument to the -load option in the cc1 frontend. You can then enable 58 // your custom checker using the -analyzer-checker: [all …]
|
| /freebsd/contrib/lutok/m4/ |
| H A D | developer-mode.m4 | 29 dnl \file developer-mode.m4 31 dnl "Developer mode" is a mode in which the build system reports any 32 dnl build-time warnings as fatal errors. This helps in minimizing the 34 dnl Unfortunately, this is not bullet-proof due to the wide variety of 37 dnl When developer mode support is added to a package, the compilation will 39 dnl unless developer mode is enabled. 41 dnl Developer mode is enabled when the user requests it through the 47 dnl Adds "developer mode" support to the package. 49 dnl This macro performs the actual definition of the --enable-developer 50 dnl flag and implements all of its logic. See the file-level comment for [all …]
|
| /freebsd/contrib/kyua/m4/ |
| H A D | developer-mode.m4 | 29 dnl \file developer-mode.m4 31 dnl "Developer mode" is a mode in which the build system reports any 32 dnl build-time warnings as fatal errors. This helps in minimizing the 34 dnl Unfortunately, this is not bullet-proof due to the wide variety of 37 dnl When developer mode support is added to a package, the compilation will 39 dnl unless developer mode is enabled. 41 dnl Developer mode is enabled when the user requests it through the 47 dnl Adds "developer mode" support to the package. 49 dnl This macro performs the actual definition of the --enable-developer 50 dnl flag and implements all of its logic. See the file-level comment for [all …]
|
| /freebsd/contrib/lua/doc/ |
| H A D | lua.1 | 4 lua \- Lua interpreter 43 .B "lua \-v \-i" 46 .B "lua \-" 49 In interactive mode, 81 .BI \-e " stat" 85 .B \-i 86 enter interactive mode after executing 89 .BI \-l " mod" 95 .BI \-l " g=mod" 101 .B \-v [all …]
|