Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/fstyp/ | |
ntfs.c | 87 uint8_t bf_sysid[8]; member in struct:ntfs_bootfile 149 if (bf == NULL || strncmp((char*)bf->bf_sysid, "NTFS ", 8) != 0) |
/src/sys/fs/ntfs/ | |
ntfs.h | 227 u_int8_t bf_sysid[8]; /* 'NTFS ' */ member in struct:bootfile |