Home | History | Annotate | Download | only in newfs_msdos

Lines Matching refs:warnx

270 	warnx("Cannot specify both block size and sectors per cluster");
274 warnx("%s: bad OEM string", o.OEM_string);
279 warnx("create (-C) is incompatible with -N");
284 warnx("failed to create %s", fname);
288 warnx("failed to initialize %jd bytes", (intmax_t)o.create_size);
301 warnx("warning, %s is not a regular file", fname);
304 warnx("warning, %s is not a character device", fname);
310 warnx("cannot seek to %jd", (intmax_t)o.offset);
350 warnx("bytes/sector (%u) is not a power of 2", bpb.bpbBytesPerSec);
354 warnx("bytes/sector (%u) is too small; minimum is %u",
360 warnx("%s: bad volume label", o.volume_label);
370 warnx("-%c is not a legal FAT%s option",
378 warnx("%d: bad FAT type", fat);
384 warnx("block size (%u) is not a power of 2", o.block_size);
388 warnx("block size (%u) is too small; minimum is %u",
393 warnx("block size (%u) is too large; maximum is %u",
401 warnx("sectors/cluster (%u) is not a power of 2",
411 warnx("number of FATs (%u) is too large; maximum is %u",
421 warnx("illegal media descriptor (%#x)", o.media_descriptor);
451 warnx("%s: inappropriate file type or format", bname);
486 warnx("no room for info sector");
495 warnx("no room for backup sector");
500 warnx("backup sector would overwrite info sector");
529 warnx("too few reserved sectors (need %d have %d)", x,
551 warnx("too many sectors/FAT for FAT12/16");
557 warnx("meta data exceeds file system size");
581 warnx("warning: Alignment failed.");
589 warnx("warning: sectors/FAT limits file system to %u clusters",
592 warnx("%u clusters too few clusters for FAT%u, need %u", cls, fat,
599 warnx("warning: FAT type limits file system to %u sectors",
668 warnx("%s: can't read sector %u", bname, x);
762 warnx("%s: can't write sector %u", fname, lsn);
805 warnx("%s is mounted on %s", fname, mp->f_mntonname);
824 warnx("%s: unknown standard format", fmt);
999 warnx("%s: no default %s", fname, msg);
1003 warnx("%s: illegal %s %d", fname, msg, val);