Lines Matching refs:value
96 static void set_levalue(unsigned char *cp, sector_t value )
98 uint32_t val = SWAP_LE32(value);
128 printf("Unknown value(s) for:");
789 xprintf("Using default value %lld\n", defalt);
1327 sector_t value;
1341 value = ask_value(mesg, 1, 1048576, g_cylinders);
1342 g_cylinders = TT.cylinders = value;
1360 value = ask_value(mesg, 1, 256, g_heads);
1361 g_heads = TT.heads = value;
1378 value = ask_value(mesg, 1, 63, g_sectors);
1379 g_sectors = TT.sectors = value;