Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbloblist.c16 struct bloblist_rec *bloblist_first_blob(struct bloblist_hdr *hdr) in bloblist_first_blob()
23 struct bloblist_rec *bloblist_next_blob(struct bloblist_hdr *hdr, in bloblist_next_blob()
42 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_findrec()
58 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_addrec()
148 static u32 bloblist_calc_chksum(struct bloblist_hdr *hdr) in bloblist_calc_chksum()
154 offsetof(struct bloblist_hdr, chksum)); in bloblist_calc_chksum()
165 struct bloblist_hdr *hdr; in bloblist_new()
187 struct bloblist_hdr *hdr; in bloblist_check()
210 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_finish()
/external/u-boot/test/
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()
/external/u-boot/include/asm-generic/
Dglobal_data.h131 struct bloblist_hdr *bloblist; /* Bloblist information */
132 struct bloblist_hdr *new_bloblist; /* Relocated blolist info */
/external/u-boot/include/
Dbloblist.h67 struct bloblist_hdr { struct