Home
last modified time | relevance | path

Searched refs:new_start_addr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c571 uint32_t new_start_addr; in cnx_verify_image() local
575 new_start_addr = cnx_cont2phys(handle->log2_chunk_sz, 0, type); in cnx_verify_image()
577 return (cnx_check_for_magic_pattern(handle, new_start_addr)); in cnx_verify_image()
664 uint32_t new_start_addr; in cnx_write_image() local
680 new_start_addr = ((type - 1) << handle->log2_chunk_sz); in cnx_write_image()
731 ioctl_info.af_addr = new_start_addr; in cnx_write_image()