Lines Matching refs:errx

283 		errx(1, "%s: bad FAT type", optarg);
292 errx(1, "%s: bad volume label", optarg);
297 errx(1, "%s: bad OEM string", optarg);
365 errx(1, "create (-C) is incompatible with -N");
368 errx(1, "failed to create %s", fname);
370 errx(1, "failed to initialize %jd bytes", (intmax_t)opt_create);
385 errx(1, "cannot seek to %jd", (intmax_t)opt_ofs);
428 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bpbBytesPerSec);
430 errx(1, "bytes/sector (%u) is too small; minimum is %u",
439 errx(1, "-%c is not a legal FAT%s option",
446 errx(1, "block size (%u) is not a power of 2", opt_b);
448 errx(1, "block size (%u) is too small; minimum is %u",
451 errx(1, "block size (%u) is too large; maximum is %u",
457 errx(1, "sectors/cluster (%u) is not a power of 2", opt_c);
464 errx(1, "number of FATs (%u) is too large; maximum is %u",
472 errx(1, "illegal media descriptor (%#x)", opt_m);
496 errx(1, "%s: inappropriate file type or format", bname);
529 errx(1, "no room for info sector");
536 errx(1, "no room for backup sector");
539 errx(1, "backup sector would overwrite info sector");
547 errx(1, "too few reserved sectors (need %d have %d)", x,
566 errx(1, "too many sectors/FAT for FAT12/16");
570 errx(1, "meta data exceeds file system size");
590 errx(1, "%u clusters too few clusters for FAT%u, need %u", cls, fat,
648 errx(1, "%s: can't read sector %u", bname, x);
738 errx(1, "%s: can't write sector %u", fname, lsn);
768 errx(1, "%s is mounted on %s", fname, mp->f_mntonname);
783 errx(1, "%s: unknown standard format", fmt);
910 errx(1, "%s: no default %s", fname, msg);
912 errx(1, "%s: illegal %s %d", fname, msg, val);
928 errx(1, "%s: bad %s", arg, msg);
945 errx(1, "%s: bad %s", arg, msg);
949 errx(1, "%s: bad %s", arg, msg);
976 errx(1, "%s: not supported yet %s", arg, msg);