/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epolltable-internal.h | 43 If either the read or the write change is add+del: 45 Else, if either the read or the write change is add: 47 If the read change is add, or 48 (the read change is not del, and ev_read is in old_events): 59 Else, if the read or the write change is del: 61 If the read change is del: 78 There is no read or write change; set op to 0 and events to 0. 115 Bit 2: read change is add 116 Bit 3: read change is del 140 /* old= 0, write: 0, read: 0, close: 0 */ [all …]
|
/freebsd/contrib/libevent/ |
H A D | epolltable-internal.h | 43 If either the read or the write change is add+del: 45 Else, if either the read or the write change is add: 47 If the read change is add, or 48 (the read change is not del, and ev_read is in old_events): 59 Else, if the read or the write change is del: 61 If the read change is del: 78 There is no read or write change; set op to 0 and events to 0. 115 Bit 2: read change is add 116 Bit 3: read change is del 140 /* old= 0, write: 0, read: 0, close: 0 */ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 22 enum { NONE, READ, WRITE, READWRITE, CUSTOM } type : 3; 52 _(ALTQTBRSET, READ, struct_tbrreq_sz); 55 _(BLUE_IF_ATTACH, READ, struct_blue_interface_sz); 56 _(BLUE_DISABLE, READ, struct_blue_interface_sz); 60 _(CBQ_ENABLE, READ, struct_cbq_interface_sz); 62 _(CBQ_DEL_CLASS, READ, struct_cbq_delete_class_sz); 64 _(CBQ_DEL_FILTER, READ, struct_cbq_delete_filter_sz); 67 _(CDNR_IF_DETACH, READ, struct_cdnr_interface_sz); 71 _(CDNR_DEL_ELEM, READ, struct_cdnr_delete_element_sz); [all …]
|
H A D | sanitizer_common_interceptors_ioctl.inc | 18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 24 READ, 51 _(FIOASYNC, READ, sizeof(int)); 54 _(FIONBIO, READ, sizeof(int)); 56 _(FIOSETOWN, READ, sizeof(int)); 60 _(SIOCSPGRP, READ, sizeof(int)); 68 _(TIOCMBIC, READ, sizeof(int)); 69 _(TIOCMBIS, READ, sizeof(int)); 71 _(TIOCMSET, READ, sizeof(int)); 75 _(TIOCPKT, READ, sizeof(int)); [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 14 let Read = [{ node->getElementType() }]; 22 let Read = [{ node->getPointeeType() }]; 30 let Read = [{ node->desugar() }]; 33 let Read = [{ node->getCountExpr() }]; 36 let Read = [{ node->isCountInBytes() }]; 39 let Read = [{ node->isOrNull() }]; 42 let Read = [{ node->getCoupledDecls() }]; 49 let Read = [{ node->getOriginalType() }]; 52 let Read = [{ node->getAdjustedType() }]; 70 let Read = [{ node->getPointeeType() }]; [all …]
|
H A D | PropertiesBase.td | 30 /// A list of types for which buffeers must be passed to the read 179 code Read; 183 /// read/written after those properties. Using this will make the 187 /// read/written later; this only works if the properties used in the 192 /// A rule for declaring helper variables when read properties from a 195 /// `ReadHelper` makes the connection to the `Read` operations on the 226 /// to be generated with a default implementation of how to read the 245 string Read = readCode; 268 let Read = [{ node.getInt() }]; 274 let Read = [{ [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/ |
H A D | tegra234-mc.h | 180 /* MSS internal memqual MIU7 read clients */ 184 /* MSS internal memqual MIU8 read clients */ 188 /* MSS internal memqual MIU9 read clients */ 192 /* MSS internal memqual MIU10 read clients */ 196 /* MSS internal memqual MIU11 read clients */ 200 /* MSS internal memqual MIU12 read clients */ 204 /* MSS internal memqual MIU13 read clients */ 210 /* High-definition audio (HDA) read clients */ 212 /* Host channel data read clients */ 228 /* PCIE6 read clients */ [all …]
|
H A D | tegra194-mc.h | 147 /* MSS internal memqual MIU7 read clients */ 151 /* High-definition audio (HDA) read clients */ 153 /* Host channel data read clients */ 156 /* SATA read clients */ 167 /* ISP read client for Crossbar A */ 169 /* ISP read client 1 for Crossbar A */ 175 /* XUSB_HOST read clients */ 179 /* XUSB read clients */ 183 /* sdmmca memory read client */ 185 /* sdmmc memory read client */ [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | BEGEMOT-PF-MIB.txt | 77 MAX-ACCESS read-only 86 MAX-ACCESS read-only 97 MAX-ACCESS read-only 105 MAX-ACCESS read-only 119 MAX-ACCESS read-only 127 MAX-ACCESS read-only 135 MAX-ACCESS read-only 143 MAX-ACCESS read-only 151 MAX-ACCESS read-only 159 MAX-ACCESS read-only [all …]
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 40 \ -- A word called "read-blob-inner" ( addr len -- addr len ) that is 52 \ Read next source character, skipping blanks. 58 \ Read a decimal integer, followed by either a dot or whitespace. 102 \ Define a new data word for an encoded OID. The OID is read from the 159 \ Read one byte from the stream. 166 \ Read one byte, enforcing current read limit. 171 \ Read a 16-bit value, big-endian encoding. 175 \ Read a 16-bit value, little-endian encoding. 179 \ Read all bytes from the current element, then close it (i.e. drop the 181 : read-blob ( lim addr -- ) [all …]
|
H A D | x509_decoder.t0 | 85 cc: read-blob-inner ( addr len -- addr len ) { 135 read-sequence-open 136 read-tag-or-end dup 0x01 = if 137 read-boolean 1 and addr-isCA set8 155 read-sequence-open 158 read-sequence-open 162 read-tag dup 0x20 = if 163 drop check-constructed read-length-open-elt 164 read-tag 166 read-small-int-value [all …]
|
H A D | skey_decoder.t0 | 65 cc: read-blob-inner ( addr len -- addr len ) { 131 \ Read an INTEGER into the key_data buffer, but then ignore it. 132 : read-integer-ignore ( lim -- lim ) 133 addr-len-key_data read-integer drop ; 135 \ Read an INTEGER into the key_data buffer, at the provided offset. 137 : read-integer-off ( lim off -- lim dlen ) 138 dup addr-len-key_data rot - swap rot + swap read-integer ; 142 read-sequence-open 145 read-tag 0x02 check-tag-primitive read-small-int-value if 149 \ Read tag for the modulus; should be INTEGER. Then use the [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | BEGEMOT-WIRELESS-MIB.txt | 293 MAX-ACCESS read-only 301 MAX-ACCESS read-create 309 MAX-ACCESS read-create 327 MAX-ACCESS read-create 340 MAX-ACCESS read-create 348 MAX-ACCESS read-create 357 MAX-ACCESS read-create 366 MAX-ACCESS read-create 378 MAX-ACCESS read-create 435 MAX-ACCESS read-only [all …]
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_smbus.h | 50 /* access: READ WRITE WORD */ 54 * access: READ WRITE WORD 61 * access: READ WRITE WORD 67 /* access: READ WRITE WORD */ 70 #define SMBATT_BM_INTERNAL_CHARGE_CONTROLLER (1 << 0) /* READ */ 71 #define SMBATT_BM_PRIMARY_BATTERY_SUPPORT (1 << 1) /* READ */ 72 #define SMBATT_BM_CONDITION_FLAG (1 << 7) /* READ */ 73 #define SMBATT_BM_CHARGE_CONTROLLER_ENABLED (1 << 8) /* READ WRITE */ 74 #define SMBATT_BM_PRIMARY_BATTERY (1 << 9) /* READ WRITE */ 75 #define SMBATT_BM_ALARM_MODE (1 << 13) /* READ WRITE */ [all …]
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | NTP-PROXY-MIB.txt | 76 -- these values may be read, but not written 80 -- this value may be written, but is never read 124 MAX-ACCESS read-create 171 MAX-ACCESS read-only 179 MAX-ACCESS read-only 187 MAX-ACCESS read-only 195 MAX-ACCESS read-only 203 MAX-ACCESS read-only 211 MAX-ACCESS read-only 219 MAX-ACCESS read-only [all …]
|
H A D | NTP-MIB.txt | 83 MAX-ACCESS read-only 92 MAX-ACCESS read-only 104 MAX-ACCESS read-only 114 MAX-ACCESS read-only 124 MAX-ACCESS read-only 135 MAX-ACCESS read-only 148 MAX-ACCESS read-only 158 MAX-ACCESS read-only 168 MAX-ACCESS read-only 179 MAX-ACCESS read-only [all …]
|
/freebsd/usr.bin/tip/tip/ |
H A D | vars.c | 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, 52 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 54 { "escape", CHAR, (READ|WRITE)<<PUBLIC, 56 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, 58 { "force", CHAR, (READ|WRITE)<<PUBLIC, 60 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
H A D | metrics.json | 3 "BriefDescription": "bytes of all masters read from ddr", 5 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0xffff\\,axi_id\\=0x0000@", 19 "BriefDescription": "bytes of a53 core read from ddr", 21 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0x0000\\,axi_id\\=0x0000@", 35 "BriefDescription": "bytes of supermix(m7) core read from ddr", 37 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0x000f\\,axi_id\\=0x0020@", 51 "BriefDescription": "bytes of gpu 3d read from ddr", 53 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0x0000\\,axi_id\\=0x0070@", 67 "BriefDescription": "bytes of gpu 2d read from ddr", 69 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0x0000\\,axi_id\\=0x0071@", [all …]
|
/freebsd/lib/libsys/ |
H A D | ntp_adjtime.2 | 91 * The following read-only structure members are implemented 135 system time in small increments (read-write). 137 Frequency offset (scaled ppm) (read-write). 143 error bound growth (read-write). 146 Set and read by 148 but unused by the kernel (read-write). 150 System clock status bits (read-write). 154 Enable PLL updates (read-write). 156 Enable PPS freq discipline (read-write). 158 Enable PPS time discipline (read-write). [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_read.pod | 6 - read bytes from a TLS/SSL connection 20 SSL_read_ex() and SSL_read() try to read B<num> bytes from the specified B<ssl> 22 actually read in B<*readbytes>. 26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield 31 In the paragraphs below a "read function" is defined as one of SSL_read_ex(), 34 If necessary, a read function will negotiate a TLS/SSL session, if not already 37 the read function operation. The behaviour of the read functions depends on the 43 invocation of a read function. 45 The read functions work based on the SSL/TLS records. The data are received in 48 Therefore, data that was not retrieved at the last read call can still be [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBDataExtensions.i | 137 …y(_make_helper_uint8, None, doc='''A read only property that returns an array-like object out of w… 138 …(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of w… 139 …(_make_helper_uint32, None, doc='''A read only property that returns an array-like object out of w… 140 …(_make_helper_uint64, None, doc='''A read only property that returns an array-like object out of w… 141 …y(_make_helper_sint8, None, doc='''A read only property that returns an array-like object out of w… 142 …(_make_helper_sint16, None, doc='''A read only property that returns an array-like object out of w… 143 …(_make_helper_sint32, None, doc='''A read only property that returns an array-like object out of w… 144 …(_make_helper_sint64, None, doc='''A read only property that returns an array-like object out of w… 145 …y(_make_helper_float, None, doc='''A read only property that returns an array-like object out of w… 146 …(_make_helper_double, None, doc='''A read only property that returns an array-like object out of w… [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.corei7uc.3 | 110 Uncore cycles Global Queue read tracker is full. 120 Uncore cycles were Global Queue read tracker has at least one valid entry. 131 The GQ read tracker allocate to deallocate occupancy count is divided 132 by the count to obtain the average read tracker latency. 135 Counts the number GQ read tracker entries for which a full cache line read 137 The GQ read tracker L3 miss to fill occupancy count is divided by this count 138 to obtain the average cache line read L3 miss latency. 141 The time between a GQ read tracker allocation and the L3 determining that the 143 The total L3 cache line read miss latency is the hit latency + L3 miss 147 Counts the number of GQ read tracker entries that are allocated in the read [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 24 /// Provides read only access to a subclass of `BinaryStream`. Provides 43 /// Read as much as possible from the underlying string at the current offset 45 /// Updates the stream's offset to point after the newly read data. 47 /// \returns a success error code if the data was successfully read, otherwise 51 /// Read \p Size bytes from the underlying stream at the current offset and 54 /// stream's offset to point after the newly read data. 56 /// \returns a success error code if the data was successfully read, otherwise 60 /// Read an integer of the specified endianness into \p Dest and update the 63 /// read data. 65 /// \returns a success error code if the data was successfully read, otherwis [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ThreadedCommunication.h | 30 /// for multi-threaded mode. In this mode, a read thread is spawned that 31 /// continually reads data and caches any received bytes. To start the read 36 /// If true is returned a read thread has been spawned that will continually 51 /// gets broadcast. If the read thread exits a \b 54 /// will cause the read thread to exit. 69 (1u << 1), ///< Sent by the read thread when bytes become available. in FLAGS_ANONYMOUS_ENUM() 72 << 2), ///< Sent by the read thread when it exits to inform clients. in FLAGS_ANONYMOUS_ENUM() 74 (1u << 3), ///< Sent by clients that need to cancel the read thread. in FLAGS_ANONYMOUS_ENUM() 77 eBroadcastBitNoMorePendingInput = (1u << 5), ///< Sent by the read thread in FLAGS_ANONYMOUS_ENUM() 113 /// Read bytes from the current connection. [all …]
|
/freebsd/bin/sh/tests/builtins/ |
H A D | read1.0 | 3 echo "1 2 3" | { read a; echo "x${a}x"; } 4 echo "1 2 3" | { read a b; echo "x${a}x${b}x"; } 5 echo "1 2 3" | { read a b c; echo "x${a}x${b}x${c}x"; } 6 echo "1 2 3" | { read a b c d; echo "x${a}x${b}x${c}x${d}x"; } 8 echo " 1 2 3 " | { read a b c; echo "x${a}x${b}x${c}x"; } 9 echo " 1 2 3 " | { unset IFS; read a b c; echo "x${a}x${b}x${c}x"; } 10 echo " 1 2 3 " | { IFS=$(printf ' \t\n') read a b c; echo "x${a}x${b}x${c}x"; } 11 echo " 1 2 3 " | { IFS= read a b; echo "x${a}x${b}x"; } 13 echo " 1,2 3 " | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 14 echo ", 2 ,3" | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } [all …]
|