Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c355 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()
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()
395 (reading->rcv_switch_relay_err - previous->rcv_switch_relay_err); in perfmgr_db_add_err_reading()
399 (reading->xmit_discards - previous->xmit_discards); in perfmgr_db_add_err_reading()
[all …]
/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.h173 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,
/freebsd/contrib/diff/src/
H A Ddir.c79 register DIR *reading = opendir (dir->name); in dir_read() local
80 if (!reading) in dir_read()
92 while ((errno = 0, (next = readdir (reading)) != 0)) in dir_read()
119 closedir (reading); in dir_read()
124 closedir (reading); in dir_read()
126 if (closedir (reading) != 0) in dir_read()
/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/contrib/less/
H A Dos.c80 static lbool reading; variable
249 if (!reading && SET_JUMP(read_label)) in iread()
254 reading = FALSE; in iread()
279 reading = TRUE; in iread()
296 reading = FALSE; in iread()
309 reading = FALSE; in iread()
321 reading = FALSE; in iread()
329 reading = FALSE; in iread()
411 if (reading) in intio()
/freebsd/sys/dev/iicbus/adc/
H A Dpcf8591.c98 pcf8591_get_reading(device_t dev, uint8_t *reading) in pcf8591_get_reading() argument
109 msg.buf = reading; in pcf8591_get_reading()
144 uint8_t reading; in pcf8591_channel_sysctl() local
153 error = pcf8591_get_reading(dev, &reading); in pcf8591_channel_sysctl()
156 val = reading; in pcf8591_channel_sysctl()
/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)
/freebsd/crypto/openssl/demos/digest/
H A DBIO_f_md.c42 BIO *bio_digest = NULL, *reading = NULL; in main() local
96 reading = BIO_push(bio_digest, input); in main()
98 while (BIO_read(reading, buffer, sizeof(buffer)) > 0) in main()
/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,
H A DX509_load_http.pod34 internal one for connecting, writing the request, and reading the response.
37 B<bio> is used for writing the request, and B<rbio> for reading the response.
H A DSSL_get_handshake_rtt.pod28 done reading the client's response. This is after the client has responded
33 client is done reading the server's response. This is after ServerFinished in
H A DBIO_socket_wait.pod22 BIO_socket_wait() waits on the socket B<fd> for reading if B<for_read> is not 0,
27 B<bio>, for reading if B<bio> is supposed to read, else for writing.
H A DBIO_f_base64.pod28 For reading, the first line of base64 content should be at most 1024 bytes long
33 Also when reading, unless the flag B<BIO_FLAGS_BASE64_NO_NL> is set, initial
57 For reading, it removes all expectations on newlines in the input data.
/freebsd/release/packages/ucl/
H A Dlibarchive-all.ucl27 comment = "Library for reading and writing streaming archives"
30 The libarchive library provides a flexible interface for reading and writing
32 reading and writing archives compressed using various compression filters
/freebsd/sys/dev/hptmv/
H A Daccess601.h49 MV_U32 offset, void *value, int size, int reading);
58 #define sx508x_flash_access(pSataAdapter, offset, value, size, reading) 0 argument
/freebsd/tools/regression/poll/14/
H A Dsockpoll.out7 not ok 6 state other side after reading input: expected POLLHUP; got POLLIN | POLLHUP
10 ok 9 state other side after reading EOF: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
/freebsd/tools/regression/poll/l/
H A Dsockpoll.out7 not ok 6 state other side after reading input: expected POLLHUP; got POLLIN | POLLOUT | POLLHUP
10 ok 9 state other side after reading EOF: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
/freebsd/lib/libc/db/
H A Dchangelog7 signed comparison in recno input reading functions.
47 Realloc bug when reading in fixed records.
99 btree: Ignore user byte-order setting when reading already
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md22 event of NBIO events; handling the common flow of steps for reading a
28 The message flow state machine is divided into a reading sub-state machine and a
/freebsd/contrib/ofed/libibcm/
H A Dlibibcm.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db227 signed comparison in recno input reading functions.
67 Realloc bug when reading in fixed records.
119 btree: Ignore user byte-order setting when reading already
/freebsd/contrib/ofed/libibumad/
H A Dlibibumad.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd/contrib/ofed/librdmacm/
H A Dlibrdmacm.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-passwd.pod.in65 When reading a password from the terminal, this implies B<-noverify>.
77 Don't verify when reading a password from the terminal.

12345678910>>...15