Searched refs:data_buf_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ntb/test/
H A Dntb_tool.c581 ssize_t data_buf_size; local
620 data_buf_size = *buf_size;
621 data_buf = malloc(data_buf_size, M_NTB_TOOL, M_WAITOK | M_ZERO);
624 memset(data_buf, pattern, data_buf_size);
626 arc4rand(data_buf, data_buf_size, 1);
628 memcpy(write_buf + *buf_offset, data_buf, data_buf_size);
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg.h469 * @data_buf_size : Data buffer size.
472 int cudbg_read_flash_data(void *handle, void *data_buf, u32 data_buf_size);

Completed in 158 milliseconds