/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/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 1 //===- MsgPackWriter.cpp - Simple MsgPack writer ----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 25 void Writer::writeNil() { EW.write(FirstByte::Nil); } in writeNil() 27 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer 29 void Writer::write(int64_t i) { in write() function in Writer 31 write(static_cast<uint64_t>(i)); in write() 36 EW.write(static_cast<int8_t>(i)); in write() 41 EW.write(FirstByte::Int8); in write() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/ |
H A D | extended.json | 5 "BriefDescription": "L1D Read-only Exclusive Writes", 6 …write to the Level-1 Data cache where the line was originally in a Read-Only state in the cache bu… 12 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi… 18 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 23 "BriefDescription": "DTLB1 One-Megabyte Page Writes", 24 …iption": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer fo… 29 "BriefDescription": "DTLB1 Two-Gigabyte Page Writes", 30 …iption": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer fo… 36 …Description": "A directory write to the Level-1 Data cache directory where the returned cache line… 42 …"PublicDescription": "A translation entry has been written to the Level-1 Instruction Translation … [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackWriter.h | 1 //===- MsgPackWriter.h - Simple MsgPack writer ------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 /// MPWriter.write(false); 21 /// MPWriter.write("string"); 26 //===----------------------------------------------------------------------===// 40 /// Writes MessagePack objects to an output stream, one at a time. 46 /// When in \p Compatible mode, the writer will write \c Str16 formats 47 /// instead of \c Str8 formats, and will refuse to write any \c Bin formats. 49 /// \param OS stream to output MessagePack objects to. [all …]
|
/freebsd/crypto/openssl/VMS/ |
H A D | msg_staging.com | 1 $ ! Used by the main descrip.mms to print the statging installation 19 $ WRITE SYS$OUTPUT "Staging installation complete" 20 $ WRITE SYS$OUTPUT "" 21 $ WRITE SYS$OUTPUT "Finish or package in such a way that the contents of the following direct… 22 $ WRITE SYS$OUTPUT "trees end up being copied:" 23 $ WRITE SYS$OUTPUT "" 24 $ WRITE SYS$OUTPUT "- from ", staging_instdir 25 $ WRITE SYS$OUTPUT " to ", final_instdir 26 $ WRITE SYS$OUTPUT "- from ", staging_datadir 27 $ WRITE SYS$OUTPUT " to ", final_datadir [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 13 * 3. The name of the author may not be used to endorse or promote products 17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 Here are the values we're masking off to decide what operations to do. 40 The table was auto-generated with a python script, according to this 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: [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 13 * 3. The name of the author may not be used to endorse or promote products 17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 Here are the values we're masking off to decide what operations to do. 40 The table was auto-generated with a python script, according to this 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: [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | XCOFFEmitter.cpp | 1 //===- yaml2xcoff - Convert YAML to a xcoff object file -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 77 // Map the section name to its corrresponding section index. 93 W.write(NameRef); in writeName() 121 // If the YAML file specified an offset to relocations, we use it. in initRelocations() 163 // Section data addresses (physical/virtual) are related to symbol in initSectionHeaders() 164 // addresses and alignments. Furthermore, it is possible to specify the in initSectionHeaders() 167 // it is not possible to compute valid section addresses. The only in initSectionHeaders() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_write.pod | 5 SSL_write_ex, SSL_write, SSL_sendfile - write bytes to a TLS/SSL connection 17 SSL_write_ex() and SSL_write() write B<num> bytes from the buffer B<buf> into 22 descriptor B<fd> to the specified SSL connection B<s>. This function provides 23 efficient zero-copy semantics. SSL_sendfile() is available only when 25 It is provided here to allow users to maintain the same interface. 31 In the paragraphs below a "write function" is defined as one of either 34 If necessary, a write function will negotiate a TLS/SSL session, if not already 36 requests a re-negotiation, it will be performed transparently during 37 the write function operation. The behaviour of the write functions depends on the 40 For the transparent negotiation to succeed, the B<ssl> must have been [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z14/ |
H A D | extended.json | 5 "BriefDescription": "L1D Read-only Exclusive Writes", 6 …write to the Level-1 Data cache where the line was originally in a Read-Only state in the cache bu… 18 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 23 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 24 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 29 "BriefDescription": "DTLB2 Two-Gigabyte Page Writes", 30 …"PublicDescription": "A translation entry for a two-gigabyte page was written into the Level-2 TLB" 36 …Description": "A directory write to the Level-1 Data cache directory where the returned cache line… 48 …tion cache. Incremented by one for every TLB2 miss in progress for the Level-1 Instruction cache i… 54 …ription": "A directory write to the Level-1 Instruction cache directory where the returned cache l… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 1 //===- lib/MC/MachObjectWriter.cpp - Mach-O File Writer -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 72 // References to weak definitions require external relocation entries; the in doesSymbolRequireExternRelocation() 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() 110 report_fatal_error("unable to evaluate offset for variable '" + in getSymbolAddress() 114 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress() [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 197 \fIsp\fP the storage buffer to write to 214 \fIsp\fP the storage buffer to write to 231 \fIsp\fP the storage buffer to write to 248 \fIsp\fP the storage buffer to write to 265 \fIsp\fP the storage buffer to read from 282 \fIsp\fP the storage to write too 299 \fIsp\fP the storage to write too [all …]
|
/freebsd/lib/libsys/ |
H A D | write.2 | 13 .\" may be used to endorse or promote products derived from this software 17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 32 .Nm write , 36 .Nd write output 42 .Fn write "int fd" "const void *buf" "size_t nbytes" 52 .Fn write 54 attempts to write 56 of data to the object referenced by the descriptor 58 from the buffer pointed to by [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-memory.json | 3 "BriefDescription": "read requests to memory controller. Derived from unc_m_cas_count.rd", 13 "BriefDescription": "read requests to memory controller", 23 "BriefDescription": "write requests to memory controller. Derived from unc_m_cas_count.wr", 33 "BriefDescription": "write requests to memory controller", 70 "BriefDescription": "Pre-charges due to page misses", 79 "BriefDescription": "Pre-charge for reads", 88 …"BriefDescription": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC p… 96 …"BriefDescription": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC p… 109 "ScaleUnit": "6.103515625E-5MB/sec", 118 "ScaleUnit": "6.103515625E-5MB/sec", [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | FileWriter.h | 1 //===- FileWriter.h --------- [all...] |
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_write.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 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\| 51 .\" entries marked with X<> in POD. Of course, you'll have to process the 71 .\" Fear. Run. Save yourself. No user-serviceable parts. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_zec12/ |
H A D | extended.json | 6 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 12 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle… 18 …Description": "A directory write to the Level-1 Data cache directory where the returned cache line… 24 …ription": "A directory write to the Level-1 Instruction cache directory where the returned cache l… 30 …Description": "A directory write to the Level-1 Data cache directory where the returned cache line… 36 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi… 42 …ription": "A directory write to the Level-1 Data cache where the installed cache line was sourced … 48 …tion": "A directory write to the Level-1 Instruction cache where the installed cache line was sour… 53 "BriefDescription": "L1D Read-only Exclusive Writes", 54 …write to the Level-1 D-Cache where the line was originally in a Read-Only state in the cache but h… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | uncore-memory.json | 3 "BriefDescription": "read requests to memory controller. Derived from unc_m_cas_count.rd", 13 "BriefDescription": "read requests to memory controller", 23 "BriefDescription": "write requests to memory controller. Derived from unc_m_cas_count.wr", 33 "BriefDescription": "write requests to memory controller", 70 "BriefDescription": "Pre-charges due to page misses", 79 "BriefDescription": "Pre-charge for reads", 88 "BriefDescription": "DRAM Page Activate commands sent due to a write request", 93 …to a write request to the iMC (Memory Controller). Activate commands are issued to open up a page… 103 …to DRAM per memory channel. CAS commands are issued to specify the address to read or write on DR… 113 …to DRAM on a per channel basis. CAS commands are issued to specify the address to read or write o… [all …]
|
/freebsd/share/man/man4/ |
H A D | da.4 | 15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 39 devices of the direct access class that are attached to the system 43 The direct access class includes disk, magneto-optical, 44 and solid-state devices. 54 Many direct access devices are equipped with read and/or write caches. 61 The read cache is used to store data from device-initiated read ahead 71 The write cache can greatly decrease the latency of write operations 72 and allows the device to reorganize writes to increase efficiency and 76 lose power while its cache contains uncommitted write operations, these [all …]
|
H A D | iic.4 | 14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 38 device driver provides generic I/O to any 41 In order to control I2C devices, use 45 .Bl -tag -width ".Dv I2CRPTSTART" 48 Sends the start condition to the slave specified by the 50 element to the bus. 53 element consists of a 7-bit address and a read/write bit 54 (that is, a 7-bit address << 1 | r/w). 55 A read operation is initiated when the read/write bit is set, or a write [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/ |
H A D | cache.json | 102 …to prefetch. If the complex is configured with a per-complex L2 cache, this event does not count. … 105 …to prefetch. If the complex is configured with a per-complex L2 cache, this event does not count. … 108 …"PublicDescription": "L1 data cache refill due to prefetch. This event counts any linefills from t… 111 …"BriefDescription": "L1 data cache refill due to prefetch. This event counts any linefills from th… 114 …"PublicDescription": "L2 cache write streaming mode. This event counts for each cycle where the co… 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… 123 …"BriefDescription": "L1 data cache entering write streaming mode. This event counts for each entry… 126 …"PublicDescription": "L1 data cache write streaming mode. This event counts for each cycle where t… 129 …"BriefDescription": "L1 data cache write streaming mode. This event counts for each cycle where th… [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_write_verify.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 37 # 1. Set the module parameter zfs_vdev_direct_write_verify to 0. 40 # 3. Start a Direct I/O write workload while manipulating the user buffer 42 # 4. Verify there are Direct I/O write verify failures using 43 # zpool status -d and checking for zevents. We also make sure there 46 # 6. Set zfs_vdev_direct_write_verify set to 1 and repeat 3. 47 # 7. Verify there are Direct I/O write verify failures using [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z196/ |
H A D | extended.json | 6 …cDescription": "A directory write to the Level-1 D-Cache directory where the returned cache line w… 12 …cDescription": "A directory write to the Level-1 I-Cache directory where the returned cache line w… 18 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 24 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle… 30 "PublicDescription": "Incremented by one for every store sent to Level-2 cache" 35 "BriefDescription": "L1D Off-Book L3 Sourced Writes", 36 …cription": "A directory write to the Level-1 D-Cache directory where the returned cache line was s… 41 "BriefDescription": "L1D On-Book L4 Sourced Writes", 42 …scription": "A directory write to the Level-1 D-Cache directory where the returned cache line was … 47 "BriefDescription": "L1I On-Book L4 Sourced Writes", [all …]
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | snmpd.config | 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 65 # SNMPAUTH and SNMPPRIV environment variables to the desired parameters and invoking 66 # 'bsnmpget -v 3 -D -K -o verbose' against the running bsnmpd(1). For other 67 # usages refer to the bsnmpget(1) manual page. The following lines define a user "bsnmp" 81 # Set the read and write communities. 84 # different from the empty string). This disables both read and write access. 85 # To enable read access only the read community string must be set. Setting [all …]
|
/freebsd/usr.bin/tip/tip/ |
H A D | vars.c | 4 /*- 5 * SPDX-License-Identifier: BSD-3-Clause 19 * may be used to endorse or promote products derived from this software 23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 42 { "beautify", BOOL, (READ|WRITE)<<PUBLIC, 44 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 46 { "dialtimeout",NUMBER, (READ<<PUBLIC)|(WRITE<<ROOT), 48 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 50 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, [all …]
|