Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c152 slotptr->name0_4[j] = 0; in str2slot()
153 slotptr->name0_4[j + 1] = 0; in str2slot()
163 slotptr->name5_10[j] = 0; in str2slot()
164 slotptr->name5_10[j + 1] = 0; in str2slot()
174 slotptr->name11_12[j] = 0; in str2slot()
175 slotptr->name11_12[j + 1] = 0; in str2slot()
232 slotptr->id = ++counter; in fill_dir_slot()
233 slotptr->attr = ATTR_VFAT; in fill_dir_slot()
235 slotptr++; in fill_dir_slot()
238 slotptr--; in fill_dir_slot()
[all …]
H A Dfat.c433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument
438 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
444 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
450 l_name[*idx] = slotptr->name11_12[j]; in slot2str()