Searched refs:fatal (Results 1 - 12 of 12) sorted by relevance

/system/core/logwrapper/
H A Dlogwrapper.c27 void fatal(const char *msg) { function
34 fatal(
/system/core/liblinenoise/
H A Dlinenoise.c119 if (!isatty(STDIN_FILENO)) goto fatal;
124 if (tcgetattr(fd,&orig_termios) == -1) goto fatal;
142 if (tcsetattr(fd,TCSADRAIN,&raw) < 0) goto fatal;
146 fatal:
/system/extras/latencytop/
H A Dlatencytop.c45 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
231 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { argument
241 if (fatal) {
255 if (fatal) {
/system/core/libnetutils/
H A Dpacket.c40 int fatal();
48 return fatal("socket(PF_PACKET)");
59 return fatal("Cannot bind raw socket to interface");
H A Ddhcpclient.c81 int fatal(const char *reason) function
406 return fatal("cannot obtain interface address");
409 return fatal("cannot obtain interface index");
469 return fatal("poll failed");
/system/core/adb/
H A Dservices.c158 if(sti == 0) fatal("cannot allocate stinfo");
302 if(sti == 0) fatal("cannot allocate stinfo");
H A Dadb.h250 void fatal(const char *fmt, ...);
H A Dsockets.c396 if (s == NULL) fatal("cannot allocate socket");
527 if (s == NULL) fatal("cannot allocate socket");
548 fatal("destination oversized");
851 if (s == NULL) fatal("cannot allocate socket");
H A Dfdevent.c47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
H A Dadb.c59 void fatal(const char *fmt, ...) function
203 if(p == 0) fatal("failed to allocate an apacket");
897 fatal("cannot allocate listener");
1010 fatal("bad number (%s) in env var %s. Expecting 0..n.\n", cpunum_str, AFFINITY_ENVVAR);
H A Dsysdeps_win32.c9 extern void fatal(const char *fmt, ...);
11 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__, __LINE__ ); } while (0)
572 fatal( "adb: could not initialize Winsock\n" );
1244 #define FATAL(x...) fatal(__FUNCTION__, x)
1306 fatal( "could not allocate event hook\n" );
H A Dtransport.c480 if(tracker == 0) fatal("cannot allocate device tracker");

Completed in 147 milliseconds