Searched refs:byte_size (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 1684 cnx_parse_img_info(int *buf, uint32_t byte_size, cnx_img_info_t *img_info, in cnx_parse_img_info() argument 1700 while (!end_found && (offs < byte_size)) { in cnx_parse_img_info() 1713 if ((offs + tag_size) > byte_size) { in cnx_parse_img_info() 1717 tag_size, byte_size); in cnx_parse_img_info() 1873 if (offs != byte_size) { in cnx_parse_img_info() 1879 "after %x bytes.\n"), byte_size, offs); in cnx_parse_img_info() 1883 "found at section end.\n"), byte_size); in cnx_parse_img_info()
|
/titanic_41/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | hermon_ib.h | 268 int cnx_parse_img_info(int *buf, uint32_t byte_size, cnx_img_info_t *img_info,
|