Home
last modified time | relevance | path

Searched refs:data_begin (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dfat.h172 int data_begin; /* The sector of the first cluster, can be negative */ member
182 return fsdata->data_begin + clust * fsdata->clust_size; in clust_to_sect()
187 return (sect - fsdata->data_begin) / fsdata->clust_size; in sect_to_clust()
/openbmc/qemu/block/
H A Ddmg.c401 char *data_begin, *data_end; in dmg_read_plist_xml() local
423 while ((data_begin = strstr(data_end, "<data>")) != NULL) { in dmg_read_plist_xml()
427 data_begin += 6; in dmg_read_plist_xml()
428 data_end = strstr(data_begin, "</data>"); in dmg_read_plist_xml()
435 mish = g_base64_decode(data_begin, &out_len); in dmg_read_plist_xml()
/openbmc/u-boot/fs/fat/
H A Dfat.c594 mydata->data_begin = mydata->rootdir_sect - in get_fs_info()
602 mydata->data_begin = mydata->rootdir_sect + in get_fs_info()
623 mydata->rootdir_sect * mydata->sect_size, mydata->data_begin); in get_fs_info()