Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c421 p_port->err_previous = *reading; in perfmgr_db_add_err_reading()
556 p_port->dc_previous = *reading; in perfmgr_db_add_dc_reading()
1047 reading->rcv_switch_relay_err = in perfmgr_db_fill_err_read()
1052 reading->link_integrity = in perfmgr_db_fill_err_read()
1054 reading->buffer_overrun = in perfmgr_db_fill_err_read()
1060 reading->xmit_wait = 0; in perfmgr_db_fill_err_read()
1061 reading->time = time(NULL); in perfmgr_db_fill_err_read()
1072 reading->unicast_xmit_pkts = 0; in perfmgr_db_fill_data_cnt_read_pc()
1073 reading->unicast_rcv_pkts = 0; in perfmgr_db_fill_data_cnt_read_pc()
1076 reading->time = time(NULL); in perfmgr_db_fill_data_cnt_read_pc()
[all …]
/freebsd-14.2/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c57 iic_dp_aux_address(device_t idev, u16 address, bool reading) in iic_dp_aux_address() argument
64 if (reading) in iic_dp_aux_address()
79 iic_dp_aux_stop(device_t idev, bool reading) in iic_dp_aux_stop() argument
86 if (reading) in iic_dp_aux_stop()
140 bool reading; in iic_dp_aux_xfer() local
143 reading = false; in iic_dp_aux_xfer()
148 reading = (msgs[m].flags & IIC_M_RD) != 0; in iic_dp_aux_xfer()
149 ret = iic_dp_aux_address(idev, msgs[m].slave >> 1, reading); in iic_dp_aux_xfer()
152 if (reading) { in iic_dp_aux_xfer()
168 iic_dp_aux_stop(idev, reading); in iic_dp_aux_xfer()
/freebsd-14.2/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-14.2/contrib/less/
H A Dos.c69 public int reading; variable
186 if (!reading && SET_JUMP(read_label)) in iread()
191 reading = 0; in iread()
216 reading = 1; in iread()
233 reading = 0; in iread()
246 reading = 0; in iread()
260 reading = 0; in iread()
268 reading = 0; in iread()
H A Dsignal.c35 extern int reading;
69 if (reading) in u_interrupt()
83 if (reading) in stop()
106 if (reading) in winch()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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.
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml74 where reading certain values from the counter is unreliable. This also
80 that reading the counter is unreliable unless the same value is returned
87 says that reading the counters is unreliable in some cases, and reads may
/freebsd-14.2/contrib/ofed/libibcm/
H A Dlibibcm.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd-14.2/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-14.2/contrib/ofed/libibumad/
H A Dlibibumad.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd-14.2/contrib/ofed/librdmacm/
H A Dlibrdmacm.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Daxp20x_battery.txt12 currents of the battery by reading ADC channels from the ADC.
/freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/
H A Damazon,al-thermal.txt3 Simple thermal device that allows temperature reading by a single MMIO

12345678910>>...14