/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 1 //===-- sanitizer_common_interceptors_ioctl.inc -----------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 20 // XXX: The declarations below may use WRITE instead of READWRITE, unless 25 WRITE, 35 static unsigned ioctl_table_size = 0; 52 _(FIOCLEX, NONE, 0); [all …]
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1 //===-- sanitizer_interceptors_ioctl_netbsd.inc -----------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 20 // XXX: The declarations below may use WRITE instead of READWRITE, unless 22 enum { NONE, READ, WRITE, READWRITE, CUSTOM } type : 3; 29 static unsigned ioctl_table_size = 0; 128 _(CIOCASYMFEAT, WRITE, sizeof(u32)); [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epolltable-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 40 The table was auto-generated with a python script, according to this 41 pseudocode:[*0] 43 If either the read or the write change is add+del: 44 This is impossible; Set op==-1, events=0. 45 Else, if either the read or the write change is add: 46 Set events to 0. 50 If the write change is add, or 51 (the write change is not del, and ev_write is in old_events): [all …]
|
/freebsd/contrib/libevent/ |
H A D | epolltable-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 40 The table was auto-generated with a python script, according to this 41 pseudocode:[*0] 43 If either the read or the write change is add+del: 44 This is impossible; Set op==-1, events=0. 45 Else, if either the read or the write change is add: 46 Set events to 0. 50 If the write change is add, or 51 (the write change is not del, and ev_write is in old_events): [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | XCOFFEmitter.cpp | 1 //===- yaml2xcoff - Convert YAML to a xcoff object file -------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 76 uint64_t StartOffset = 0u; 89 memset(Name, 0, XCOFF::NameSize); in writeName() 93 W.write(NameRef); in writeName() 145 uint64_t CurrentEndDataAddr = 0; in initSectionHeaders() 146 uint64_t CurrentEndTDataAddr = 0; in initSectionHeaders() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
H A D | metrics.json | 5 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0xffff\\,axi_id\\=0x0000@", 6 "ScaleUnit": "9.765625e-4KB", 11 "BriefDescription": "bytes of all masters write to ddr", 13 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0xffff\\,axi_id\\=0x0000@", 14 "ScaleUnit": "9.765625e-4KB", 21 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0x0000\\,axi_id\\=0x0000@", 22 "ScaleUnit": "9.765625e-4KB", 27 "BriefDescription": "bytes of a53 core write to ddr", 29 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0x0000\\,axi_id\\=0x0000@", 30 "ScaleUnit": "9.765625e-4KB", [all …]
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | prepare.py | 8 # --------------------- ----------------- # 10 # --------------------- ----------------- # 11 ( 'win-x64', 'x64' ), 12 ( 'win-x86', 'Win32' ), 13 # --------------------- ----------------- # 17 # --------------------- ----------------- # 19 # --------------------- ----------------- # 20 ( 'osx-x64', 'sierra' ), 21 # --------------------- ----------------- # 25 # --------------------- ----------------- # [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/ |
H A D | tegra234-mc.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2 /* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. */ 8 #define TEGRA234_SID_INVALID 0x00 9 #define TEGRA234_SID_PASSTHROUGH 0x7f 12 #define TEGRA234_SID_ISO_NVDISPLAY 0x01 13 #define TEGRA234_SID_ISO_VI 0x02 14 #define TEGRA234_SID_ISO_VIFALC 0x03 15 #define TEGRA234_SID_ISO_VI2 0x04 16 #define TEGRA234_SID_ISO_VI2FALC 0x05 17 #define TEGRA234_SID_ISO_VI_VM2 0x06 [all …]
|
H A D | tegra194-mc.h | 5 #define TEGRA194_SID_INVALID 0x00 6 #define TEGRA194_SID_PASSTHROUGH 0x7f 9 #define TEGRA194_SID_HOST1X 0x01 10 #define TEGRA194_SID_CSI 0x02 11 #define TEGRA194_SID_VIC 0x03 12 #define TEGRA194_SID_VI 0x04 13 #define TEGRA194_SID_ISP 0x05 14 #define TEGRA194_SID_NVDEC 0x06 15 #define TEGRA194_SID_NVENC 0x07 16 #define TEGRA194_SID_NVJPG 0x08 [all …]
|
H A D | tegra186-mc.h | 5 #define TEGRA186_SID_INVALID 0x00 6 #define TEGRA186_SID_PASSTHROUGH 0x7f 9 #define TEGRA186_SID_HOST1X 0x01 10 #define TEGRA186_SID_CSI 0x02 11 #define TEGRA186_SID_VIC 0x03 12 #define TEGRA186_SID_VI 0x04 13 #define TEGRA186_SID_ISP 0x05 14 #define TEGRA186_SID_NVDEC 0x06 15 #define TEGRA186_SID_NVENC 0x07 16 #define TEGRA186_SID_NVJPG 0x08 [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/ |
H A D | recommended.json | 4 "EventCode": "0x40", 9 "PublicDescription": "Attributable Level 1 data cache access, write", 10 "EventCode": "0x41", 12 "BriefDescription": "L1D cache access, write" 16 "EventCode": "0x42", 21 "PublicDescription": "Attributable Level 1 data cache refill, write", 22 "EventCode": "0x43", 24 "BriefDescription": "L1D cache refill, write" 28 "EventCode": "0x44", 34 "EventCode": "0x45", [all …]
|
H A D | armv8-recommended.json | 4 "EventCode": "0x40", 9 "PublicDescription": "Attributable Level 1 data cache access, write", 10 "EventCode": "0x41", 12 "BriefDescription": "L1D cache access, write" 16 "EventCode": "0x42", 21 "PublicDescription": "Attributable Level 1 data cache refill, write", 22 "EventCode": "0x43", 24 "BriefDescription": "L1D cache refill, write" 28 "EventCode": "0x44", 34 "EventCode": "0x45", [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3_reg.h | 1 /*- 40 #define GIC_PRIORITY_MAX (0x00UL) 42 #define GIC_PRIORITY_MIN (0xFCUL) 53 #define GICD_CTLR_G1 (1 << 0) 64 #define GICD_TYPER_IDBITS(n) ((((n) >> 19) & 0x1F) + 1) 69 #define GICD_STATUSR 0x0010 71 #define GICD_SETSPI_NSR 0x0040 72 #define GICD_CLRSPI_NSR 0x0048 73 #define GICD_SETSPI_SR 0x0050 74 #define GICD_CLRSPI_SR 0x0058 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 1 //===- lib/MC/MachObjectWriter.cpp - Mach-O File Writer -------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 59 VersionInfo.Major = 0; in reset() 61 TargetVariantVersionInfo.Major = 0; in reset() 83 return Symbol->getName() < RHS.Symbol->getName(); in operator <() 96 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress() 106 return C->getValue(); in getSymbolAddress() 109 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Asm, nullptr)) in getSymbolAddress() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x4", 9 "UMask": "0x3", 14 "Counter": "0,1,2,3", 15 "EventCode": "0x4", 19 "UMask": "0x3", 23 "BriefDescription": "write requests to memory controller. Derived from unc_m_cas_count.wr", 24 "Counter": "0,1,2,3", 25 "EventCode": "0x4", 29 "UMask": "0xC", [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_storage.3 | 1 …ros 5 storage functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*- 5 Heimdal Kerberos 5 storage functions \- 180 \fIsp\fP the storage buffer to write to 187 0 on success, a Kerberos 5 error code on failure. 197 \fIsp\fP the storage buffer to write to 204 0 on success, a Kerberos 5 error code on failure. 214 \fIsp\fP the storage buffer to write to 221 0 on success, a Kerberos 5 error code on failure. 231 \fIsp\fP the storage buffer to write to 238 0 on success, a Kerberos 5 error code on failure. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x4", 9 "UMask": "0x3", 14 "Counter": "0,1,2,3", 15 "EventCode": "0x4", 19 "UMask": "0x3", 23 "BriefDescription": "write requests to memory controller. Derived from unc_m_cas_count.wr", 24 "Counter": "0,1,2,3", 25 "EventCode": "0x4", 29 "UMask": "0xC", [all …]
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | dbufstat.in | 2 # SPDX-License-Identifier: CDDL-1.0 5 # is available through the dbufs kstat and may be post-processed as 16 # or https://opensource.org/licenses/CDDL-1.0. 67 "pool": [15, -1, "pool name"], 68 "objset": [6, -1, "dataset identification number"], 69 "object": [10, -1, "object number"], 70 "level": [5, -1, "indirection level of buffer"], 71 "blkid": [8, -1, "block number of buffer"], 75 "meta": [4, -1, "is this buffer metadata?"], 76 "state": [5, -1, "state of buffer (read, cached, etc)"], [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | FDRTraceWriter.cpp | 1 //===- FDRTraceWriter.cpp - XRay FDR Trace Writer -------- 26 static size_t write(support::endian::Writer &OS, Tuple &&T) { write() function 36 static size_t write(support::endian::Writer &OS, Tuple &&) { write() function [all...] |
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | snmpd.config | 20 # engine := 0x80:0x10:0x08:0x10:0x80:0x25 26 # string to enable write access. 27 write := "geheim" 31 # Declarations for SNMP-USER-BASED-SM-MIB authentication and privacy options 42 # Enumerations from SNMP-FRAMEWORK-MIB 46 securityModelAny := 0 52 MPmodelSNMPv1 := 0 66 # 'bsnmpget -v 3 -D -K -o verbose' against the running bsnmpd(1). For other 71 #user1passwd := 0x22:0x98:0x1a:0x6e:0x39:0x93:0x16:0x5e:0x6a:0x21:0x1b:0xd8:0xa9:0x81:0x31:0x05:0x1… 81 # Set the read and write communities. [all …]
|
/freebsd/contrib/libyaml/tests/ |
H A D | example-deconstructor.c | 10 int help = 0; in main() 11 int canonical = 0; in main() 12 int unicode = 0; in main() 14 int done = 0; in main() 23 memset(&parser, 0, sizeof(parser)); in main() 24 memset(&emitter, 0, sizeof(emitter)); in main() 25 memset(&input_event, 0, sizeof(input_event)); in main() 26 memset(&output_event, 0, sizeof(output_event)); in main() 32 if (strcmp(argv[k], "-h") == 0 in main() 33 || strcmp(argv[k], "--help") == 0) { in main() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_write.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 33 .\" If the F register is >0, we'll generate index entries on stderr for 41 .nr rF 0 49 . nr % 0 58 .TH SSL_WRITE 3ossl 2025-09-30 3.5.4 OpenSSL 64 SSL_write_ex2, SSL_write_ex, SSL_write, SSL_sendfile, SSL_WRITE_FLAG_CONCLUDE \- 65 write bytes to a TLS/SSL connection 82 \&\fBSSL_write_ex()\fR and \fBSSL_write()\fR write \fBnum\fR bytes from the buffer \fBbuf\fR into 88 \&\fIflags\fR argument of 0 is exactly equivalent to calling \fBSSL_write_ex()\fR. 92 efficient zero-copy semantics. \fBSSL_sendfile()\fR is available only when [all …]
|
/freebsd/sys/tools/syscalls/scripts/ |
H A D | init_sysent.lua | 2 -- 3 -- SPDX-License-Identifier: BSD-2-Clause 4 -- 5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org> 6 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com> 7 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org> 8 -- 10 -- Setup to be a module, or ran as its own script. 12 local script = not pcall(debug.getlocal, 4, 1) -- TRUE if script. 14 -- Add library root to the package path. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/ |
H A D | cache.json | 102 …-complex L2 cache, this event does not count. If the complex is configured without a per-complex L… 103 "EventCode": "0xC1", 105 …-complex L2 cache, this event does not count. If the complex is configured without a per-complex L… 109 "EventCode": "0xC2", 114 …"PublicDescription": "L2 cache write streaming mode. This event counts for each cycle where the co… 115 "EventCode": "0xC3", 117 …"BriefDescription": "L2 cache write streaming mode. This event counts for each cycle where the cor… 120 …PublicDescription": "L1 data cache entering write streaming mode. This event counts for each entry… 121 "EventCode": "0xC4", 123 …"BriefDescription": "L1 data cache entering write streaming mode. This event counts for each entry… [all …]
|
/freebsd/bin/pax/ |
H A D | buf_subs.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 60 static char *bufpt; /* read/write point in i/o buffer */ 71 * set up the buffering system to operate in a write mode 73 * 0 if ok, -1 if the user specified write block size violates pax spec 81 * Check to make sure the write block size meets pax specs. If the user in wr_start() 88 wrblksz = frmt->bsz; in wr_start() 90 paxwarn(1, "Write block size of %d too large, maximum is: %d", in wr_start() 92 return(-1); in wr_start() 95 paxwarn(1, "Write block size of %d is not a %d byte multiple", in wr_start() [all …]
|