Lines Matching defs:sys
5556 BYTE sys, /* System ID (for only MBR, temp setting) */
5584 pte[PTE_System] = sys; /* System type */
5619 BYTE fsopt, fsty, sys, pdrv, ipart;
5931 sys = ipart > 4 ? 0x0B : 0x0C; /* FAT32X */
5933 sys = 0x06; /* FAT12/16 (large) */
5935 sys = 0x04; /* FAT16 */
5937 sys = 0x01; /* FAT12 */
5952 pte[4] = sys;
5966 pte[4] = sys;
5978 fr = create_partition(pdrv, lba, sys, buf);
6010 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart;
6304 sys = ipart > 4 ? 0x0B : 0x0C; /* FAT32X */
6307 sys = FAT16B; /* FAT12/16 (large) */
6309 sys = (fsty == FS_FAT16) ? FAT16 : FAT12; /* FAT16 : FAT12 */
6324 pte[PTE_System] = sys;
6337 pte[PTE_System] = sys;
6349 fr = create_partition(pdrv, lba, sys, buf);