/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 regulator-nam [all...] |
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/ |
H A D | zpool_resilver_concurrent.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or http://www.opensolaris.org/os/licensing. 39 # 4. Force-fault 2 vdevs and verify distributed spare is kicked in. 47 typeset -ir devs=10 48 typeset -ir nparity=1 49 typeset -ir ndata=8 50 typeset -ir dspare=1 57 log_must rm -f "$BASEDIR/vdev$i" 61 if [[ -d $dir ]]; then [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | psci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 15 processors") can be used by Linux to initiate various CPU-centric power 25 r0 => 32-bi [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. 145 uint32_t vq_cqueued; /* Classes with queued I/Os. */ 147 uint32_t vq_active; /* Number of active I/Os. */ 148 uint32_t vq_ia_active; /* Active interactive I/Os. */ 149 uint32_t vq_nia_credit; /* Non-interactive I/Os credit. */ 150 list_t vq_active_list; /* List of active I/Os. */ 166 * On-disk indirect vdev state. 178 * removal is initiated. 190 * is allocated when a vdev removal is initiated. [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/redundancy/ |
H A D | redundancy.kshlib | 10 # or http://www.opensolaris.org/os/licensing. 32 poolexists $TESTPOOL && $ZPOOL status -v $TESTPOOL 36 if [[ -d $dir ]]; then 37 log_must $RM -rf $dir 54 [[ -z $pool ]] && log_fail "No specified pool." 55 [[ -f $recordfile ]] && log_must $RM -f $recordfile 59 log_must eval "$DU -a $mntpnt > $recordfile 2>&1" 64 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1 78 typeset -i vdev_cnt=$3 81 typeset -i i=0 [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 1 //===- llvm/Analysis/LoopNestAnalysis.h --------- 213 raw_ostream &OS; global() variable 216 LoopNestPrinterPass(raw_ostream & OS) LoopNestPrinterPass() argument [all...] |
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | satproto.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 160 * - \e tiSuccess: I/O request successfully initiated. 161 * - \e tiBusy: No resources available, try again later. 162 * - \e tiIONoDevice: Invalid device handle. 163 * - \e tiError: Other errors. 194 * - \e tiSuccess: I/O request successfully initiated. 195 * - \e tiBusy: No resources available, try again later. 196 * - \e tiIONoDevice: Invalid device handle. 197 * - \e tiError: Other errors. 230 * - \e tiSuccess: I/O request successfully initiated. [all …]
|
H A D | sat.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 95 * \e tiSuccess: I/O request successfully initiated. 121 pSense = satIOContext->pSense; in satIOStart() 122 pSatDevData = satIOContext->pSatDevData; in satIOStart() 123 scsiCmnd = &tiScsiRequest->scsiCmnd; in satIOStart() 124 pLun = &scsiCmnd->lun; in satIOStart() 129 if ( ((pLun->lun[0] | pLun->lun[1] | pLun->lun[2] | pLun->lun[3] | in satIOStart() 130 pLun->lun[4] | pLun->lun[5] | pLun->lun[6] | pLun->lun[7] ) != 0) && in satIOStart() 131 (scsiCmnd->cdb[0] != SCSIOPC_INQUIRY) in satIOStart() 135 scsiCmnd->cdb[0], tiIORequest, tiDeviceHandle)); in satIOStart() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-P2P | 1 wpa_supplicant and Wi-Fi P2P 4 This document describes how the Wi-Fi P2P implementation in 10 Introduction to Wi-Fi P2P 11 ------------------------- 15 More information about Wi-Fi P2P is available from Wi-Fi Alliance: 16 http://www.wi-fi.org/Wi-Fi_Direct.php 20 ----------------------------- 26 ---------------------------- 28 Wi-Fi P2P is an optional component that needs to be enabled in the 30 configuration that includes Wi-Fi P2P support and Linux nl80211 [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itddisc.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 82 * \param tiRoot: Pointer to the OS Specific module allocated tiRoot_t 88 * tiSuccess Discovery initiated. 89 * tiBusy Discovery could not be initiated at this time. 101 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIDiscoverTargets() 102 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIDiscoverTargets() 108 dmRoot_t *dmRoot = &(tdsaAllShared->dmRoot); in tiINIDiscoverTargets() 125 if (TDLIST_EMPTY(&(tdsaAllShared->MainPortContextList))) in tiINIDiscoverTargets() 137 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiINIDiscoverTargets() 143 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiINIDiscoverTargets() [all …]
|
H A D | itdio.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 84 * \param tiScsiRequest: Pointer to the SCSI-3 I/O request and SGL list. 85 * \param tiRequestBody: Pointer to the OS Specific module allocated storage 91 * tiSuccess: I/O request successfully initiated. 108 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIIOStart() 109 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIIOStart() 110 itdsaIni_t *Initiator = (itdsaIni_t *)tdsaAllShared->itdsaIni; in tiINIIOStart() 133 smRoot_t *smRoot = &(tdsaAllShared->smRoot); in tiINIIOStart() 143 oneDeviceData = (tdsaDeviceData_t *)tiDeviceHandle->tdData; in tiINIIOStart() 155 if (oneDeviceData->valid != agTRUE || oneDeviceData->registered != agTRUE || in tiINIIOStart() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdio.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 26 * Copyright 2006 PMC-Sierra, Inc. 142 tdsaRootOsData_t *osData = (tdsaRootOsData_t *)agRoot->osData; in ttdsaSSPReqReceived() 143 tiRoot_t *tiRoot = (tiRoot_t *)osData->tiRoot; in ttdsaSSPReqReceived() 158 in ini, agDevHandle->osData = tdsaDeviceData_t in ttdsaSSPReqReceived() 162 oneDeviceData->tiDeviceHandle.tdData has been initialized in ttdsaSSPReqReceived() 164 oneDeviceData = (tdsaDeviceData_t *)agDevHandle->osData; in ttdsaSSPReqReceived() 183 if (ttdsaXchg->IORequestBody.tiIORequest == agNULL) in ttdsaSSPReqReceived() 190 oneDeviceData->agDevHandle = agDevHandle; in ttdsaSSPReqReceived() 191 oneDeviceData->agRoot = agRoot; in ttdsaSSPReqReceived() [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vfsops.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 117 if (vfsp->vfs_mntpoint != NULL) in zfsvfs_vfs_free() 118 kmem_strfree(vfsp->vfs_mntpoint); in zfsvfs_vfs_free() 119 mutex_destroy(&vfsp->vfs_mntpt_lock); in zfsvfs_vfs_free() 129 vfsp->vfs_readonly = B_TRUE; in zfsvfs_parse_option() 130 vfsp->vfs_do_readonly = B_TRUE; in zfsvfs_parse_option() 133 vfsp->vfs_readonly = B_FALSE; in zfsvfs_parse_option() 134 vfsp->vfs_do_readonly = B_TRUE; in zfsvfs_parse_option() 137 vfsp->vfs_setuid = B_TRUE; in zfsvfs_parse_option() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 7 SSL_get_secure_renegotiation_support - manipulate SSL options 26 SSL_CTX_set_options() adds the options set via bit-mask in B<options> to B<ctx>. 29 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>. 32 SSL_CTX_clear_options() clears the options set via bit-mask in B<options> 35 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>. 48 The options are coded as bit-masks and can be combined by a bitwise B<or> 67 Add server-hello extension from the early version of cryptopro draft 80 Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X. 81 OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers. 105 Client-initiated renegotiation is disabled by default. Use [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | thermal-zones.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml# 6 $schema: http://devicetree.org/meta-schemas/base.yaml# 11 - Daniel Lezcano <daniel.lezcano@linaro.org> 20 - thermal-sensor: device that measures temperature, has SoC-specific bindings 21 - cooling-device: device used to dissipate heat either passively or actively 22 - thermal-zones: a container of the following node types used to describe all 25 This binding describes the thermal-zones. 27 The polling-delay properties of a thermal-zone are bound to the maximum dT/dt [all …]
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 2 # SPDX-License-Identifier: CDDL-1.0 22 import os 38 from os.path import exists 68 raise OSError(errno_, os.strerror(errno_)) 69 return t.tv_sec + t.tv_nsec * 1e-9 90 m, s = divmod(monotonic_time() - self.starttime, 60) 142 buf = os.read(fd, 4096) 146 os.write(sys.stderr.fileno(), buf) 168 The timeout for tests is measured in wall-clock time 195 signal = '-TERM' [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.h | 1 //=-- lsan_common.h -------- [all...] |
/freebsd/sys/dev/mfi/ |
H A D | mfi_tbolt.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 8 * Copyright 1994-2009 The FreeBSD Project. 145 * mfi_tbolt_adp_reset - For controller reset 168 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%d, " in mfi_tbolt_adp_reset() 175 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: HostDiag=%#x\n", HostDiag); in mfi_tbolt_adp_reset() 187 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%d, " in mfi_tbolt_adp_reset() 203 sc->reply_size = MEGASAS_THUNDERBOLT_REPLY_SIZE; in mfi_tbolt_init_globals() 204 sc->raid_io_msg_size = MEGASAS_THUNDERBOLT_NEW_MSG_SIZE; in mfi_tbolt_init_globals() 208 * (size of the Message - Raid SCSI IO message size(except SGE)) in mfi_tbolt_init_globals() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 4 # Copyright (c) 2012-2013, Jouni Malinen <j@w1.fi> 5 # Copyright (c) 2019-2020, The Linux Foundation 12 import os 24 scriptsdir = os.path.dirname(os.path.realpath(sys.modules[__name__].__file__)) 25 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy')) 68 if os.path.isdir(wpas_ctrl): 70 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)] 82 if os.path.basename(ctrl).startswith("p2p-dev-"): 117 summary("DPP Authentication initiated") 145 extra = "-" + extra [all …]
|
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | zpoolprops.7 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 42 Some properties are read-only statistics while others are configurable and 51 The following are read-only properties: 52 .Bl -tag -width "unsupported@guid" 80 .Xr zpool-prefetch 8 . 82 Total on-disk size of the deduplication table. 86 On whole-disk vdevs, this is the space beyond the end of the GPT – 90 added to the pool – most likely by resizing it in-place. [all …]
|
H A D | zpoolconcepts.7 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 43 .Bl -tag -width "special" 69 .Em N No disks of size Em X No can hold Em X No bytes and can withstand Em N-1 72 A distributed-parity layout, similar to RAID-5/6, with improved distribution of 73 parity, and which does not suffer from the RAID-5/6 84 vdev type specifies a single-parity raidz group; the 86 vdev type specifies a double-parity raidz group; and the 88 vdev type specifies a triple-parity raidz group. [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dnode_sync.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 46 int txgoff = tx->tx_txg & TXG_MASK; in dnode_increase_indirection() 47 int nblkptr = dn->dn_phys->dn_nblkptr; in dnode_increase_indirection() 48 int old_toplvl = dn->dn_phys->dn_nlevels - 1; in dnode_increase_indirection() 49 int new_level = dn->dn_next_nlevels[txgoff]; in dnode_increase_indirection() 52 rw_enter(&dn->dn_struct_rwlock, RW_WRITER); in dnode_increase_indirection() 55 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_increase_indirection() 56 ASSERT(new_level > 1 && dn->dn_phys->dn_nlevels > 0); in dnode_increase_indirection() 58 db = dbuf_hold_level(dn, dn->dn_phys->dn_nlevels, 0, FTAG); in dnode_increase_indirection() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdmisc.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 87 * tiSuccess: I/O request successfully initiated. 101 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIIOAbort() 102 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIIOAbort() 129 agRoot = &(tdsaAllShared->agRootNonInt); in tiINIIOAbort() 130 tdIORequestBody = (tdIORequestBody_t *)taskTag->tdData; in tiINIIOAbort() 131 agIORequest = &(tdIORequestBody->agIORequest); in tiINIIOAbort() 132 oneDeviceData = tdIORequestBody->tiDevHandle->tdData; in tiINIIOAbort() 140 agDevHandle = oneDeviceData->agDevHandle; in tiINIIOAbort() 142 TI_DBG2(("tiINIIOAbort: did %d\n", oneDeviceData->id)); in tiINIIOAbort() [all …]
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 160 * from being unloaded after a umount -f 171 objset_t *os; in zfs_get_temporary_prop() local 174 error = dmu_objset_from_ds(ds, &os); in zfs_get_temporary_prop() 178 error = getzfsvfs_impl(os, &zfvp); in zfs_get_temporary_prop() 183 vfsp = zfvp->z_vfs; in zfs_get_temporary_prop() 216 if (zfvp->z_flags & ZSB_XATTR) in zfs_get_temporary_prop() 217 tmp = zfvp->z_xattr; in zfs_get_temporary_prop() 249 quotaobj = isgroup ? zfsvfs->z_groupquota_obj : zfsvfs->z_userquota_obj; in zfs_getquota() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_options.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|