Home
last modified time | relevance | path

Searched refs:bloblist_find (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/
H A Dbloblist.c76 ut_assertnull(bloblist_find(TEST_TAG, TEST_BLOBLIST_SIZE)); in bloblist_test_blob()
83 data = bloblist_find(TEST_TAG, TEST_SIZE); in bloblist_test_blob()
94 ut_assertnull(bloblist_find(TEST_TAG_MISSING, 0)); in bloblist_test_blob()
/openbmc/u-boot/include/
H A Dbloblist.h111 void *bloblist_find(uint tag, int size);
/openbmc/u-boot/common/
H A Dbloblist.c101 void *bloblist_find(uint tag, int size) in bloblist_find() function
H A Dboard_f.c284 gd->spl_handoff = bloblist_find(BLOBLISTT_SPL_HANDOFF, in setup_spl_handoff()
/openbmc/u-boot/common/spl/
H A Dspl.c365 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in write_spl_handoff()