Home | History | Annotate | Download | only in pending

Lines Matching refs:sys_id

573   int sys_id, looper = 0;
580 sys_id = p->sys_ind;
581 if (!sys_id) xprintf("Partition %u is empty\n", i+1);
583 if (i < 4 && !IS_EXTENDED(sys_id)) {
586 } else if (i < 4 && IS_EXTENDED(sys_id)) {
914 static int add_partition(int idx, int sys_id)
955 p->sys_ind = sys_id;
967 if (IS_EXTENDED(sys_id)) {
1041 int i, sys_id;
1052 sys_id = read_hex("Hex code (L to list codes): ");
1053 if ((IS_EXTENDED(p->sys_ind) && !IS_EXTENDED(sys_id)) ||
1054 (!IS_EXTENDED(p->sys_ind) && IS_EXTENDED(sys_id))) {
1059 xprintf("Changed system type of partition %u to %0x (%s)\n",i, sys_id, get_type(sys_id));
1060 p->sys_ind = sys_id;