Home | History | Annotate | Download | only in toolbox

Lines Matching full:errx

293 		errx(1, "%s: bad FAT type", optarg);
302 errx(1, "%s: bad volume label", optarg);
307 errx(1, "%s: bad OEM string", optarg);
375 errx(1, "create (-C) is incompatible with -N");
378 errx(1, "failed to create %s", fname);
380 errx(1, "failed to initialize %jd bytes", (intmax_t)opt_create);
395 errx(1, "cannot seek to %jd", (intmax_t)opt_ofs);
441 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bps);
443 errx(1, "bytes/sector (%u) is too small; minimum is %u",
452 errx(1, "-%c is not a legal FAT%s option",
459 errx(1, "block size (%u) is not a power of 2", opt_b);
461 errx(1, "block size (%u) is too small; minimum is %u",
464 errx(1, "block size (%u) is too large; maximum is %u",
470 errx(1, "sectors/cluster (%u) is not a power of 2", opt_c);
477 errx(1, "number of FATs (%u) is too large; maximum is %u",
485 errx(1, "illegal media descriptor (%#x)", opt_m);
508 errx(1, "%s: inappropriate file type or format", bname);
537 errx(1, "no room for info sector");
544 errx(1, "no room for backup sector");
547 errx(1, "backup sector would overwrite info sector");
554 errx(1, "too few reserved sectors");
568 errx(1, "too many sectors/FAT for FAT12/16");
572 errx(1, "meta data exceeds file system size");
590 errx(1, "%u clusters too few clusters for FAT%u, need %u", cls, fat,
635 errx(1, "%s: can't read sector %u", bname, x);
723 errx(1, "%s: can't write sector %u", fname, lsn);
758 errx(1, "%s is mounted on %s", fname, mp->f_mntonname);
774 errx(1, "%s: unknown standard format", fmt);
868 errx(1, "Cannot get sector size, %s", strerror(errno));
940 errx(1, "%s: no default %s", fname, msg);
942 errx(1, "%s: illegal %s %d", fname, msg, val);
958 errx(1, "%s: bad %s", arg, msg);
974 errx(1, "%s: bad %s", arg, msg);
978 errx(1, "%s: bad %s", arg, msg);
1005 errx(1, "%s: not supported yet %s", arg, msg);