HomeSort by: relevance | last modified time | path
    Searched defs:ABORT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/acorn32/mainbus/
lpt_pioc.c 113 #define ABORT do {printf("lptprobe: mask %x data %x failed\n", mask, data); \
116 #define ABORT goto out
126 ABORT;
130 ABORT;
135 ABORT;
141 ABORT;
  /src/sys/arch/arc/jazz/
lpt_jazzio.c 117 #define ABORT \
124 #define ABORT goto out
140 ABORT;
144 ABORT;
149 ABORT;
155 ABORT;
  /src/sys/arch/hppa/gsc/
lpt_gsc.c 149 #define ABORT \
157 #define ABORT \
172 ABORT;
176 ABORT;
181 ABORT;
187 ABORT;
  /src/sys/dev/isa/
lpt_isa.c 157 #define ABORT do {printf("lptprobe: mask %x data %x failed\n", mask, data); \
160 #define ABORT goto out
183 ABORT;
187 ABORT;
192 ABORT;
198 ABORT;
  /src/usr.bin/tip/aculib/
v831.c 153 (void)printf("[abort: AC=%d]\n", AC);
180 #define ABORT 01
230 pc(ABORT);
233 (void)printf("abort response=%c\n", cc);
  /src/include/arpa/
telnet.h 50 #define AO 245 /* abort output--but let prog finish */
57 #define ABORT 238 /* Abort process */
65 "EOF", "SUSP", "ABORT", "EOR",
226 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \

Completed in 48 milliseconds