Home
last modified time | relevance | path

Searched refs:slotptr (Results 1 – 2 of 2) sorted by relevance

/u-boot/fs/fat/
A Dfat_write.c320 slotptr->name0_4[j] = 0; in str2slot()
321 slotptr->name0_4[j + 1] = 0; in str2slot()
331 slotptr->name5_10[j] = 0; in str2slot()
332 slotptr->name5_10[j + 1] = 0; in str2slot()
342 slotptr->name11_12[j] = 0; in str2slot()
343 slotptr->name11_12[j + 1] = 0; in str2slot()
404 slotptr->id = ++counter; in fill_dir_slot()
405 slotptr->attr = ATTR_VFAT; in fill_dir_slot()
407 slotptr++; in fill_dir_slot()
410 slotptr--; in fill_dir_slot()
[all …]
A Dfat.c449 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument
454 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
460 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
466 l_name[*idx] = slotptr->name11_12[j]; in slot2str()

Completed in 6 milliseconds