HomeSort by: relevance | last modified time | path
    Searched defs:nextclust (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/fstyp/
exfat.c 249 uint32_t *fatsect, nextclust; local in function:exfat_fat_next
257 nextclust = le32toh(fatsect[clsectoff]);
260 return (nextclust);

Completed in 261 milliseconds