Home
last modified time | relevance | path

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

12345678910>>...98

/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/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
52 connection) after the SSL connection is finished using SSL_shutdown() reading
58 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
/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/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.
220 error occurred while reading from or writing to the file system.
222 Corrupted data was detected while reading from the file system.
243 error occurred while reading from or writing to the file system.
245 Corrupted data was detected while reading from the file system.
H A Dopen.233 .Nd open or create a file for reading, writing or executing
46 for either execution or reading and/or writing as specified by the
149 open for reading only
153 open for reading and writing
253 for reading, writing, or for both.
314 may be used to minimize or eliminate the cache effects of reading and writing.
532 The required permissions (for reading and/or writing)
592 is set, and no process has the file open for reading.
644 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.c69 public int reading; variable
188 if (!reading && SET_JUMP(read_label)) in iread()
193 reading = FALSE; in iread()
218 reading = TRUE; in iread()
223 * Don't try reading from a TTY until a character is in iread()
235 reading = FALSE; in iread()
248 reading = FALSE; in iread()
262 reading = FALSE; in iread()
270 reading = FALSE; in iread()
H A Dsignal.c18 * If we happen to be reading from a file [in iread()] at the time
33 extern int reading;
67 if (reading) in u_interrupt()
82 if (reading) in stop()
106 if (reading) in winch()
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.150 It starts reading in multiples of the sector size.
126 # continue reading from a broken CD and update the existing worklist
157 Reading from media where the sectorsize is not a power of 2 will make all
161 When reading a full raw audio CD, this leads to roughly 700 error messages
179 .\"When reading from optical media, a bug in the GEOM framework will
/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/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_read_ahead.3162 into its buffer (providing that the buffer is large enough) if reading ahead is
164 Setting the parameter \fByes\fR to 0 turns reading ahead is off, other values turn
168 \&\fBSSL_CTX_get_read_ahead()\fR and \fBSSL_get_read_ahead()\fR indicate whether reading
186 connection) after the \s-1SSL\s0 connection is finished using \fBSSL_shutdown()\fR reading
191 \&\fBSSL_get_read_ahead()\fR and \fBSSL_CTX_get_read_ahead()\fR return 0 if reading ahead is off,
/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>>...98