Lines Matching refs:ipart
5619 BYTE fsopt, fsty, sys, pdrv, ipart; local
5650 ipart = LD2PT(vol); /* Hosting partition (0:create as new, 1..:existing partition) */
5683 if (ipart != 0) { /* Is the volume associated with any specific partition? */
5688 pte = buf + (MBR_Table + (ipart - 1) * SZ_PTE);
5689 extended_br = ipart - 4;
5931 sys = ipart > 4 ? 0x0B : 0x0C; /* FAT32X */
5943 if (ipart != 0) { /* Created in the existing partition */
5946 if (ipart > 4) {
5949 pte = &multi_buf[MBR_Table + (ipart - 1) * SZ_PTE];
5951 n = (ipart > 4) ? extended_base + extended_offset : 0;
6010 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; local
6029 ipart = partition->part_no_mbr; /* Partition (0:create as new, 1..:get from partition table) */
6061 if (ipart != 0) { /* Is the volume associated with any specific partition? */
6066 pte = buf + (MBR_Table + (ipart - 1) * SZ_PTE);
6067 extended_br = ipart - MBR_PRIMARY_PART_NUM;
6304 sys = ipart > 4 ? 0x0B : 0x0C; /* FAT32X */
6315 if (ipart != 0) { /* Created in the existing partition */
6318 if (ipart > MBR_PRIMARY_PART_NUM) {
6321 pte = &multi_buf[MBR_Table + (ipart - 1) * SZ_PTE];
6323 n = (ipart > MBR_PRIMARY_PART_NUM) ? (extended_base + extended_offset) : 0;