/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
H A D | bclone_prop_sync.ksh | 1 #! /bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 38 log_assert "Verify block cloning with all sync property settings" 44 log_must zfs set sync=$prop $TESTSRCFS 46 # be embedded into BP. 55 log_must zfs set sync=$srcprop $TESTSRCFS 57 log_must zfs set sync=$dstprop $TESTDSTFS 59 # be embedded into BP. 68 log_must zfs inherit sync $TESTSRCFS [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | adi,adv7511.txt | 2 ------------------------------------------------ 11 - compatible: Should be one of: 18 - reg: I2C slave addresses 32 - adi,input-depth: Number of bits per color component at the input (8, 10 or 34 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or 36 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per 43 - adi,input-style: The input components arrangement variant (1, 2 or 3), as 45 - adi,input-justification: The input bit justification ("left", "evenly", 48 - avdd-supply: A 1.8V supply that powers up the AVDD pin on the chip. 49 - dvdd-supply: A 1.8V supply that powers up the DVDD pin on the chip. [all …]
|
H A D | adi,adv7511.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 21 - adi,adv7511 22 - adi,adv7511w 23 - adi,adv7513 37 reg-names: 40 needing a non-default address. 43 - const: main [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_impl.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 149 uint32_t vq_nia_credit; /* Non-interactive I/Os credit. */ 166 * On-disk indirect vdev state. 232 * requests may be inflated or incur device level read-modify-write 242 void *vdev_tsd; /* type-specific data */ 243 vdev_t *vdev_top; /* top-level vdev */ 257 uint64_t vdev_crtxg; /* txg when top-level was added */ 261 * Top-level vdev state. 267 metaslab_group_t *vdev_log_mg; /* embedded slog metaslab group */ [all …]
|
H A D | spa.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 76 * Alignment Shift (ashift) is an immutable, internal top-level vdev property 94 * to support up to 4-way RAID-Z mirror mode with worst-case gang block 104 #define SPA_COMPRESSMASK ((1U << SPA_COMPRESSBITS) - 1) 107 * All SPA data is represented by 128-bit data virtual addresses (DVAs). 116 * Some checksums/hashes need a 256-bit initialization salt. This salt is kept 125 * The word-by-word, bit-by-bit layout of the blkptr is as follows: 128 * +-------+-------+-------+-------+-------+-------+-------+-------+ 130 * +-------+-------+-------+-------+-------+-------+-------+-------+ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | allwinner,sun6i-a31-csi.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/media/allwinner,sun6i-a31-csi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 16 - allwinner,sun6i-a31-csi 17 - allwinner,sun8i-a83t-csi 18 - allwinner,sun8i-h3-csi 19 - allwinner,sun8i-v3s-csi [all …]
|
H A D | video-interfaces.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/video-interface [all...] |
/freebsd/release/tools/ |
H A D | arm.subr | 2 #- 3 # Copyright (c) 2015-2017 The FreeBSD Foundation 29 # Common subroutines used to build arm, arm64, or RISC-V SD card images. 34 if [ -c "${DESTDIR}/dev/null" ]; then 38 if [ ! -z "${mddev}" ]; then 39 mdconfig -d -u ${mddev} 48 sync 51 if [ $i -ge 10 ]; then 64 if [ $(sysctl -n kern.geom.part.mbr.enforce_chs) != 0 ]; then 69 chroot ${CHROOTDIR} gpart create -s ${PART_SCHEME} ${mddev} [all …]
|
/freebsd/tools/tools/nanobsd/embedded/ |
H A D | common | 2 #- 4 # Copyright (c) 2010-2011 iXsystems, Inc. 40 # o mtools still needed because we have no makefs -t msdos 59 # for many files. Should move to mtree-dedup.awk. 64 # o common tooling for creating images for odd-ball platforms 70 if [ -z $NANO_NAME ]; then 77 NANO_BOOT2CFG="-h -S115200" 83 NANO_PMAKE="make -j $(sysctl -n hw.ncpu)" 89 if [ -z ${NANO_CPUTYPE} ]; then 90 NANO_OBJ=${NANO_SRC}/../embedded/obj [all …]
|
/freebsd/share/man/man4/ |
H A D | sym.4 | 5 .\" Copyright (C) 1999-2000 Gerard Roudier <groudier@club-internet.fr> 12 .\" This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver. 13 .\" Copyright (C) 1998-1999 Gerard Roudier 16 .\" a port of the FreeBSD ncr driver to Linux-1.2.13. 20 .\" Stefan Esser <se@mi.Uni-Koeln.de> 24 .\" FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM 32 .\" ---------------------------------------------------------------------------- 67 .Bd -ragged -offset indent 82 .Bd -literal -offset indent 90 fast40 and fast80-dt synchronous data transfers depending on controller [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1 /*- 7 * McAfee, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as 74 #define AVL_ISIGN(a) (((a) > 0) - ((a) < 0)) 75 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) 77 (((uintptr_t)(a) > (uintptr_t)(b)) - ((uintptr_t)(a) < (uintptr_t)(b))) 84 #define ZFS_CRC64_POLY 0xC96C5795D7870F42ULL /* ECMA-182, reflected form */ 90 #define P2ALIGN(x, align) ((x) & -(align)) 91 #define P2PHASE(x, align) ((x) & ((align) - 1)) 92 #define P2NPHASE(x, align) (-(x) & ((align) - 1)) 93 #define P2ROUNDUP(x, align) (-(-(x) & -(align))) [all …]
|
/freebsd/sys/net/ |
H A D | netmap.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. 48 * Some fields should be cache-aligned to reduce contention. 56 * --- Netmap data structures --- 68 +---->+---------------+ 71 +----------------+ / | other fields | 75 | | / +---------------+ 77 | txring_ofs[0] | (rel.to nifp)--' | flags, ptr | 78 | txring_ofs[1] | +---------------+ [all …]
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer_disk.h | 1 /*- 47 * The structures below represent the on-disk format for a HAMMER 48 * filesystem. Note that all fields for on-disk structures are naturally 49 * aligned. HAMMER uses little endian for fields in on-disk structures. 63 * 64K X-bufs are used for blocks >= a file's 1MB mark. 65 * Per-volume storage limit: 52 bits 4096 TB 66 * Per-Zone storage limit: 60 bits 1 MTB 67 * Per-filesystem storage limit: 60 bits 1 MTB 73 #define HAMMER_BUFMASK (HAMMER_BUFSIZE - 1) 74 #define HAMMER_XBUFMASK (HAMMER_XBUFSIZE - 1) [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2002 Justin T. Gibbs. 7 * Copyright (c) 2000-2002 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 88 SCSIID_OUR_ID((scb)->hscb->scsii [all...] |
/freebsd/sys/arm/arm/ |
H A D | machdep.c | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 7 * Copyright (c) 1994-1998 Mark Brinicombe. 162 unsigned int *vectors_data = vectors + (page0_data - page0); in arm_vector_init() 178 /* Now sync the vectors. */ 210 pcb->pcb_regs.sf_sp = (u_int)thread0.td_kstack + in cpu_startup() 218 * Flush the D-cache for non-DMA I/O so that the I-cache can 238 if (pc->pc_clock == 0) in cpu_est_clockrate() 241 *rate = pc->pc_clock; in cpu_est_clockrate() 307 pcpu->pc_mpidr = 0xffffffff; in cpu_pcpu_init() [all …]
|
/freebsd/sys/sys/ |
H A D | sockbuf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 53 #define SB_TLS_RX_RESYNC 0x8000 /* KTLS RX lost HW sync */ 95 u_int sb_ctl; /* non-data chars in buffer */ 106 * Classic BSD one-size-fits-all socket buffer, capable of 109 * - not ready data (sendfile) 110 * - TLS 184 * Per-socket buffer mutex used to protect most fields in the socket buffer. 185 * These make use of the mutex pointer embedded in struct sockbuf, which 190 #define SOCKBUF_MTX(_sb) ((_sb)->sb_mtx) [all …]
|
H A D | mount.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 53 /* Returns non-zero if fsids are different. */ 57 return (a->val[0] != b->val[0] || a->val[1] != b->val[1]); in fsidcmp() 65 * undefined behavior accessing unaligned fields within an embedded struct. 89 int64_t f_bavail; /* free blocks avail to non-superuser */ 91 int64_t f_ffree; /* free nodes avail to non-superuser */ 92 uint64_t f_syncwrites; /* count of sync writes since mount */ 94 uint64_t f_syncreads; /* count of sync reads since mount */ 118 int64_t f_bavail; /* free blocks avail to non-superuser */ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1 //===- llvm/BinaryFormat/ELF.h - ELF constants and structures ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This header contains common, non-processor-specific data structures and 14 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format 17 //===----------------------------------------------------------------------===// 70 Elf32_Word e_flags; // Processor-specific flags 86 // 64-bit ELF header. Fields are the same as for ELF32, but with different 121 ET_LOOS = 0xfe00, // Beginning of operating system-specific codes 122 ET_HIOS = 0xfeff, // Operating system-specific [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2016 Intel Deutschland GmbH 14 #include "iwl-tran 309 u16 sync; global() member [all...] |
/freebsd/sys/dev/ixl/ |
H A D | i40e_dcb.c | 3 Copyright (c) 2013-2018, Intel Corporation 41 * @status: Embedded DCBX Engine Status 70 u8 *buf = tlv->tlvinfo; in i40e_parse_ieee_etscfg_tlv() 76 * -------------------------- in i40e_parse_ieee_etscfg_tlv() 77 * |will-|CBS | Re- | Max | in i40e_parse_ieee_etscfg_tlv() 79 * -------------------------- in i40e_parse_ieee_etscfg_tlv() 82 etscfg = &dcbcfg->etscfg; in i40e_parse_ieee_etscfg_tlv() 83 etscfg->willing = (u8)((buf[offset] & I40E_IEEE_ETS_WILLING_MASK) >> in i40e_parse_ieee_etscfg_tlv() 85 etscfg->cbs = (u8)((buf[offset] & I40E_IEEE_ETS_CBS_MASK) >> in i40e_parse_ieee_etscfg_tlv() 87 etscfg->maxtcs = (u8)((buf[offset] & I40E_IEEE_ETS_MAXTC_MASK) >> in i40e_parse_ieee_etscfg_tlv() [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_dcb.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 41 * @buf: pointer to the caller-supplied buffer to store the MIB block 65 cmd->type = mib_type & ICE_AQ_LLDP_MIB_TYPE_M; in ice_aq_get_lldp_mib() 66 cmd->type |= (bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) & in ice_aq_get_lldp_mib() 74 *local_len = LE16_TO_CPU(cmd->local_len); in ice_aq_get_lldp_mib() 76 *remote_len = LE16_TO_CPU(cmd->remote_len); in ice_aq_get_lldp_mib() 103 cmd->comman in ice_aq_cfg_lldp_mib_change() 1014 u8 i, j, err, sync, oper, app_index, ice_app_sel_type; ice_cee_to_dcb_cfg() local [all...] |
/freebsd/sys/dev/usb/net/ |
H A D | if_axe.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 4 * Copyright (c) 1997, 1998, 1999, 2000-2003 18 * 4. Neither the name of the author nor the names of any co-contributors 53 * and has a 64-bit multicast hash filter. There is some information 57 * - You must set bit 7 in the RX control register, otherwise the 59 * - You must initialize all 3 IPG registers, or you won't be able 312 err = uether_do_request(&sc->sc_ue, &req, buf, 1000); in axe_cmd() 324 locked = mtx_owned(&sc->sc_mtx); in axe_miibus_readreg() 337 * revered for embedded ethernet PHY. So clear the in axe_miibus_readreg() [all …]
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _error_translation.py | 1 # SPDX-License-Identifier: Apache-2.0 9 # http://www.apache.org/licenses/LICENSE-2.0 420 ret, snapname, fd, force, raw, resumable, embedded, origin, properrs argument 445 elif embedded and not raw: 552 raise _generic_exception(ret, name, "Failed to sync pool") 778 allowed = string.ascii_letters + string.digits + u'-_.: '
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_misc.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 80 * - Lookup a spa_t by name 81 * - Add or remove a spa_t from the namespace 82 * - Increase spa_refcount from non-zero 83 * - Check if spa_refcount is zero 84 * - Rename a spa_t 85 * - add/remove/attach/detach devices 86 * - Held for the duration of create/destroy 87 * - Held at the start and end of import and export [all …]
|