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

  /src/usr.sbin/fstyp/
msdosfs.c 56 FAT_DES *pfat_entry; local in function:fstyp_msdosfs
136 pfat_entry = (FAT_DES *)sector;
139 if (pfat_entry->DIR_Name[0] == 0) {
144 if (pfat_entry->DIR_Name[0] == 0xe5 ||
145 (pfat_entry->DIR_Attr &
155 if (pfat_entry->DIR_Attr &
157 strlcpy(label, (char*)pfat_entry->DIR_Name,
159 sizeof(pfat_entry->DIR_Name) + 1));
162 } while((uint8_t *)(++pfat_entry) <

Completed in 13 milliseconds