/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | arm,smmu-v3.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/iommu/arm,smmu-v3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Will Deacon <will@kernel.org> 11 - Robin Murphy <Robin.Murphy@arm.com> 15 revisions, replacing the MMIO register interface with in-memory command 21 pattern: "^iommu@[0-9a-f]*" 23 const: arm,smmu-v3 32 interrupt-names: [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hip07.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 compatible = "hisilicon,hip07-d05"; 12 interrupt-parent = <&gic>; 13 #address-cell [all...] |
H A D | hip06.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 compatible = "hisilicon,hip06-d03"; 12 interrupt-parent = <&gic>; 13 #address-cell [all...] |
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 2 * daemon/worker.c - worker that handles a pending list of requests. 104 * seconds to add to prefetch leeway. This is a TTL that expires old rrsets 132 front = listen_get_mem(worker->front); in worker_mem_report() 133 back = outnet_get_mem(worker->back); in worker_mem_report() 134 msg = slabhash_get_mem(worker->env.msg_cache); in worker_mem_report() 135 rrset = slabhash_get_mem(&worker->env.rrset_cache->table); in worker_mem_report() 136 infra = infra_get_mem(worker->env.infra_cache); in worker_mem_report() 137 mesh = mesh_get_mem(worker->env.mesh); in worker_mem_report() 138 ac = alloc_get_mem(worker->alloc); in worker_mem_report() 139 superac = alloc_get_mem(&worker->daemon->superalloc); in worker_mem_report() [all …]
|
H A D | remote.c | 2 * daemon/remote.c - remote control for the unbound daemon. 41 * unbound-control tool, or a TLS capable web browser. 123 rc->ctx = SSL_CTX_new(SSLv23_server_method()); in remote_setup_ctx() 124 if(!rc->ctx) { in remote_setup_ctx() 128 if(!listen_sslctx_setup(rc->ctx)) { in remote_setup_ctx() 132 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1); in remote_setup_ctx() 133 s_key = fname_after_chroot(cfg->server_key_file, cfg, 1); in remote_setup_ctx() 139 if (!SSL_CTX_use_certificate_chain_file(rc->ctx,s_cert)) { in remote_setup_ctx() 140 log_err("Error for server-cert-file: %s", s_cert); in remote_setup_ctx() 144 if(!SSL_CTX_use_PrivateKey_file(rc->ctx,s_key,SSL_FILETYPE_PEM)) { in remote_setup_ctx() [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Fix for dnsoverquic and dnstap to use the correct dnstap 6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. 9 - Fix to display warning if quic-port is set but dnsoverquic is not 11 - Fix dnsoverquic to extend the number of streams when one is closed. 14 - Fix to disable detection of quic configured ports when quic is 16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. 17 - Fix contrib/aaaa-filter-iterator.patch for change in call 21 - Fix cookie_file test sporadic fails for time change during 23 - Fix add reallocarray to alloc stats unit test, and disable 24 override of strdup in unbound-host, and the result of config [all …]
|
/freebsd/sys/dev/neta/ |
H A D | if_mvneta.c | 191 #define mvneta_sc_lock(sc) mtx_lock(&sc->mtx) 192 #define mvneta_sc_unlock(sc) mtx_unlock(&sc->mtx) 284 "rx_frame_1_64", "Frame Size 1 - 64"}, 286 "rx_frame_65_127", "Frame Size 65 - 127"}, 288 "rx_frame_128_255", "Frame Size 128 - 255"}, 290 "rx_frame_256_511", "Frame Size 256 - 511"}, 292 "rx_frame_512_1023", "Frame Size 512 - 1023"}, 294 "rx_fame_1024_max", "Frame Size 1024 - Max"}, 334 { -1, 0} 369 * Fall back -- use the currently programmed address. in mvneta_get_mac_address() [all …]
|
/freebsd/sys/dev/pci/ |
H A D | pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 88 (((cfg)->hdrtype == PCIM_HDRTYPE_NORMAL && reg == PCIR_BIOS) || \ 89 ((cfg)->hdrtype == PCIM_HDRTYPE_BRIDGE && reg == PCIR_BIOS_1)) 115 struct resource_list *rl, int force, int prefetch); 237 #define PCI_QUIRK_DISABLE_MSI 2 /* Neither MSI nor MSI-X work */ 240 #define PCI_QUIRK_DISABLE_MSIX 5 /* MSI-X doesn't work */ 255 * MSI doesn't work with the ServerWorks CNB20-HE Host Bridge 256 * or the CMIC-SL (AKA ServerWorks GC_LE). 274 * MSI doesn't work with devices behind the AMD 8131 HT-PCIX [all …]
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 5 * PCI-SCSI controllers. 7 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr> 9 * This driver also supports the following Symbios/LSI PCI-SCSI chips: 14 * This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver. 15 * Copyright (C) 1998-1999 Gerard Roudier 18 * a port of the FreeBSD ncr driver to Linux-1.2.13. 22 * Stefan Esser <se@mi.Uni-Koeln.de> 26 * FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vnops_os.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 78 * properly lock its in-core state, create a DMU transaction, do the work, 95 * which may induce a lot of work -- pushing cached pages (which acquires 118 * to use a non-blocking assign can deadlock the system. The scenario: 121 * Thread B is in an already-assigned tx, and blocks for this lock. 125 * If dmu_tx_assign() returns ERESTART and zfsvfs->z_assign is TXG_NOWAIT, 170 * dmu_tx_commit(tx); // commit DMU tx -- error or not 190 if (blk_mode_is_open_write(mode) && (zp->z_pflags & ZFS_APPENDONLY) && in zfs_open() 202 if (atomic_inc_32_nv(&zp->z_sync_cnt) == 1) in zfs_open() 203 zil_async_to_sync(zfsvfs->z_log, zp->z_id); in zfs_open() [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2002, 2004 Justin T. Gibbs. 7 * Copyright (c) 2000-2003 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 74 { DPARERR, "Data-path Parity Error" }, 82 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 83 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" }, 84 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 85 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" }, [all …]
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vnops_os.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 103 VNASSERT((vp)->v_holdcnt > 0 && (vp)->v_usecount > 0, vp, \ 119 * properly lock its in-core state, create a DMU transaction, do the work, 136 * reference will call zfs_zinactive(), which may induce a lot of work -- 156 * to use a non-blocking assign can deadlock the system. The scenario: 159 * Thread B is in an already-assigned tx, and blocks for this lock. 163 * If dmu_tx_assign() returns ERESTART and zfsvfs->z_assign is TXG_NOWAIT, 208 * dmu_tx_commit(tx); // commit DMU tx -- error or not 221 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_open() 227 if ((flag & FWRITE) && (zp->z_pflags & ZFS_APPENDONLY) && in zfs_open() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 31 * Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 84 static int mount_tp_nthr = 512; /* tpool threads for multi-threaded mounting */ 366 * Given a cb->cb_flags with a histogram bit set, return the iostat_type. 370 #define IOS_HISTO_IDX(a) (highbit64(a & IOS_ANYHISTO_M) - 1) 399 { "prefetch", zpool_do_prefetch, HELP_PREFETCH }, 454 return (gettext("\tadd [-afgLnP] [-o property=value] " in get_usage() 457 return (gettext("\tattach [-fsw] [-o property=value] " in get_usage() 458 "<pool> <device> <new-device>\n")); in get_usage() 460 return (gettext("\tclear [[--power]|[-nF]] <pool> [device]\n")); in get_usage() [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 1 /*- 34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 122 /* Engine CKV - The Alias key EC curve and ECC public key information. */ 124 /* Engine CKV - Initialization vector. */ 126 /* Engine CKV - Authentication tag. */ 128 /* Engine CKV - The encrypted data. */ [all …]
|