Searched refs:cudbg_entity_hdr (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cudbg_view.c | 161 struct cudbg_entity_hdr *entity_hdr, in cudbg_view_decompress_buff() 250 view_ext_entity(char *pinbuf, struct cudbg_entity_hdr *ent_hdr, in view_ext_entity() 254 struct cudbg_entity_hdr *entity_hdr = NULL; in view_ext_entity() 260 entity_hdr = (struct cudbg_entity_hdr *) in view_ext_entity() 282 entity_hdr = (struct cudbg_entity_hdr *) in view_ext_entity() 289 sizeof(struct cudbg_entity_hdr); in view_ext_entity() 300 entity_hdr = (struct cudbg_entity_hdr *) in view_ext_entity() 362 struct cudbg_entity_hdr *entity_hdr; in cudbg_view() 374 if (inbuf_size < (sizeof(struct cudbg_entity_hdr) + in cudbg_view() 425 (struct cudbg_entity_hdr *)((char *)pinbuf + offset); in cudbg_view() [all …]
|
H A D | cudbg_view.h | 27 int view_##FOO(char *, struct cudbg_entity_hdr *, \ 87 static int (*view_entity[]) (char *, struct cudbg_entity_hdr *,
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_flash_utils.c | 108 struct cudbg_entity_hdr *entity_hdr; in update_headers() 114 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in update_headers() 142 sizeof(struct cudbg_entity_hdr)); in update_headers() 148 entity_hdr = (struct cudbg_entity_hdr *)((char *)sec_hdr + in update_headers() 183 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in cudbg_write_flash() 200 cur_entity_size += sizeof(struct cudbg_entity_hdr); in cudbg_write_flash() 322 data_header_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in cudbg_read_flash_data() 365 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in cudbg_read_flash()
|
H A D | cudbg_lib.c | 69 struct cudbg_entity_hdr *entity_hdr) in align_debug_buffer() 175 struct cudbg_entity_hdr **entity_hdr) in get_next_ext_entity_hdr() 183 sizeof(struct cudbg_entity_hdr)) { in get_next_ext_entity_hdr() 188 *entity_hdr = (struct cudbg_entity_hdr *) in get_next_ext_entity_hdr() 194 ext_offset += sizeof(struct cudbg_entity_hdr) + in get_next_ext_entity_hdr() 198 sizeof(struct cudbg_entity_hdr); in get_next_ext_entity_hdr() 201 sizeof(struct cudbg_entity_hdr)) { in get_next_ext_entity_hdr() 207 ext_offset -= sizeof(struct cudbg_entity_hdr) + in get_next_ext_entity_hdr() 214 *entity_hdr = (struct cudbg_entity_hdr *) in get_next_ext_entity_hdr() 242 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in wr_entity_to_flash() [all …]
|
H A D | cudbg_lib_common.h | 83 struct cudbg_entity_hdr { struct
|
H A D | cudbg_lib.h | 259 int get_entity_hdr(void *outbuf, int i, u32 size, struct cudbg_entity_hdr **);
|