Searched refs:blobp (Results 1 – 6 of 6) sorted by relevance
| /u-boot/include/ |
| A D | bloblist.h | 269 int bloblist_ensure_size(uint tag, int size, int align, void **blobp); 294 int bloblist_ensure_size_ret(uint tag, int *sizep, void **blobp);
|
| A D | fdt_support.h | 400 int fdt_valid(struct fdt_header **blobp);
|
| /u-boot/tools/ |
| A D | fit_common.h | 41 void **blobp, struct stat *sbuf, bool delete_on_error,
|
| A D | fit_common.c | 58 void **blobp, struct stat *sbuf, bool delete_on_error, in mmap_fdt() argument 116 *blobp = ptr; in mmap_fdt()
|
| /u-boot/common/ |
| A D | bloblist.c | 205 int bloblist_ensure_size(uint tag, int size, int align, void **blobp) in bloblist_ensure_size() argument 213 *blobp = (void *)rec + rec->hdr_size; in bloblist_ensure_size() 228 int bloblist_ensure_size_ret(uint tag, int *sizep, void **blobp) in bloblist_ensure_size_ret() argument 238 *blobp = (void *)rec + rec->hdr_size; in bloblist_ensure_size_ret()
|
| A D | fdt_support.c | 2039 int fdt_valid(struct fdt_header **blobp) in fdt_valid() argument 2041 const void *blob = *blobp; in fdt_valid() 2073 *blobp = NULL; in fdt_valid()
|
Completed in 14 milliseconds