Lines Matching refs:descriptor_count
80 uint16_t descriptor_count; member
112 return (sizeof(*h) + BPDT_ENTRY_SIZE * h->descriptor_count); in get_bpdt_size()
786 printf("%-25s %-25d\n", "Descriptor count", h->descriptor_count); in bpdt_print_header()
839 offset = read_member(data, offset, sizeof(h->descriptor_count), in bpdt_read_header()
840 &h->descriptor_count); in bpdt_read_header()
858 size_t count = bpdt->h.descriptor_count; in bpdt_read_entries()
902 b->h.descriptor_count, in find_entry_by_type()
912 return __find_entry_by_type(&b->e[0], b->h.descriptor_count, type); in find_entry_by_type()
1026 if (bpdt->h.descriptor_count == 0) in alloc_bpdt_buffer()
1036 bpdt->h.descriptor_count); in alloc_bpdt_buffer()
1246 bpdt->h.descriptor_count = count; in __bpdt_reset()
1312 assert(*count_ptr < curr->h.descriptor_count); in bpdt_entries_init_header_order()
1440 size_t count = h->descriptor_count; in bpdt_fixup_write_buffer()
1445 offset = fix_member(&h->descriptor_count, offset, in bpdt_fixup_write_buffer()
1446 sizeof(h->descriptor_count)); in bpdt_fixup_write_buffer()
1580 bpdt_print_entries(&b->e[0], b->h.descriptor_count, "BPDT"); in ifwi_repack()
1583 bpdt_print_entries(&b->e[0], b->h.descriptor_count, "S-BPDT"); in ifwi_repack()
1970 bpdt_print_entries(&b->e[0], b->h.descriptor_count, "BPDT"); in ifwi_print()
1974 bpdt_print_entries(&b->e[0], b->h.descriptor_count, "S-BPDT"); in ifwi_print()