Lines Matching refs:EXIT_FAILURE
333 errx(EXIT_FAILURE, "invalid partition index"); in gpart_autofill_resize()
346 errx(EXIT_FAILURE, "Class %s not found.", s); in gpart_autofill_resize()
349 errx(EXIT_FAILURE, "No such geom: %s.", g); in gpart_autofill_resize()
352 errx(EXIT_FAILURE, "Provider for geom %s not found.", g); in gpart_autofill_resize()
360 errc(EXIT_FAILURE, error, "Invalid alignment param"); in gpart_autofill_resize()
362 errx(EXIT_FAILURE, "Invalid alignment param"); in gpart_autofill_resize()
370 errc(EXIT_FAILURE, error, "internal error"); in gpart_autofill_resize()
378 errc(EXIT_FAILURE, error, "Invalid size param"); in gpart_autofill_resize()
387 errx(EXIT_FAILURE, "Final block not found for geom %s", in gpart_autofill_resize()
398 errx(EXIT_FAILURE, "invalid partition index"); in gpart_autofill_resize()
473 errx(EXIT_FAILURE, "Class %s not found.", s); in gpart_autofill()
477 errx(EXIT_FAILURE, "No such geom %s.", g); in gpart_autofill()
483 errx(EXIT_FAILURE, in gpart_autofill()
490 errx(EXIT_FAILURE, "Provider for geom %s not found.", g); in gpart_autofill()
498 errc(EXIT_FAILURE, error, "Invalid alignment param"); in gpart_autofill()
500 errx(EXIT_FAILURE, "Invalid alignment param"); in gpart_autofill()
504 errc(EXIT_FAILURE, error, "internal error"); in gpart_autofill()
512 errc(EXIT_FAILURE, error, "Invalid size param"); in gpart_autofill()
521 errc(EXIT_FAILURE, error, "Invalid start param"); in gpart_autofill()
540 errx(EXIT_FAILURE, "Starting block not found for geom %s", in gpart_autofill()
545 errx(EXIT_FAILURE, "Final block not found for geom %s", in gpart_autofill()
634 errx(EXIT_FAILURE, "Scheme not found for geom %s", gp->lg_name); in gpart_show_geom()
637 errx(EXIT_FAILURE, "Starting block not found for geom %s", in gpart_show_geom()
642 errx(EXIT_FAILURE, "Final block not found for geom %s", in gpart_show_geom()
648 errx(EXIT_FAILURE, "State not found for geom %s", gp->lg_name); in gpart_show_geom()
716 errx(EXIT_FAILURE, "-l and -r are mutually exclusive"); in gpart_show_hasopt()
748 errc(EXIT_FAILURE, error, "Cannot get GEOM tree"); in gpart_show()
752 errx(EXIT_FAILURE, "Class %s not found.", name); in gpart_show()
762 errx(EXIT_FAILURE, "No such geom: %s.", name); in gpart_show()
785 errx(EXIT_FAILURE, "Invalid number of arguments."); in gpart_backup()
794 errc(EXIT_FAILURE, error, "Cannot get GEOM tree"); in gpart_backup()
798 errx(EXIT_FAILURE, "Class %s not found.", s); in gpart_backup()
802 errx(EXIT_FAILURE, "No such geom: %s.", g); in gpart_backup()
876 errx(EXIT_FAILURE, "Invalid number of arguments."); in gpart_restore()
886 errc(EXIT_FAILURE, error, "Cannot get GEOM tree"); in gpart_restore()
890 errx(EXIT_FAILURE, "Class %s not found.", s); in gpart_restore()
897 err(EXIT_FAILURE, "sigaction SIGINT"); in gpart_restore()
942 errx(EXIT_FAILURE, "Incorrect backup format."); in gpart_restore()
968 errx(EXIT_FAILURE, "Incorrect backup format."); in gpart_restore()
996 errc(EXIT_FAILURE, error, "autofill"); in gpart_restore()
1070 exit(EXIT_FAILURE); in gpart_restore()
1081 err(EXIT_FAILURE, "%s", bootfile); in gpart_bootfile_read()
1083 errx(EXIT_FAILURE, "%s: not a regular file", bootfile); in gpart_bootfile_read()
1085 errx(EXIT_FAILURE, "%s: empty file", bootfile); in gpart_bootfile_read()
1087 errx(EXIT_FAILURE, "%s: file too big (%zu limit)", bootfile, in gpart_bootfile_read()
1094 err(EXIT_FAILURE, "%s", bootfile); in gpart_bootfile_read()
1097 err(EXIT_FAILURE, NULL); in gpart_bootfile_read()
1099 err(EXIT_FAILURE, "%s", bootfile); in gpart_bootfile_read()
1126 errc(EXIT_FAILURE, error, "Cannot get GEOM tree"); in gpart_write_partcode()
1130 errx(EXIT_FAILURE, "Class %s not found.", s); in gpart_write_partcode()
1134 errx(EXIT_FAILURE, "No such geom: %s.", g); in gpart_write_partcode()
1137 errx(EXIT_FAILURE, "Scheme not found for geom %s", gp->lg_name); in gpart_write_partcode()
1150 errx(EXIT_FAILURE, "%s: not enough space", dsf); in gpart_write_partcode()
1153 err(EXIT_FAILURE, "%s", dsf); in gpart_write_partcode()
1163 err(EXIT_FAILURE, "%s", dsf); in gpart_write_partcode()
1166 err(EXIT_FAILURE, "%s", dsf); in gpart_write_partcode()
1171 errx(EXIT_FAILURE, "invalid partition index"); in gpart_write_partcode()
1185 errx(EXIT_FAILURE, "Invalid number of arguments."); in gpart_bootcode()
1194 errc(EXIT_FAILURE, error, "internal error"); in gpart_bootcode()
1200 errx(EXIT_FAILURE, "neither -b nor -p specified"); in gpart_bootcode()
1202 errx(EXIT_FAILURE, "-i is only valid with -p"); in gpart_bootcode()
1209 errx(EXIT_FAILURE, "invalid partition index"); in gpart_bootcode()
1212 errc(EXIT_FAILURE, error, "internal error"); in gpart_bootcode()
1222 errc(EXIT_FAILURE, error, "internal error"); in gpart_bootcode()
1224 errx(EXIT_FAILURE, "missing -i option"); in gpart_bootcode()
1260 errx(EXIT_FAILURE, "Invalid number of arguments."); in gpart_issue()
1267 status = EXIT_FAILURE; in gpart_issue()
1283 status = EXIT_FAILURE; in gpart_issue()