Searched refs:NTFS_bsCodeLen (Results 1 – 3 of 3) sorted by relevance
49 memcpy(&bootsect->NTFS_bsCode, &sbs->NTFS_bsCode, NTFS_bsCodeLen); in syslinux_make_bootsect()
314 #define NTFS_bsCodeLen (offsetof(struct ntfs_boot_sector, bsSignature) - \ macro
441 xpwrite(fd, &sbs->NTFS_bsCode, NTFS_bsCodeLen, in install_bootblock()443 NTFS_bsCode)) != NTFS_bsCodeLen) { in install_bootblock()