Symbol: cudbg_hdr
usr/src/cmd/cxgbetool/cudbg_view.c
236
struct cudbg_hdr *cudbg_hdr;
usr/src/cmd/cxgbetool/cudbg_view.c
241
cudbg_hdr = (struct cudbg_hdr *)((char *)pinbuf + next_rec_offset);
usr/src/cmd/cxgbetool/cudbg_view.c
242
if ((cudbg_hdr->signature != CUDBG_SIGNATURE) &&
usr/src/cmd/cxgbetool/cudbg_view.c
243
(cudbg_hdr->signature != CUDBG_LEGACY_SIGNATURE))
usr/src/cmd/cxgbetool/cudbg_view.c
312
cudbg_print_cudbg_header(struct cudbg_hdr *hdr)
usr/src/cmd/cxgbetool/cudbg_view.c
364
struct cudbg_hdr *tmp_hdr;
usr/src/cmd/cxgbetool/cudbg_view.c
375
sizeof(struct cudbg_hdr))) {
usr/src/cmd/cxgbetool/cudbg_view.c
380
tmp_hdr = (struct cudbg_hdr *)pinbuf;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
106
struct cudbg_hdr *cudbg_hdr;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
115
sizeof(struct cudbg_hdr);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
121
cudbg_hdr = (struct cudbg_hdr *)dbg_buff->data;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
145
flash_hdr->data_len = cudbg_hdr->data_len - sec_info->skip_size;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
154
cudbg_hdr = (struct cudbg_hdr *)((char *)sec_hdr +
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
156
cudbg_hdr->data_len = flash_hdr->data_len;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
184
sizeof(struct cudbg_hdr);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
323
sizeof(struct cudbg_hdr);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
366
sizeof(struct cudbg_hdr);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
173
struct cudbg_hdr *cudbg_hdr = (struct cudbg_hdr *)outbuf;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
175
u32 ext_offset = cudbg_hdr->data_len;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
185
((char *)outbuf + cudbg_hdr->data_len);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
232
u32 cur_entity_hdr_offset = sizeof(struct cudbg_hdr);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
239
sizeof(struct cudbg_hdr);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
287
struct cudbg_hdr *cudbg_hdr;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
308
cudbg_hdr = (struct cudbg_hdr *)dbg_buff.data;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
309
cudbg_hdr->signature = CUDBG_SIGNATURE;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
310
cudbg_hdr->hdr_len = sizeof(struct cudbg_hdr);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
311
cudbg_hdr->major_ver = CUDBG_MAJOR_VERSION;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
312
cudbg_hdr->minor_ver = CUDBG_MINOR_VERSION;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
313
cudbg_hdr->max_entities = CUDBG_MAX_ENTITY;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
314
cudbg_hdr->chip_ver = padap->params.chip;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
316
if (cudbg_hdr->data_len)
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
322
total_size = cudbg_hdr->hdr_len;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
331
((char *)outbuf + cudbg_hdr->hdr_len +
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
334
ext_entity_hdr->start_offset = cudbg_hdr->data_len;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
337
dbg_buff.offset = cudbg_hdr->data_len;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
339
dbg_buff.offset += cudbg_hdr->hdr_len; /* move 24 bytes*/
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
360
cudbg_hdr->hdr_flags = rc;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
433
cudbg_hdr->data_len = total_size;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
442
entity_hdr->start_offset -= cudbg_hdr->data_len;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
478
cudbg_hdr->hdr_flags = rc;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
536
cudbg_hdr->data_len = total_size;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
546
cudbg_hdr->data_len;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
574
cudbg_hdr->data_len = total_size;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
623
struct cudbg_hdr *cudbg_hdr = (struct cudbg_hdr *)outbuf;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
625
if (cudbg_hdr->hdr_len + (sizeof(struct cudbg_entity_hdr)*i) > size)
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
629
((char *)outbuf+cudbg_hdr->hdr_len +
usr/src/uts/common/io/cxgbe/t4nex/fastlz_api.c
232
struct cudbg_hdr *cudbg_hdr;
usr/src/uts/common/io/cxgbe/t4nex/fastlz_api.c
250
cudbg_hdr = (struct cudbg_hdr *) pout_buff->data;
usr/src/uts/common/io/cxgbe/t4nex/fastlz_api.c
259
if ((chunk_size > 62000) && (cudbg_hdr->reserved[7] < (u32)
usr/src/uts/common/io/cxgbe/t4nex/fastlz_api.c
261
cudbg_hdr->reserved[7] = (u32) chunk_size;