Home
last modified time | relevance | path

Searched refs:name11_12 (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/fs/fat/
Dfat_write.c175 slotptr->name11_12[j] = 0; in str2slot()
176 slotptr->name11_12[j + 1] = 0; in str2slot()
178 goto name11_12; in str2slot()
180 slotptr->name11_12[j] = name[*idx]; in str2slot()
203 name11_12: in str2slot()
206 slotptr->name11_12[end_idx * 2] = 0xff; in str2slot()
207 slotptr->name11_12[end_idx * 2 + 1] = 0xff; in str2slot()
Dfat.c443 l_name[*idx] = slotptr->name11_12[j]; in slot2str()
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h194 __u8 name11_12[4]; /* last 2 characters in name */ member
/external/u-boot/include/
Dfat.h154 __u8 name11_12[4]; /* Last 2 characters in name */ member