Lines Matching refs:warnx

388 			warnx("Ignoring bad existing MBR.");  in main()
583 warnx("ERROR: failed to adjust; setting sysid to 0"); in change_part()
739 warnx("can't open device %s", disk); in open_disk()
743 warnx("can't get disk parameters on %s", disk); in open_disk()
808 warnx("Failed to write MBR. Try to use gpart(8)."); in write_disk()
810 warnx("Failed to write sector zero"); in write_disk()
861 warnx("unable to allocate buffer to read fdisk " in read_s0()
866 warnx("can't read fdisk partition table"); in read_s0()
870 warnx("invalid fdisk partition table found"); in read_s0()
1020 warnx( in process_geometry()
1028 warnx("ERROR line %d: incorrect number of geometry args", in process_geometry()
1048 warnx( in process_geometry()
1065 warnx("ERROR line %d: number of cylinders not specified", in process_geometry()
1070 warnx( in process_geometry()
1078 warnx("ERROR line %d: number of heads not specified", in process_geometry()
1082 warnx("ERROR line %d: number of heads must be within (1-256)", in process_geometry()
1088 warnx("ERROR line %d: number of sectors not specified", in process_geometry()
1092 warnx("ERROR line %d: number of sectors must be within (1-63)", in process_geometry()
1110 warnx("ERROR line %d: unexpected size: \'%s\'", in str2sectors()
1122 warnx("ERROR line %d: unexpected modifier: %c " in str2sectors()
1141 warnx("ERROR line %d: incorrect number of partition args", in process_partition()
1147 warnx("ERROR line %d: invalid partition number %d", in process_partition()
1220 warnx( in process_partition()
1226 warnx( in process_partition()
1243 warnx( in process_partition()
1249 warnx( in process_partition()
1256 warnx("ERROR line %d: size of partition %d is zero", in process_partition()
1278 warnx("ERROR line %d: incorrect number of active args", in process_active()
1285 warnx("ERROR line %d: invalid partition number %d", in process_active()
1406 warnx("ERROR: size of partition is zero"); in sanitize_partition()
1414 warnx("WARNING: partition overlaps with partition table"); in sanitize_partition()
1419 warnx("WARNING: partition does not start on a head boundary"); in sanitize_partition()
1421 warnx("WARNING: partition does not end on a cylinder boundary"); in sanitize_partition()
1422 warnx("WARNING: this may confuse the BIOS or some operating systems"); in sanitize_partition()
1436 warnx( in sanitize_partition()
1451 warnx("ERROR: could not adjust partition to start on a head boundary\n\ in sanitize_partition()
1458 warnx("WARNING: adjusting start offset of partition to %u", in sanitize_partition()
1463 warnx("WARNING: adjusting size of partition to %u", (u_int)size); in sanitize_partition()