/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | bosch,m_can.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 - Chandrasekar Ramakrishnan <rcsekar@samsung.com> 15 - $ref: can-controller.yaml# 23 - description: M_CAN registers map 24 - description: message RAM 26 reg-names: 28 - const: m_can 29 - const: message_ram [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_edid_modes.h | 2 * Copyright (c) 2007-2008 Intel Corporation 19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 36 736, 832, 0, 350, 382, 385, 445, 0, 40 736, 832, 0, 400, 401, 404, 445, 0, 44 828, 936, 0, 400, 401, 404, 446, 0, 48 752, 800, 0, 480, 489, 492, 525, 0, 52 704, 832, 0, 480, 489, 492, 520, 0, 56 720, 840, 0, 480, 481, 484, 500, 0, 60 752, 832, 0, 480, 481, 484, 509, 0, 64 896, 1024, 0, 600, 601, 603, 625, 0, [all …]
|
/freebsd/usr.bin/mt/ |
H A D | mt.1 | 66 .Bl -tag -width ".Cm erase" 70 end-of-file (EOF) marks at the current position. 75 end-of-file (EOF) marks at the current position. 109 of 0, it will erase the tape using a quick method. 116 .Bl -tag -width ".Cm geteotmodel" 128 by the number of end-of-file marks. 138 Re-tension the tape. 183 .Bl -tag -width ".Cm seteotmodel" 201 except 0 commands the drive to use variable-length blocks. 226 will be numbers other than -1, and there may be Flags reported as well. [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send_hole_birth.ksh | 1 #!/bin/ksh -p 10 # or https://opensource.org/licenses/CDDL-1.0. 61 log_must eval "zfs send $sendfs@snap1 > $BACKDIR/pool-snap1" 62 log_must eval "zfs receive -F $recvfs < $BACKDIR/pool-snap1" 64 log_must eval "zfs send -i $sendfs@snap1 $sendfs@snap2 " \ 65 ">$BACKDIR/pool-snap1-snap2" 66 log_must eval "zfs receive $recvfs < $BACKDIR/pool-snap1-snap2" 72 # to be re-enabled for this test case to verify correctness. Once we're 74 # be re-enabled by default. 75 log_must set_tunable64 SEND_HOLES_WITHOUT_BIRTH_TIME 0 [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | sigfastblock.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 33 [ `id -u` -ne 0 ] && echo "Must be root!" && exit 1 34 [ `uname -p` != "amd64" ] && exit 0 62 block, signo, si->si_code, si->si_pid); 76 &valsize, NULL, 0); 77 if (error != 0) 79 if (val != 0) 82 memset(&sa, 0, sizeof(sa)); 88 if (child == -1) 90 if (child == 0) { [all …]
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 12 #if YY_FLEX_SUBMINOR_VERSION > 0 16 /* First, we deal with platform-specific or compiler-specific issues. */ 31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 60 #define INT8_MIN (-128) 63 #define INT16_MIN (-32767-1) 66 #define INT32_MIN (-2147483647-1) 88 #define SIZE_MAX (~(size_t)0) 106 /* Returned upon end-of-file. */ 107 #define YY_NULL 0 110 * integer in range [0..255] for use as an array index. [all …]
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 33 * SHA3-224 is the next largest block size, at 1152 bits. However, crypto(4) 53 #if 0 114 int private_lsb; /* Reserved LSB #, or -1 */ 144 * (PSP-only) by default. PSP grants access to some queues to host via 160 /* Secondary BAR (RID 5) apparently used for MSI-X */ 188 } while (0) 190 #if 0 198 } while (0) [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Cuda.cpp | 22 CUDA_ENTRY(7, 0), 24 CUDA_ENTRY(8, 0), 25 CUDA_ENTRY(9, 0), 28 CUDA_ENTRY(10, 0), 31 CUDA_ENTRY(11, 0), 40 CUDA_ENTRY(12, 0), 52 for (auto *I = CudaNameVersionMap; I->Version != CudaVersion::UNKNOWN; ++I) in CudaVersionToString() 53 if (I->Version == V) in CudaVersionToString() 54 return I->Name; in CudaVersionToString() 61 for (auto *I = CudaNameVersionMap; I->Version != CudaVersion::UNKNOWN; ++I) in CudaStringToVersion() [all …]
|
/freebsd/contrib/arm-optimized-routines/string/bench/ |
H A D | memset.c | 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 41 #define SIZE_MASK (SIZE_NUM-1) 51 {4095,133}, { 10, 130}, { 9, 124}, { 3, 124}, { 28, 120}, { 0, 118}, 52 {288, 110}, {1152, 96}, {104, 90}, { 1, 86}, {832, 76}, {248, 74}, 75 {728, 1}, {2040, 1}, {1192, 1}, {3600, 1}, {0, 0} 79 #define ALIGN_MASK (ALIGN_NUM-1) 85 {16, 338}, {8, 307}, {32, 148}, {64, 131}, {4, 72}, {1, 23}, {2, 5}, {0, 0} 93 for (n = i = 0; (freq = memset_len_freq[i].freq) != 0; i++) in init_memset_distribution() 94 for (j = 0, size = memset_len_freq[i].size; j < freq; j++) in init_memset_distribution() 98 for (n = i = 0; (freq = memset_align_freq[i].freq) != 0; i++) in init_memset_distribution() [all …]
|
H A D | memcpy.c | 4 * Copyright (c) 2020-2023, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 40 #define SIZE_MASK (SIZE_NUM-1) 47 { 12,1608}, { 24,1343}, {1152,895}, {144, 813}, {884, 733}, {284, 721}, 61 {504, 5}, {168, 5}, {424, 5}, { 0, 4}, { 76, 3}, {200, 3}, 76 { 87, 1}, {584, 1}, { 85, 1}, {648, 1}, {0, 0} 80 #define ALIGN_MASK (ALIGN_NUM-1) 87 {8, 300}, {16, 292}, {32, 168}, {64, 153}, {4, 79}, {2, 14}, {1, 18}, {0, 0} 92 {8, 265}, {16, 263}, {64, 209}, {32, 174}, {4, 90}, {2, 10}, {1, 13}, {0, 0} 111 for (n = i = 0; (freq = size_freq[i].freq) != 0; i++) in init_copy_distribution() [all …]
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_init.c | 1 /*- 2 * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries. 52 memset(&admin_req, 0, sizeof(admin_req)); in pqisrc_report_pqi_capability() 53 memset(&admin_resp, 0, sizeof(admin_resp)); in pqisrc_report_pqi_capability() 55 memset(&pqi_cap_dma_buf, 0, sizeof(struct dma_mem)); in pqisrc_report_pqi_capability() 83 softs->pqi_dev_cap.max_iqs = capability->max_iqs; in pqisrc_report_pqi_capability() 84 softs->pqi_dev_cap.max_iq_elements = capability->max_iq_elements; in pqisrc_report_pqi_capability() 85 softs->pqi_dev_cap.max_iq_elem_len = capability->max_iq_elem_len; in pqisrc_report_pqi_capability() 86 softs->pqi_dev_cap.min_iq_elem_len = capability->min_iq_elem_len; in pqisrc_report_pqi_capability() 87 softs->pqi_dev_cap.max_oqs = capability->max_oqs; in pqisrc_report_pqi_capability() [all …]
|
H A D | smartpqi_defines.h | 1 /*- 2 * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries. 36 #define CT_ASSERT(e) extern char __assert_test_case[1 - (2*(!(e)))] 38 #define CT_ASSERT(e) typedef char __C_ASSERT__[(e)?1:-1] 41 #define PQI_STATUS_FAILURE -1 42 #define PQI_STATUS_TIMEOUT -2 43 #define PQI_STATUS_QFULL -3 44 #define PQI_STATUS_SUCCESS 0 47 #define PQI_VENDOR_GENERAL_CONFIG_TABLE_UPDATE 0 52 #define TIMEOUT_INFINITE ((uint32_t) (-1)) [all …]
|
H A D | smartpqi_structures.h | 1 /*- 2 * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries. 61 /* As per PQI Spec pqi-2r00a , 6.2.2. */ 109 * Mapped in PCIe BAR 0. 113 uint8_t res1[0x18]; 121 uint8_t res5[0x64]; 133 uint8_t res8[0xf34]; /* 0xC8 + 4 + 0xf34 = 1000h */ 229 /* lock-free stack used to push and pop the tag used for IO request */ 246 #define SGL_DESCRIPTOR_CODE_DATA_BLOCK 0x0 247 #define SGL_DESCRIPTOR_CODE_BIT_BUCKET 0x1 [all …]
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.c | 2 * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c) 4 * It has been AutoGen-ed May 25, 2024 at 12:04:35 AM by AutoGen 5.18.16 5 * From the definitions ntpsnmpd-opts.def 21 * Copyright (C) 1992-2024 The University of Delaware and Network Time Foundation, all rights reserved. 26 * <http://opensource.org/licenses/ntp-license.php> 41 #include "ntpsnmpd-opts.h" 57 #define zCopyright (ntpsnmpd_opt_strs+0) 62 # define NULL 0 69 /* 0 */ "ntpsnmpd 4.2.8p18\n" 70 "Copyright (C) 1992-202 [all...] |
/freebsd/sys/dev/iicbus/controller/vybrid/ |
H A D | vf_i2c.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2024 Pierre-Luc Drouin <pldrouin@pldrouin.net> 30 * Vybrid Family Inter-Integrated Circuit (I2C) 62 #define I2C_IBAD 0x0 /* I2C Bus Address Register */ 63 #define I2C_IBFD 0x1 /* I2C Bus Frequency Divider Register */ 64 #define I2C_IBCR 0x2 /* I2C Bus Control Register */ 66 #define IBCR_IBIE (1 << 6) /* I-Bus Interrupt Enable. */ 72 #define I2C_IBSR 0x3 /* I2C Bus Status Register */ 78 #define IBSR_IBIF (1 << 1) /* I-Bus Interrupt Flag. */ [all …]
|
/freebsd/share/man/man7/ |
H A D | tuning.7 | 31 .Sh SYSTEM SETUP - DISKLABEL, NEWFS, TUNEFS, SWAP 63 partitions are read-mostly, with very little writing, while 68 heavily write-loaded partitions will not bleed over into the mostly-read 81 .Dq Li "tunefs -n enable /filesystem" . 82 Softupdates drastically improves meta-data performance, mainly file 103 A number of run-time 117 file systems normally update the last-accessed time of a file or 138 atime turned on for mostly read-only partitions such as 161 or essentially read-only partitions such as 170 File systems tend to store meta-data on power-of-2 boundaries [all …]
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_i2c.c | 1 /*- 2 * Copyright (C) 2008-2009 Semihalf, Michal Hajduk 36 * This driver currently implements only master-mode operations. 38 * This driver supports multi-master i2c buses, by detecting bus arbitration 41 * transfer cycles resulting in arbitration loss in mid-transfer. The caller 81 #define I2C_ADDR_REG 0x00 /* I2C slave address register */ 82 #define I2C_FDR_REG 0x04 /* I2C frequency divider register */ 83 #define I2C_CONTROL_REG 0x08 /* I2C control register */ 84 #define I2C_STATUS_REG 0x0C /* I2C status register */ 85 #define I2C_DATA_REG 0x10 /* I2C data register */ [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 62 #define TH_FIN 0x01 63 #define TH_SYN 0x02 64 #define TH_RST 0x04 65 #define TH_PUSH 0x08 66 #define TH_ACK 0x10 67 #define TH_URG 0x20 68 #define TH_ECE 0x40 69 #define TH_CWR 0x80 [all …]
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018_clock.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 52 #include <dt-bindings/clock/qcom,gcc-ipq4019.h> 71 .clkdef.parent_cnt = 0, \ 82 .clkdef.parent_cnt = 0, \ 130 /* read-only div table */ 185 * P_FEPLL125 - 125MHz 186 * P_FEPLL125DLY - 125MHz 187 * P_FEPLL200 - 200MHz 188 * "fepll500" - 500MHz [all …]
|
/freebsd/contrib/ofed/libibmad/ |
H A D | fields.c | 2 * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved. 4 * Copyright (c) 2009-2011 Mellanox Technologies LTD. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 48 * encoded in the IB spec - IB headers are encoded such that the bit offsets 53 #define BITSOFFS(o, w) (((o) & ~31) | ((32 - ((o) & 31) - (w)))), (w) 55 #define BE_TO_BITSOFFS(o, w) (((o) & ~31) | ((32 - ((o) & 31) - (w)))) 58 {0, 0}, /* IB_NO_FIELD - reserved as invalid */ 60 {0, 64, "GidPrefix", mad_dump_rhex}, 65 * SMP: Subnet Management packets - lid routed (IB spec 14.2.1.1) [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mesh.c | 2 * Copyright (c) 2008-2009 Voltaire, Inc. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 56 #define LARGE (0x7fffffff) 67 {0, {0}, 0, {0}, }, 69 {1, {2}, 1, {0, -1}, }, 70 {1, {3}, 2, {-1, 0, 1}, }, 71 {1, {5}, 2, {-9, 0, 1}, }, 72 {1, {6}, 2, {-36, 0, 1}, }, 74 {2, {2, 2}, 2, {-4, 0, 1}, }, [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/sha2/ |
H A D | sha512-x86_64.S | 2 * Copyright 2004-2022 The OpenSSL Project Authors. All Rights Reserved. 8 * https://www.apache.org/licenses/LICENSE-2.0 18 * Portions Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 19 * - modified assembly to fit into OpenZFS 32 .quad 0x428a2f98d728ae22,0x7137449123ef65cd 33 .quad 0x428a2f98d728ae22,0x7137449123ef65cd 34 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc 35 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc 36 .quad 0x3956c25bf348b538,0x59f111f1b605d019 37 .quad 0x3956c25bf348b538,0x59f111f1b605d019 [all …]
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | aes-gcm-avx512.S | 1 /* Do not modify. This file is auto-generated from aes-gcm-avx512.pl. */ 13 .byte 0xf3,0xc3 14 .size ossl_vaes_vpclmulqdq_capable, .-ossl_vaes_vpclmulqdq_capable 35 vpxorq 0(%rdi),%xmm16,%xmm16 59 vpxorq 0(%rdi),%xmm16,%xmm16 87 vpxorq 0(%rdi),%xmm16,%xmm16 135 vshufi32x4 $0x00,%ymm16,%ymm16,%ymm4 138 vpclmulqdq $0x11,%ymm4,%ymm3,%ymm0 139 vpclmulqdq $0x00,%ymm4,%ymm3,%ymm1 140 vpclmulqdq $0x01,%ymm4,%ymm3,%ymm2 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
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-cells = <2>; 14 #size-cells = <2>; 17 compatible = "arm,psci-0.2"; 22 #address-cells = <1>; 23 #size-cells = <0>; 25 cpu-map { [all …]
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_sim_common.c | 2 * EAP peer/server: EAP-SIM/AKA/AKA' shared routines 3 * Copyright (c) 2004-2008, Jouni Malinen <j@w1.fi> 37 addr[0] = identity; in eap_sim_derive_mk() 38 len[0] = identity_len; in eap_sim_derive_mk() 52 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: MK", mk, EAP_SIM_MK_LEN); in eap_sim_derive_mk() 62 addr[0] = identity; in eap_aka_derive_mk() 63 len[0] = identity_len; in eap_aka_derive_mk() 71 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", ik, EAP_AKA_IK_LEN); in eap_aka_derive_mk() 72 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: CK", ck, EAP_AKA_CK_LEN); in eap_aka_derive_mk() 73 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: MK", mk, EAP_SIM_MK_LEN); in eap_aka_derive_mk() [all …]
|