Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c146 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot()
222 dir_slot *slotptr = (dir_slot *)temp_dir_slot_buffer; in fill_dir_slot() local
H A Dfat.c433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str()