Home
last modified time | relevance | path

Searched refs:SLOT_E5 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/usr.sbin/makefs/msdos/
HDdirentry.h60 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
HDmsdosfs_conv.c415 dn[0] = SLOT_E5; in unix2dosfn()
/freebsd-14-stable/sys/fs/msdosfs/
HDdirentry.h60 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
HDmsdosfs_conv.c250 if (*dn == SLOT_E5) in dos2unixfn()
507 dn[0] = SLOT_E5; in unix2dosfn()
/freebsd-14-stable/sbin/fsck_msdosfs/
HDdir.c52 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
765 if (dirent.name[0] == SLOT_E5) in readDosDirSection()