Searched refs:infop (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_image.c | 521 EFSYS_ASSERT(infop != NULL); in efx_check_reflash_image() 522 if (infop == NULL) { in efx_check_reflash_image() 526 memset(infop, 0, sizeof (*infop)); in efx_check_reflash_image() 573 infop->eii_format = format; in efx_check_reflash_image() 574 infop->eii_imagep = bufferp; in efx_check_reflash_image() 587 infop->eii_imagep = NULL; in efx_check_reflash_image() 588 infop->eii_image_size = 0; in efx_check_reflash_image() 601 __in efx_image_info_t *infop, in efx_build_signed_image_write_buffer() argument 623 ((uint8_t *)infop->eii_headerp < (uint8_t *)infop->eii_imagep) || in efx_build_signed_image_write_buffer() 625 ((size_t)((uint8_t *)infop->eii_headerp - infop->eii_imagep) > in efx_build_signed_image_write_buffer() [all …]
|
| H A D | efx.h | 2166 __out efx_image_info_t *infop); 2174 __in efx_image_info_t *infop,
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 195 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
|
| H A D | libxo.c | 2523 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count) in xo_set_info() argument 2527 if (count < 0 && infop) { in xo_set_info() 2530 for (xip = infop, count = 0; xip->xi_name; xip++, count++) in xo_set_info() 2534 xop->xo_info = infop; in xo_set_info()
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 1073 void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count); 1078 If the count is -1, libxo will count the elements of infop, but there 1103 .. c:function:: void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count) 1107 :param infop: Array of information structures 1108 :type infop: xo_info_t *
|