Searched refs:read_len (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/ |
| H A D | rtioctl.c | 74 rtioctl(char *data, unsigned len, unsigned read_len) in rtioctl() argument 91 if (read_len > msg->buf_len) { in rtioctl() 92 read_len = msg->buf_len; in rtioctl() 95 maxlen = read_len ? read_len : len; in rtioctl() 126 if (!rt_shutdown_rd && read_len > 0) { in rtioctl()
|
| H A D | rtioctl.h | 33 int rtioctl(char *data, unsigned len, unsigned read_len);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_history.c | 415 uint64_t read_len, phys_read_off, phys_eof; in spa_history_get() local 453 read_len = MIN(*len, shpp->sh_pool_create_len - in spa_history_get() 469 read_len = MIN(*len, phys_eof - phys_read_off); in spa_history_get() 471 read_len = MIN(*len, in spa_history_get() 474 leftover = MIN(*len - read_len, in spa_history_get() 481 *offp += read_len + leftover; in spa_history_get() 484 *len = read_len + leftover; in spa_history_get() 486 if (read_len == 0) { in spa_history_get() 492 err = dmu_read(mos, spa->spa_history, phys_read_off, read_len, buf, in spa_history_get() 496 leftover, buf + read_len, DMU_READ_PREFETCH); in spa_history_get()
|
| /f-stack/dpdk/app/test-regex/ |
| H A D | main.c | 127 size_t read_len; in read_file() local 148 read_len = fread(*buf, sizeof(char), buf_len, fp); in read_file() 149 if (read_len != (unsigned long)buf_len) { in read_file()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 2100 uint32_t read_len; member 2197 .read_len = 300 in test_pktmbuf_read_from_chain() 2204 .read_len = 201 in test_pktmbuf_read_from_chain() 2211 .read_len = 100 in test_pktmbuf_read_from_chain() 2218 .read_len = 150 in test_pktmbuf_read_from_chain() 2225 .read_len = 1000 in test_pktmbuf_read_from_chain() 2232 .read_len = 1001 in test_pktmbuf_read_from_chain() 2239 .read_len = 2 in test_pktmbuf_read_from_chain() 2248 .read_len = MBUF_DATA_SIZE in test_pktmbuf_read_from_chain() 2264 test_cases[i].read_len, data_buf); in test_pktmbuf_read_from_chain() [all …]
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mcdi.c | 2497 size_t read_len = in efx_mcdi_phy_module_get_info() local 2501 mcdi_lower_page, (uint8_t)offset, (uint8_t)read_len, data); in efx_mcdi_phy_module_get_info() 2505 data += read_len; in efx_mcdi_phy_module_get_info() 2506 len -= read_len; in efx_mcdi_phy_module_get_info()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 1982 u32 read_len, u32 skip_len) in qed_grc_dump_reg_entry_skip() argument 1992 u32 curr_len = OSAL_MIN_T(u32, read_len, in qed_grc_dump_reg_entry_skip()
|