Searched refs:lbasize_t (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | api_public.h | 76 typedef u_int64_t lbasize_t; typedef 78 typedef unsigned long lbasize_t; typedef 101 lbasize_t block_count; /* no of blocks */
|
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | api_private.h | 25 lbasize_t dev_read_stor(void *, void *, lbasize_t, lbastart_t);
|
| H A D | api.c | 385 lbasize_t *len_stor, *act_len_stor; in API_dev_read() 406 len_stor = (lbasize_t *)va_arg(ap, uintptr_t); in API_dev_read() 416 act_len_stor = (lbasize_t *)va_arg(ap, uintptr_t); in API_dev_read()
|
| H A D | api_storage.c | 326 lbasize_t dev_read_stor(void *cookie, void *buf, lbasize_t len, lbastart_t start) in dev_read_stor()
|
| /OK3568_Linux_fs/u-boot/examples/api/ |
| H A D | glue.h | 57 int ub_dev_read(int handle, void *buf, lbasize_t len, 58 lbastart_t start, lbasize_t *rlen);
|
| H A D | glue.c | 273 int ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read() 274 lbasize_t *rlen) in ub_dev_read() 277 lbasize_t act_len; in ub_dev_read()
|
| H A D | demo.c | 33 lbasize_t rlen; in main()
|