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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c78 static uint32_t cnx_cont2phys(uint32_t log2_chunk_sz, uint32_t cont_addr,
509 phys_addr = cnx_cont2phys(handle->log2_chunk_sz, i, type);
575 new_start_addr = cnx_cont2phys(handle->log2_chunk_sz, 0, type);
690 cnx_cont2phys(log2_chunk_sz, i, type) / sector_size;
704 ioctl_info.af_addr = cnx_cont2phys(log2_chunk_sz, i, type);
720 ioctl_info.af_addr = cnx_cont2phys(log2_chunk_sz, i, type);
1264 cnx_cont2phys(uint32_t log2_chunk_size, uint32_t cont_addr, int type) function
1312 ioctl_info.af_addr = cnx_cont2phys(handle->log2_chunk_sz,
1324 nguidptr_addr = cnx_cont2phys(handle->log2_chunk_sz,
1592 ioctl_info.af_addr = cnx_cont2phys(handl
[all...]

Completed in 48 milliseconds