| /freebsd-14.2/contrib/ofed/opensm/opensm/ |
| H A D | osm_perfmgr_db.c | 421 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 D | drm_dp_iic_helper.c | 57 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 D | osm_perfmgr_db.h | 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,
|
| /freebsd-14.2/contrib/less/ |
| H A D | os.c | 69 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 D | signal.c | 35 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 D | dir.c | 79 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 D | max44009.c | 68 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 D | pcf8591.c | 98 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 D | SSL_CTX_set_read_ahead.pod | 27 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 D | X509_load_http.pod | 34 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 D | BIO_socket_wait.pod | 22 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 D | adc128d818.txt | 7 1 temperature reading (internal) 12 1 temperature reading (internal) 16 1 temperature reading (internal)
|
| /freebsd-14.2/sys/dev/hptmv/ |
| H A D | access601.h | 49 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 D | BIO_f_md.c | 92 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 D | sockpoll.out | 7 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 D | sockpoll.out | 7 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 D | changelog | 7 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 D | arm,arch_timer.yaml | 74 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 D | libibcm.map | 1 /* Do not change this file without reading Documentation/versioning.md */
|
| /freebsd-14.2/crypto/openssl/ssl/statem/ |
| H A D | README.md | 22 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 D | libibumad.map | 1 /* Do not change this file without reading Documentation/versioning.md */
|
| /freebsd-14.2/contrib/ofed/librdmacm/ |
| H A D | librdmacm.map | 1 /* Do not change this file without reading Documentation/versioning.md */
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-passwd.pod.in | 65 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 D | axp20x_battery.txt | 12 currents of the battery by reading ADC channels from the ADC.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | amazon,al-thermal.txt | 3 Simple thermal device that allows temperature reading by a single MMIO
|