Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_flash_utils.c107 struct cudbg_flash_hdr *flash_hdr; in update_headers()
116 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()
120 flash_hdr = (struct cudbg_flash_hdr *)(sec_hdr); in update_headers()
131 flash_hdr->hdr_len = sizeof(struct cudbg_flash_hdr); in update_headers()
132 hdr_offset = sizeof(struct cudbg_flash_hdr); in update_headers()
138 sizeof(struct cudbg_flash_hdr) + in update_headers()
144 hdr_offset = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()
149 sizeof(struct cudbg_flash_hdr) + in update_headers()
155 sizeof(struct cudbg_flash_hdr)); in update_headers()
171 struct cudbg_flash_hdr *flash_hdr = NULL; in cudbg_write_flash()
[all …]
H A Dcudbg.h334 struct cudbg_flash_hdr { struct
H A Dcudbg_lib.c246 (sizeof(struct cudbg_flash_hdr) + in wr_entity_to_flash()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c338 struct cudbg_flash_hdr *fl_hdr = (struct cudbg_flash_hdr *)pinbuf; in cudbg_print_flash_header()