Home
last modified time | relevance | path

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

/external/coreboot/util/cbfstool/
Dcse_serger.h41 typedef void *subpart_hdr_ptr; typedef
73 subpart_hdr_ptr (*read)(struct buffer *buffer);
74 void (*print)(const subpart_hdr_ptr ptr);
75 size_t (*get_entry_count)(const subpart_hdr_ptr ptr);
76 void (*free)(subpart_hdr_ptr ptr);
Dcse_serger.c502 subpart_hdr_ptr hdr; in print_subpart()
/external/coreboot/util/cbfstool/bpdt_formats/
Dsubpart_hdr_1.c18 static void subpart_hdr_print(const subpart_hdr_ptr ptr) in subpart_hdr_print()
34 static subpart_hdr_ptr subpart_hdr_read(struct buffer *buff) in subpart_hdr_read()
52 static size_t subpart_get_count(const subpart_hdr_ptr ptr) in subpart_get_count()
59 static void subpart_hdr_free(subpart_hdr_ptr ptr) in subpart_hdr_free()
Dsubpart_hdr_2.c19 static subpart_hdr_ptr subpart_hdr_read(struct buffer *buff) in subpart_hdr_read()
38 static void subpart_hdr_print(const subpart_hdr_ptr ptr) in subpart_hdr_print()
55 static size_t subpart_get_count(const subpart_hdr_ptr ptr) in subpart_get_count()
62 static void subpart_hdr_free(subpart_hdr_ptr ptr) in subpart_hdr_free()