Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbloblist.c15 struct bloblist_rec *bloblist_first_blob(struct bloblist_hdr *hdr) in bloblist_first_blob()
22 struct bloblist_rec *bloblist_next_blob(struct bloblist_hdr *hdr, in bloblist_next_blob()
41 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_findrec()
57 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_addrec()
147 static u32 bloblist_calc_chksum(struct bloblist_hdr *hdr) in bloblist_calc_chksum()
153 offsetof(struct bloblist_hdr, chksum)); in bloblist_calc_chksum()
164 struct bloblist_hdr *hdr; in bloblist_new()
186 struct bloblist_hdr *hdr; in bloblist_check()
209 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_finish()
/openbmc/u-boot/test/
H A Dbloblist.c32 static struct bloblist_hdr *clear_bloblist(void) in clear_bloblist()
34 struct bloblist_hdr *hdr; in clear_bloblist()
45 struct bloblist_hdr *hdr; in bloblist_test_init()
70 struct bloblist_hdr *hdr; in bloblist_test_blob()
102 struct bloblist_hdr *hdr; in bloblist_test_bad_blob()
118 struct bloblist_hdr *hdr; in bloblist_test_checksum()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h130 struct bloblist_hdr *bloblist; /* Bloblist information */
131 struct bloblist_hdr *new_bloblist; /* Relocated blolist info */
/openbmc/u-boot/include/
H A Dbloblist.h67 struct bloblist_hdr { struct