Home
last modified time | relevance | path

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

/openbsd/sys/msdosfs/
H A Dfat.h80 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS) macro
/openbsd/usr.sbin/makefs/msdos/
H A Dfat.h88 #define MSDOSFSEOF(cn, fatmask) \ macro