Searched refs:ERROR (Results 126 - 150 of 261) sorted by relevance

1234567891011

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.TransNonPointer.d81 ERROR
H A Dtst.CircularTransDecl.d97 ERROR
/freebsd-11-stable/lib/libc/sparc64/sys/
H A Dbrk.S61 ERROR()
H A Dsbrk.S68 ERROR()
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c131 #define ERROR(ERRMSG) error (__LINE__, ERRMSG) macro
253 ERROR ("exit failed");
262 ERROR ("error test failed");
273 ERROR ("abort failed");
285 ERROR ("echo exit status failed");
301 ERROR ("copy exit status failed");
304 ERROR ("temporary files exist");
319 ERROR ("copy exit status failed");
322 ERROR ("temporary files exist");
337 ERROR ("cop
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dvxlib.c213 if (__gthread_mutex_lock (&tls_lock) != ERROR)
248 if (tls_init_guard.done && __gthread_mutex_lock (&tls_lock) != ERROR)
267 if (__gthread_mutex_lock (&tls_lock) == ERROR)
297 if (__gthread_mutex_lock (&tls_lock) == ERROR)
360 if (__gthread_mutex_lock (&tls_lock) == ERROR)
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpushback.cpp51 # define ERROR(X) (void)(fprintf(stderr, "%s:%d error %s\n", __FILE__, __LINE__, X) && \ macro
96 * localexit - wraps exit with a return code to aid the ERROR macro.
143 ERROR("max push back stack exceeded, increase MAXPUSHBACKSTACK constant");
197 ERROR("assert failed");
207 ERROR("assert failed");
264 ERROR("assert failed");
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dle.c142 return ERROR;
244 (void *)&rp, &n) == ERROR)
245 return (ERROR);
274 (void *)&rp, &n) == ERROR)
275 return (ERROR);
365 (void *)&cp, sizeof(cp), (void *)&rp, &n) == ERROR)
366 return (ERROR);
443 (void *)&cp, sizeof(cp), (void *)&rp, &n) == ERROR)
444 return (ERROR);
465 (void *)&rp, &n) == ERROR)
[all...]
/freebsd-11-stable/contrib/top/
H A Dcommands.c196 #define ERROR(p, e) if (errcnt >= ERRMAX) \ macro
450 ERROR(str, 0);
457 ERROR(str, EACCES);
463 ERROR(str, errno);
525 ERROR(str, 0);
531 ERROR(str, EACCES);
535 ERROR(str, errno);
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.c85 #define ERROR (-1) macro
245 return (ERROR);
259 return (ERROR);
434 return (ERROR);
443 * -1 ERROR
452 return (ERROR);
456 return (ERROR);
462 return (ERROR);
464 return (ERROR);
517 * 1 to indicate an external ERROR (
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh91 ERROR
99 ERROR
H A Dtst.op_access.ksh55 ERROR {
H A Dtst.unpriv_funcs.ksh63 ERROR { exit(1); }
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb25 when /(?:FAIL|ERROR)/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d58 printf("ERROR: Timed out before finish message!\n");
62 ERROR
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.DisjointCommit.d99 ERROR
/freebsd-11-stable/lib/libc/sparc64/
H A DSYS.h42 #define ERROR() \ macro
66 ERROR() ; \
/freebsd-11-stable/contrib/bmake/
H A Dcompat.c199 * error, the node's made field is set to ERROR and creation stops.
209 * The node's 'made' field may be set to ERROR.
439 if (DEBUG(ERROR)) {
469 gn->made = ERROR;
622 gn->made = ERROR;
627 gn->made = ERROR;
631 if (gn->made != ERROR) {
650 } else if (gn->made == ERROR) {
665 gn->made = ERROR;
738 if (gn->made == ERROR) {
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c134 return (ERROR);
151 e = ERROR;
160 case ERROR:
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.c57 { "Cannot add sysctl tree node", 0x2000, ERROR,
58 "%s: (0x%02X: 0x%04X): %s:\n", "ERROR" },
59 { "Register window not available", 0x2001, ERROR,
60 "%s: (0x%02X: 0x%04X): %s:\n", "ERROR" },
61 { "Can't allocate register window", 0x2002, ERROR,
62 "%s: (0x%02X: 0x%04X): %s:\n", "ERROR" },
63 { "Can't allocate interrupt", 0x2003, ERROR,
64 "%s: (0x%02X: 0x%04X): %s:\n", "ERROR" },
65 { "Can't set up interrupt", 0x2004, ERROR,
66 "%s: (0x%02X: 0x%04X): %s:\n", "ERROR" },
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Derr.user64mode.ksh81 ERROR
/freebsd-11-stable/usr.sbin/cron/lib/
H A Denv.c159 #define ERROR 7 /* Error */ macro
175 while (state != ERROR && *c) {
192 state = ERROR;
218 state = ERROR;
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c471 goto ERROR;
475 goto ERROR;
478 goto ERROR;
483 ERROR:
801 goto ERROR;
817 goto ERROR;
852 goto ERROR;
866 goto ERROR;
878 goto ERROR;
892 goto ERROR;
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_errmsg.c34 DEFINE_ERROR(ERROR, "An error"),
/freebsd-11-stable/usr.bin/m4/
H A Dparser.y29 %token ERROR

Completed in 176 milliseconds

1234567891011