Home
last modified time | relevance | path

Searched full:reading (Results 1 – 25 of 2589) sorted by relevance

12345678910>>...104

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c282 * Dump a reading vs the previous reading to stdout
355 perfmgr_db_err_reading_t * reading) in perfmgr_db_add_err_reading() argument
373 debug_dump_err_reading(db, guid, port, p_port, reading); in perfmgr_db_add_err_reading()
375 epi_pe_data.time_diff_s = (reading->time - previous->time); in perfmgr_db_add_err_reading()
379 /* calculate changes from previous reading */ in perfmgr_db_add_err_reading()
381 (reading->symbol_err_cnt - previous->symbol_err_cnt); in perfmgr_db_add_err_reading()
384 (reading->link_err_recover - previous->link_err_recover); in perfmgr_db_add_err_reading()
387 (reading->link_downed - previous->link_downed); in perfmgr_db_add_err_reading()
389 epi_pe_data.rcv_err = (reading->rcv_err - previous->rcv_err); in perfmgr_db_add_err_reading()
392 (reading->rcv_rem_phys_err - previous->rcv_rem_phys_err); in perfmgr_db_add_err_reading()
[all …]
/freebsd/lib/geom/raid3/
H A Dgraid3.8107 Use parity component for reading in round-robin fashion.
108 Without this option the parity component is not used at all for reading operations
122 Use verify reading feature.
123 When reading from a device in a complete state, also read data from the parity component
155 Turn on round-robin reading.
157 Turn off round-robin reading.
159 Turn on verify reading.
161 Turn off verify reading.
212 Use 3 disks to setup a RAID3 array (with the round-robin reading feature).
/freebsd/crypto/openssl/fuzz/
H A Dquic-server.c47 #define READING 1 macro
121 if (state == READING) in FuzzerTestOneInput()
125 if (state == READING) in FuzzerTestOneInput()
129 if (state == READING) in FuzzerTestOneInput()
150 state = READING; in FuzzerTestOneInput()
153 case READING: in FuzzerTestOneInput()
165 state = READING; in FuzzerTestOneInput()
169 state = READING; in FuzzerTestOneInput()
181 state = READING; in FuzzerTestOneInput()
196 state = READING; in FuzzerTestOneInput()
H A Dquic-client.c47 #define READING 1 macro
130 if (state == READING) in FuzzerTestOneInput()
134 if (state == READING) in FuzzerTestOneInput()
138 if (state == READING) in FuzzerTestOneInput()
159 state = READING; in FuzzerTestOneInput()
162 case READING: in FuzzerTestOneInput()
174 state = READING; in FuzzerTestOneInput()
178 state = READING; in FuzzerTestOneInput()
191 state = READING; in FuzzerTestOneInput()
206 state = READING; in FuzzerTestOneInput()
/freebsd/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c56 iic_dp_aux_address(device_t idev, u16 address, bool reading) in iic_dp_aux_address() argument
63 if (reading) in iic_dp_aux_address()
78 iic_dp_aux_stop(device_t idev, bool reading) in iic_dp_aux_stop() argument
85 if (reading) in iic_dp_aux_stop()
139 bool reading; in iic_dp_aux_xfer() local
142 reading = false; in iic_dp_aux_xfer()
147 reading = (msgs[m].flags & IIC_M_RD) != 0; in iic_dp_aux_xfer()
148 ret = iic_dp_aux_address(idev, msgs[m].slave >> 1, reading); in iic_dp_aux_xfer()
151 if (reading) { in iic_dp_aux_xfer()
167 iic_dp_aux_stop(idev, reading); in iic_dp_aux_xfer()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr_db.h78 * Port error reading
98 * Port data count reading
173 perfmgr_db_err_reading_t * reading);
176 perfmgr_db_err_reading_t * reading);
183 reading,
188 reading);
209 perfmgr_db_err_reading_t * reading,
212 perfmgr_db_data_cnt_reading_t * reading);
214 perfmgr_db_data_cnt_reading_t * reading,
H A Dosm_event_plugin.h113 * This is a difference from the last reading. NOT an absolute reading.
135 * This is a difference from the last reading. NOT an absolute reading.
152 * This is a difference from the last reading. NOT an absolute reading.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_read_ahead.pod27 into its buffer (providing that the buffer is large enough) if reading ahead is
29 Setting the parameter B<yes> to 0 turns reading ahead is off, other values turn
33 SSL_CTX_get_read_ahead() and SSL_get_read_ahead() indicate whether reading
55 connection) after the SSL connection is finished using SSL_shutdown() reading
61 SSL_get_read_ahead() and SSL_CTX_get_read_ahead() return 0 if reading ahead is off,
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFileHeaderReader.cpp13 // Populates the FileHeader reference by reading the first 32 bytes of the file.
33 "Failed reading version from file header at offset %" PRId64 ".", in readBinaryFormatHeader()
41 "Failed reading file type from file header at offset %" PRId64 ".", in readBinaryFormatHeader()
49 "Failed reading flag bits from file header at offset %" PRId64 ".", in readBinaryFormatHeader()
59 "Failed reading cycle frequency from file header at offset %" PRId64 in readBinaryFormatHeader()
H A DTrace.cpp78 "Failed reading record type at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
91 "Failed reading CPU field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
98 "Failed reading record type field at offset %" PRId64 ".", in loadNaiveFormatLog()
125 "Failed reading function id field at offset %" PRId64 ".", in loadNaiveFormatLog()
133 "Failed reading TSC field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
140 "Failed reading thread id field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
147 "Failed reading process id at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
162 "Failed reading function id field at offset %" PRId64 ".", in loadNaiveFormatLog()
170 "Failed reading thread id field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
177 "Failed reading proces in loadNaiveFormatLog()
[all...]
/freebsd/lib/libc/stdio/
H A Drefill.c79 /* if not already reading, have to be reading and writing */ in __srefill()
86 /* switch to reading */ in __srefill()
97 * We were reading. If there is an ungetc buffer, in __srefill()
98 * we must have been reading from that. Drop it, in __srefill()
115 * Before reading from a line buffered or unbuffered file, in __srefill()
H A Dfopen.366 Open for reading.
90 opens the file for both reading and writing.
196 Streams open for reading can only be re-opened for reading,
198 and streams open for reading and writing can be re-opened in any mode.
/freebsd/contrib/libpcap/
H A Dpcap_loop.3pcap43 reached when reading from a ``savefile'',
63 reached when reading from a ``savefile'',
69 a minimum number; when reading a live capture, only one
79 reading a live capture, and causes all the packets in the file to be
80 processed when reading a ``savefile''.
159 is exhausted or if, when reading from a ``savefile'', no more packets
H A Dpcap.3pcap.in36 It also supports saving captured packets to a ``savefile'', and reading
91 .SS Opening a capture handle for reading
117 referring to a file already opened for reading, call
135 which is the handle used for reading packets from the capture stream or
248 guarantee that a call reading packets will return after the timeout
281 Reading packets from a network interface may require that you have
359 Reading a saved packet file doesn't require special privileges.
585 .SS Reading packets
638 65535 should be sufficient on most if not all networks). When reading
673 By default, when reading packets from an interface opened for a live
[all …]
/freebsd/lib/libc/gen/
H A Dpopen.362 argument to specify reading or writing, not both.
73 for reading,
77 for reading and writing.
108 Conversely, reading from a
176 Since the standard input of a command opened for reading
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_read_ahead.386 into its buffer (providing that the buffer is large enough) if reading ahead is
88 Setting the parameter \fByes\fR to 0 turns reading ahead is off, other values turn
92 \&\fBSSL_CTX_get_read_ahead()\fR and \fBSSL_get_read_ahead()\fR indicate whether reading
113 connection) after the SSL connection is finished using \fBSSL_shutdown()\fR reading
118 \&\fBSSL_get_read_ahead()\fR and \fBSSL_CTX_get_read_ahead()\fR return 0 if reading ahead is off,
/freebsd/contrib/libarchive/libarchive/
H A Dlibarchive.330 .Nd functions for reading and writing streaming archives
34 library provides a flexible interface for reading and writing
37 also supports reading and writing archives compressed using
44 When reading an archive, the library automatically detects the
155 .Sh READING AN ARCHIVE
179 .Sh READING ENTRIES FROM DISK
H A Dlibarchive_internals.334 library provides a flexible interface for reading and writing
89 (for example, it prevents clients from reading data before reading a header)
118 Keep in mind that not all clients are reading from disk:
119 clients reading from networks may provide different-sized
251 For formats such as tar or cpio, reading and parsing the header is
322 are reading from a file; they seek forwards and backwards as necessary
/freebsd/lib/libsys/
H A Dstatfs.2105 The file system is exported for both reading and writing to any Internet host.
114 The file system is exported for both reading and writing.
223 error occurred while reading from or writing to the file system.
225 Corrupted data was detected while reading from the file system.
246 error occurred while reading from or writing to the file system.
248 Corrupted data was detected while reading from the file system.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_concurrent_readers.ksh37 # 2. Open the procfs file and start reading from it.
39 # 4. Resume reading from the first instance.
69 # Start reading file, pause and read it from another process, and then finish
70 # reading.
H A Dprocfs_list_stale_read.ksh37 # 2. Open the procfs file and start reading from it.
39 # 4. Resume reading from the first instance, and check that the expected
73 # Start reading file, pause and run a command that will cause the
75 # finish reading.
/freebsd/contrib/less/
H A Dos.c80 static lbool reading; variable
219 if (!reading && SET_JUMP(read_label)) in iread()
224 reading = FALSE; in iread()
249 reading = TRUE; in iread()
254 * Don't try reading from a TTY until a character is in iread()
266 reading = FALSE; in iread()
279 reading = FALSE; in iread()
291 reading = FALSE; in iread()
299 reading = FALSE; in iread()
378 if (reading) in intio()
/freebsd/sys/dev/iicbus/sensor/
H A Dmax44009.c68 max44009_get_reading(device_t dev, u_int *reading) in max44009_get_reading() argument
104 *reading = val; in max44009_get_reading()
112 u_int reading; in max44009_lux_sysctl() local
117 error = max44009_get_reading(dev, &reading); in max44009_lux_sysctl()
120 val = reading; in max44009_lux_sysctl()
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-other.json155 …"BriefDescription": "PCI Express bandwidth reading at IIO. Derived from unc_iio_data_req_of_cpu.me…
171 "BriefDescription": "PCI Express bandwidth reading at IIO",
258 "BriefDescription": "PCI Express bandwidth reading at IIO, part 1",
271 "BriefDescription": "PCI Express bandwidth reading at IIO, part 2",
284 "BriefDescription": "PCI Express bandwidth reading at IIO, part 3",
1583 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM",
1591 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)…
1596 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM",
1604 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)…
1609 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM",
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dadc128d818.txt7 1 temperature reading (internal)
12 1 temperature reading (internal)
16 1 temperature reading (internal)

12345678910>>...104