Home
last modified time | relevance | path

Searched refs:X_ABORT (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sbin/dump/
Dtape.c586 Exit(X_ABORT); in startnewtape()
613 case X_ABORT: in startnewtape()
629 case X_ABORT: in startnewtape()
630 Exit(X_ABORT); in startnewtape()
636 Exit(X_ABORT); in startnewtape()
715 Exit(X_ABORT); in dumpabort()
Ddump.h147 #define X_ABORT 3 /* abort dump; don't attempt checkpointing */ macro
Ddumprmt.c105 errx(X_ABORT, "Lost connection to remote host."); in rmtconnaborted()
/openbsd/src/bin/mt/
Dmt.h46 #define X_ABORT 3 /* abort dump; don't attempt checkpointing */ macro
Dmt.c194 exit(X_ABORT); in main()