HomeSort by relevance Sort by last modified time
    Searched refs:ntfs_boot_sector (Results 1 - 3 of 3) sorted by null

  /external/syslinux/libinstaller/
fs.c 44 struct ntfs_boot_sector *bootsect = bs;
45 const struct ntfs_boot_sector *sbs =
46 (const struct ntfs_boot_sector *)boot_sector;
135 const struct ntfs_boot_sector *sectbuf = bs;
168 if (ntfs_check_zero_fields((struct ntfs_boot_sector *)bs))
syslxint.h 273 struct ntfs_boot_sector { struct
312 #define NTFS_bsHeadLen offsetof(struct ntfs_boot_sector, bsOemName)
314 #define NTFS_bsCodeLen (offsetof(struct ntfs_boot_sector, bsSignature) - \
315 offsetof(struct ntfs_boot_sector, NTFS_bsCode))
318 static inline int ntfs_check_zero_fields(const struct ntfs_boot_sector *sb)
325 static inline int ntfs_check_sb_fields(const struct ntfs_boot_sector *sb)
  /external/syslinux/extlinux/
main.c 349 struct ntfs_boot_sector sb4;
437 struct ntfs_boot_sector *sbs =
438 (struct ntfs_boot_sector *)syslinux_bootsect;
442 offsetof(struct ntfs_boot_sector,
    [all...]

Completed in 66 milliseconds