Searched defs:fatal (Results 1 - 5 of 5) sorted by last modified time

/system/core/adb/
H A Dadb.c47 void fatal(const char *fmt, ...) function
138 if(p == 0) fatal("failed to allocate an apacket");
594 fatal("cannot allocate listener");
H A Dfdevent.c47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
/system/core/libnetutils/
H A Ddhcpclient.c81 int fatal(const char *reason) function
402 return fatal("cannot obtain interface address");
405 return fatal("cannot obtain interface index");
465 return fatal("poll failed");
/system/core/logwrapper/
H A Dlogwrapper.c29 void fatal(const char *msg) { function
36 fatal(
145 fatal("Cannot create parent ptty\n");
150 fatal("Problem with /dev/ptmx\n");
155 fatal("Failed to fork\n");
159 fatal("Problem with child ptty\n");
/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) {

Completed in 137 milliseconds