Searched defs:byte_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1684 cnx_parse_img_info(int *buf, uint32_t byte_size, cnx_img_info_t *img_info, argument
1700 while (!end_found && (offs < byte_size)) {
1713 if ((offs + tag_size) > byte_size) {
1717 tag_size, byte_size);
1873 if (offs != byte_size) {
1879 "after %x bytes.\n"), byte_size, offs);
1883 "found at section end.\n"), byte_size);

Completed in 48 milliseconds