Lines Matching refs:temp
814 sector_t start, limit, temp = 0, start_cyl, limit_cyl, offset = 1;
851 temp = ask_value(mesg, disp_unit_cyl? start_cyl : start,
857 temp = (temp-1) * g_heads * g_sectors;
858 if (temp < start) //the boundary is falling in the already used sectors.
859 temp = start;
861 start = temp;
869 sector_t limit, temp = 0, start_cyl, limit_cyl, start = start_sec;
899 temp = ask_value(mesg, disp_unit_cyl? start_cyl : start,
903 temp = temp * g_heads * g_sectors - 1;
904 if (temp > limit) temp = limit;
906 if (temp < start) { //the boundary is falling in the already used sectors.
910 return temp;
1223 struct partition *px, *py, temp, *pj, *pjj, tmp;
1241 memcpy(&temp, py, sizeof(struct partition));
1243 memcpy(px, &temp, sizeof(struct partition));