Home
last modified time | relevance | path

Searched refs:NTFS_bsCode (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/libinstaller/
Dfs.c49 memcpy(&bootsect->NTFS_bsCode, &sbs->NTFS_bsCode, NTFS_bsCodeLen); in syslinux_make_bootsect()
Dsyslxint.h313 #define NTFS_bsCode Code macro
315 offsetof(struct ntfs_boot_sector, NTFS_bsCode))
/external/syslinux/extlinux/
Dmain.c441 xpwrite(fd, &sbs->NTFS_bsCode, NTFS_bsCodeLen, in install_bootblock()
443 NTFS_bsCode)) != NTFS_bsCodeLen) { in install_bootblock()