Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c161 struct cudbg_entity_hdr *entity_hdr, in cudbg_view_decompress_buff()
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()
433 offset += sizeof(struct cudbg_entity_hdr); in cudbg_view()
[all …]
H A Dcudbg_view.h27 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 Dcudbg_flash_utils.c108 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 Dcudbg_lib.c69 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()
198 sizeof(struct cudbg_entity_hdr); in get_next_ext_entity_hdr()
201 sizeof(struct cudbg_entity_hdr)) { in get_next_ext_entity_hdr()
214 *entity_hdr = (struct cudbg_entity_hdr *) in get_next_ext_entity_hdr()
269 (sizeof(struct cudbg_entity_hdr) * in wr_entity_to_flash()
345 sizeof(struct cudbg_entity_hdr); in cudbg_collect()
374 sizeof(struct cudbg_entity_hdr); in cudbg_collect()
[all …]
H A Dcudbg_lib_common.h83 struct cudbg_entity_hdr { struct
H A Dcudbg_lib.h259 int get_entity_hdr(void *outbuf, int i, u32 size, struct cudbg_entity_hdr **);