Home | History | Annotate | Download | only in adb

Lines Matching defs:FATAL

47 static void fatal(const char *fn, const char *fmt, ...)
57 #define FATAL(x...) fatal(__FUNCTION__, x)
413 FATAL("missing fde for fd %d\n", i);
431 FATAL("bogus negative fd (%d)\n", fde->fd);
437 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
448 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
459 FATAL("fd out of range (%d)\n", fde->fd);
463 FATAL("fd_table out of sync [%d]\n", fde->fd);
524 FATAL("fd %d out of range for fd_table \n", fd);
533 FATAL("Failed to read the subproc's fd from fd=%d\n", fd);
588 FATAL("fde %p not created by fdevent_create()\n", fde);
671 FATAL("cannot create shell-exit socket-pair\n");
677 FATAL("cannot create fdevent for shell-exit handler\n");