/freebsd/contrib/pjdfstest/travis/ |
H A D | test.sh | 3 set -ex 8 uname -a 12 sw_vers -productVersion 18 mount -p 21 for release_file in /etc/lsb-release /etc/os-release; do 22 echo "$release_file.. ->" 29 sudo prove -rv .
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Distro.cpp | 1 //===--- Distro.cpp - Linux distribution detection support ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 25 VFS.getBufferForFile("/etc/os-release"); in DetectOsRelease() 27 File = VFS.getBufferForFile("/usr/lib/os-release"); in DetectOsRelease() 32 File.get()->getBuffer().split(Lines, "\n"); in DetectOsRelease() 43 // On SLES, /etc/os-release was introduced in SLES 11. in DetectOsRelease() 53 VFS.getBufferForFile("/etc/lsb-release"); in DetectLsbRelease() 58 File.get()->getBuffer().split(Lines, "\n"); in DetectLsbRelease() 106 // Newer freedesktop.org's compilant systemd-based systems in DetectDistro() [all …]
|
/freebsd/contrib/elftoolchain/ |
H A D | .cirrus.yml | 3 image: freebsd-11-2-release-amd64 4 install_script: pkg install -y git py27-yaml 6 - fetch http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz 7 - tar -x -C test/tet -f tet3.8-src.tar.gz 8 - make 14 - apt-get update 15 - apt-get install -y 17 libarchive-dev libbsd-dev libc6-dev libexpat1-dev lsb-release 18 m4 perl python-yaml sharutils zlib1g-dev 20 - curl -O http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz [all …]
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 1 Source: openzfs-linux 4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org> 5 Build-Depends: debhelper-compat (= 12), 6 dh-python, 7 dh-sequence-dkms | dkms (>> 2.1.1.2-5), 8 libaio-dev, 9 libblkid-dev, 10 libcurl4-openssl-dev, 11 libelf-dev, 12 libpam0g-dev, [all …]
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_init.c | 1 /*- 34 * ex_screen_copy -- 46 sp->ex_private = nexp; in ex_screen_copy() 49 TAILQ_INIT(nexp->tq); in ex_screen_copy() 50 TAILQ_INIT(nexp->tagfq); in ex_screen_copy() 51 SLIST_INIT(nexp->cscq); in ex_screen_copy() 57 if (oexp->lastbcomm != NULL && in ex_screen_copy() 58 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm, in ex_screen_copy() 59 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy() 70 * ex_screen_end -- [all …]
|
/freebsd/sys/dev/ata/ |
H A D | ata-lowlevel.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> 43 #include <dev/ata/ata-all.h> 44 #include <dev/ata/ata-pci.h> 69 ch->hw.begin_transaction = ata_begin_transaction; in ata_generic_hw() 70 ch->hw.end_transaction = ata_end_transaction; in ata_generic_hw() 71 ch->hw.status = ata_generic_status; in ata_generic_hw() 72 ch->hw.softreset = NULL; in ata_generic_hw() 73 ch->hw.command = ata_generic_command; in ata_generic_hw() [all …]
|
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 44 * system errno value later. This lets controller- and bus-layer code get 54 * Translate IIC_Exxxxx status values to vaguely-equivelent errno values. 75 * IIC_ERRNO marker bit. If lots of high-order bits are set, in iic2errno() 76 * then it's one of the negative pseudo-errors such as ERESTART in iic2errno() 77 * and we return it as-is. Otherwise it's a plain "small in iic2errno() 99 if (sc->owner) in iicbus_intr() 100 IICBUS_INTR(sc->owner, event, buf); in iicbus_intr() 113 error = mtx_sleep(sc, &sc->lock, IICPRI|PCATCH, "iicreq", 0); in iicbus_poll() [all …]
|
H A D | iic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 87 #define IIC_LOCK(cdp) sx_xlock(&(cdp)->lock) 88 #define IIC_UNLOCK(cdp) sx_xunlock(&(cdp)->lock) 136 if (device_find_child(parent, "iic", -1) == NULL) in iic_identify() 157 sc->sc_dev = dev; in iic_attach() 158 sc->sc_devnod in iic_attach() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOCtxProfLowering.cpp | 1 //===- PGOCtxProfLowering.cpp - Contextual PGO Instr. Lowering ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 #define DEBUG_TYPE "ctx-instr-lower" 27 "profile-context-root", cl::Hidden, 37 // the names of symbols we expect in compiler-rt. Using a namespace for 79 static_cast<uint32_t>(Incr->getNumCounters()->getZExtValue()); in getNrCountersAndCallsites() 86 static_cast<uint32_t>(CSIntr->getNumCounters()->getZExtValue()); in getNrCountersAndCallsites() 102 // set up tie-in with compiler-rt. 104 // These have to match compiler-rt/lib/ctx_profile/CtxInstrProfiling.h [all …]
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_rawdcf.c | 2 * /src/NTP/REPOSITORY/ntp4-dev/libparse/clk_rawdcf.c,v 4.18 2006/06/22 18:40:01 kardel RELEASE_20060622_A 8 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 9 * Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Germany 60 * From "Zur Zeit", Physikalisch-Technische Bundesanstalt (PTB), Braunschweig 73 * see the spec. (basically a (non-)inverted psuedo random phase shift) 77 * 0 - 10 AM: free, FM: 0 78 * 11 - 14 free 79 * 15 R - "cal [all...] |
H A D | clk_schmid.c | 2 * /src/NTP/ntp4-dev/libparse/clk_schmid.c,v 4.9 2005/04/16 17:32:10 kardel RELEASE_20050508_A 9 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 10 * Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Germany 63 * output for the lsb is sent first). 78 * bits 5-7: Zero 134 clock_time->hour = buffer[0]; in cvt_schmid() 135 clock_time->minute = buffer[1]; in cvt_schmid() 136 clock_time->secon in cvt_schmid() [all...] |
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal_desc.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 530 * Indicates the MPDU was received as part of an A-MPDU. 616 * field is still valid for MPDU frames without A-MSDU. It still 748 * re-ordering of frames for this queue, but just to insert 760 * 0 - Idle ring 761 * 1 - N refers to other rings. 854 * 0 - Idle ring 855 * 1 - N refers to other rings. 1056 * Treats source memory (packet buffer) organization as big-endian. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 66 HANDLE_MDMP_STREAM_TYPE(0x47670005, LinuxLSBRelease) // /etc/lsb-release 75 // Facebook-defined stream types 92 HANDLE_MDMP_ARCH(0x0004, SHX) // PROCESSOR_ARCHITECTURE_SHX (Super-H) 100 HANDLE_MDMP_ARCH(0x8001, BP_SPARC) // Breakpad-defined value for SPARC 101 HANDLE_MDMP_ARCH(0x8002, BP_PPC64) // Breakpad-defined value for PPC64 102 HANDLE_MDMP_ARCH(0x8003, BP_ARM64) // Breakpad-defined value for ARM64 103 HANDLE_MDMP_ARCH(0x8004, BP_MIPS64) // Breakpad-defined value for MIPS64 [all …]
|
/freebsd/sys/dev/imcsmb/ |
H A D | imcsmb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2017-2018 Panasas 88 sc->dev = dev; in imcsmb_attach() 89 sc->imcsmb_pci = device_get_parent(dev); in imcsmb_attach() 90 sc->regs = device_get_ivars(dev); in imcsmb_attach() 93 sc->smbu in imcsmb_attach() [all...] |
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-build.m4 | 10 DEBUG_CFLAGS="-Werror" 11 DEBUG_CPPFLAGS="-DDEBUG -UNDEBUG" 17 KERNEL_DEBUG_CFLAGS="-Werror" 18 KERNEL_DEBUG_CPPFLAGS="-DDEBUG -UNDEBUG" 23 DEBUG_CPPFLAGS="-UDEBUG -DNDEBUG" 29 KERNEL_DEBUG_CPPFLAGS="-UDEBUG -DNDEBUG" 34 dnl # - Enable all ASSERTs (-DDEBUG) 35 dnl # - Promote all compiler warnings to errors (-Werror) 43 [AS_HELP_STRING([--enable-debug], 82 DEBUG_CFLAGS="$DEBUG_CFLAGS -g -fno-inline $NO_IPA_SRA" [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hal_desc.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. 625 * Indicates the MPDU was received as part of an A-MPDU. 715 * field is still valid for MPDU frames without A-MSDU. It still 736 * the LSB is always zero). Number of bytes padded to make sure 756 * This packet needs intra-BSS routing by SW as the 'vdev_id' 762 * to support intra-BSS routing with multi-chip multi-link operation. 786 * Opaque service code between PPE and Wi-Fi 866 * Lower 32 bits of the 64-bit virtual address corresponding [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 1 //===-- ProcessMinidump.cpp -----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 75 SectionList *sect_list = module_sp->GetSectionList(); in HashElfTextSection() 78 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection() 87 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection() 90 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection() 119 return "Minidump plug-in."; in GetPluginDescriptionStatic() 132 auto DataPtr = FileSystem::Instance().CreateDataBuffer(crash_file->GetPath(), in CreateInstance() 137 lldbassert(DataPtr->GetByteSize() == header_size); in CreateInstance() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 1 //===-- RegisterFlags.cpp -------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 39 // check, so we catch them before it makes it into a release. in Field() 42 for (const auto &enumerator : m_enum_type->GetEnumerators()) { in Field() 64 assert((other < (*this)) && "Expected fields in MSB to LSB order."); in PaddingDistance() 69 // Where left will be the MSB and right will be the LSB. in PaddingDistance() 71 unsigned rhs_end = other.GetStart() + other.GetSizeInBits() - 1; in PaddingDistance() 75 rhs_end = GetStart() + GetSizeInBits() - 1; in PaddingDistance() 78 return lhs_start - rhs_end - 1; in PaddingDistance() [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_common.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 127 * ice_dump_phy_type - helper function to dump phy_type in ice_dump_phy_type() 158 * ice_set_mac_type - Sets MAC type in ice_set_mac_type() 168 if (hw->vendor_id != ICE_INTEL_VENDOR_ID) in ice_set_mac_type() 171 switch (hw->device_id) { in ice_set_mac_type() 178 hw->mac_type = ICE_MAC_E810; in ice_set_mac_type() 199 hw->mac_typ in ice_set_mac_type() [all...] |
/freebsd/sys/dev/igc/ |
H A D | igc_nvm.c | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 13 * igc_init_nvm_ops_generic - Initialize NVM function pointers 16 * Setups up the function pointers to no-op functions 20 struct igc_nvm_info *nvm = &hw->nvm; in igc_init_nvm_ops_generic() 24 nvm->ops.init_params = igc_null_ops_generic; in igc_init_nvm_ops_generic() 25 nvm->ops.acquire = igc_null_ops_generic; in igc_init_nvm_ops_generic() 26 nvm->ops.read = igc_null_read_nvm; in igc_init_nvm_ops_generic() 27 nvm->ops.release = igc_null_nvm_generic; in igc_init_nvm_ops_generic() 28 nvm->ops.reload = igc_reload_nvm_generic; in igc_init_nvm_ops_generic() [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_nvm.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 40 * e1000_init_nvm_ops_generic - Initialize NVM function pointers 43 * Setups up the function pointers to no-op functions 47 struct e1000_nvm_info *nvm = &hw->nvm; in e1000_init_nvm_ops_generic() 51 nvm->ops.init_params = e1000_null_ops_generic; in e1000_init_nvm_ops_generic() 52 nvm->ops.acquire = e1000_null_ops_generic; in e1000_init_nvm_ops_generic() 53 nvm->ops.read = e1000_null_read_nvm; in e1000_init_nvm_ops_generic() 54 nvm->ops.release = e1000_null_nvm_generic; in e1000_init_nvm_ops_generic() 55 nvm->ops.reload = e1000_reload_nvm_generic; in e1000_init_nvm_ops_generic() [all …]
|
H A D | e1000_ich8lan.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 36 * 82562G-2 10/100 Network Connection 38 * 82562GT-2 10/100 Network Connection 40 * 82562V-2 10/100 Network Connection 41 * 82566DC-2 Gigabit Network Connection 43 * 82566DM-2 Gigabit Network Connection 50 * 82567LM-2 Gigabit Network Connection 51 * 82567LF-2 Gigabit Network Connection 52 * 82567V-2 Gigabit Network Connection [all …]
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_device.c | 165 "BEGIN", "PCI-ENABLE-DONE", "PCI-MAP-DONE", "DISPATCH-INIT-DONE", 166 "IQ-INIT-DONE", "SCBUFF-POOL-INIT-DONE", "RESPLIST-INIT-DONE", 167 "DROQ-INIT-DONE", "MBOX-SETUP-DONE", "MSIX-ALLOC-VECTOR-DONE", 168 "INTR-SET-DONE", "IO-QUEUES-INIT-DONE", "CONSOLE-INIT-DONE", 169 "HOST-READY", "CORE-READY", "RUNNING", "IN-RESET", 188 if (conf_type < 0 || conf_type > (LIO_NUM_CFGS - 1)) in oct_set_config_info() 208 uint32_t oct_id = oct->octeon_id; in __lio_retrieve_config_info() 212 if (oct->chip_id == LIO_CN23XX_PF_VID) { in __lio_retrieve_config_info() 251 return (lio_app_str[app_mode - LIO_DRV_APP_START]); in lio_get_app_string() 253 return (lio_app_str[LIO_DRV_INVALID_APP - LIO_DRV_APP_START]); in lio_get_app_string() [all …]
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth_mac_regs.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 611 * [0x7c] SERDES 32-bit interface shift configuration (when swap is 616 * [0x80] SERDES 32-bit interface shift configuration (when swap is 621 * [0x84] SERDES 32-bit interface bit selection 625 * [0x88] SERDES 32-bit interface bit selection 750 /* Date of release */ 753 /* Month of release */ 756 /* Year of release (starting from 2000) */ 766 * 0 - 10/100/1000 [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 1 //===-- DataExtractor.h -----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "lldb/lldb-defines.h" 14 #include "lldb/lldb-enumerations.h" 15 #include "lldb/lldb-forward.h" 16 #include "lldb/lldb-types.h" 86 /// A size of a target byte in 8-bit host bytes 108 /// A size of a target byte in 8-bit host bytes 133 /// A size of a target byte in 8-bit host bytes [all …]
|