Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/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/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/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,
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 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 DSSL_in_init.pod59 B<role> is one of CR, CW, SR or SW to indicate "client reading",
60 "client writing", "server reading" or "server writing" respectively.
/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/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/crypto/openssl/demos/digest/
H A DBIO_f_md.c92 BIO *reading = BIO_push( bio_digest, input ); in main() local
94 while( BIO_read(reading, buffer, sizeof(buffer)) > 0 ) in main()
/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/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/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/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/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.
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt67 -samsung,link-rate: deprecated prop that can reading from monitor by dpcd method.
68 -samsung,lane-count: deprecated prop that can reading from monitor by dpcd method.
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Daxp20x_battery.txt12 currents of the battery by reading ADC channels from the ADC.

12345678910>>...13