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

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h 93 FAILED = 3,
  /src/include/protocols/
talkd.h 107 #define FAILED 2 /* operation failed for unexplained reason */
  /src/sys/arch/emips/stand/common/
ace.c 80 #define FAILED(x) (x < 0)
517 if (!FAILED(sc)) {
523 if (!FAILED(sc)) {
562 if (!FAILED(sc)) {
650 printf("open failed\n");
  /src/lib/libtelnet/
enc_des.c 62 #define FAILED -1
145 fbp->state[0] = fbp->state[1] = FAILED;
187 if (state == FAILED)
193 if (state == FAILED)
226 return(FAILED);
261 printf("CFB64: initial vector failed on size\r\n");
262 state = FAILED;
295 * We failed. Send an FB64_IV_BAD option
297 * things failed.
341 if (state == FAILED)
    [all...]
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 61 #define FAILED(cond, text) \
164 FAILED(!compiler, "cannot create compiler\n");
177 FAILED(code.func3(3, -21, 86) != -21, "test1 case 1 failed\n");
178 FAILED(code.func3(4789, 47890, 997) != 47890, "test1 case 2 failed\n");
195 FAILED(!compiler, "cannot create compiler\n");
233 FAILED(code.func1((sljit_sw)&buf) != 9999, "test2 case 1 failed\n");
234 FAILED(buf[1] != 9999, "test2 case 2 failed\n")
    [all...]
  /src/sys/arch/emips/ebus/
ace_ebus.c 138 #define FAILED(er) (er != 0)
307 "failed to reset, errno=%d\n", error);
314 "failed to identify card, errno=%d.\n", error);
419 if (FAILED(sc->sc_bio.error))
874 if (!FAILED(error)) {
988 printf("Sysace::Identify failed,"
1021 if (FAILED(error))
1098 if (!FAILED(error)) {
1120 if (!FAILED(error)) {
1162 if (!FAILED(error))
    [all...]

Completed in 14 milliseconds