Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 11 of 11) sorted by relevance

/system/core/logwrapper/
Dlogwrapper.c28 void fatal(const char *msg) { in fatal() function
35 fatal( in usage()
/system/core/libnetutils/
Dpacket.c40 int fatal();
48 return fatal("socket(PF_PACKET)"); in open_raw_socket()
59 return fatal("Cannot bind raw socket to interface"); in open_raw_socket()
Ddhcpclient.c81 int fatal(const char *reason) in fatal() function
408 return fatal("cannot obtain interface address"); in dhcp_init_ifc()
411 return fatal("cannot obtain interface index"); in dhcp_init_ifc()
471 return fatal("poll failed"); in dhcp_init_ifc()
/system/extras/latencytop/
Dlatencytop.c45 …tency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
231 …ency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { in read_thread_stats() argument
241 if (fatal) { in read_thread_stats()
255 if (fatal) { in read_thread_stats()
/system/core/adb/
Dsockets.c416 if (s == NULL) fatal("cannot allocate socket"); in create_local_socket()
567 if (id == 0) fatal("invalid remote socket id (0)"); in create_remote_socket()
571 if (s == NULL) fatal("cannot allocate socket"); in create_remote_socket()
593 fatal("destination oversized"); in connect_to_remote()
900 if (s == NULL) fatal("cannot allocate socket"); in create_smart_socket()
Dfdevent.c49 static void fatal(const char *fn, const char *fmt, ...) in fatal() function
59 #define FATAL(x...) fatal(__FUNCTION__, x)
Dservices.c169 if(sti == 0) fatal("cannot allocate stinfo"); in create_service_thread()
368 if(sti == 0) fatal("cannot allocate stinfo"); in create_subproc_thread()
Dadb.h257 void fatal(const char *fmt, ...);
Dadb.c62 void fatal(const char *fmt, ...) in fatal() function
206 if(p == 0) fatal("failed to allocate an apacket"); in get_apacket()
942 fatal("cannot allocate listener"); in install_listener()
1055 fatal("bad number (%s) in env var %s. Expecting 0..n.\n", cpunum_str, AFFINITY_ENVVAR); in adb_set_affinity()
Dsysdeps_win32.c10 extern void fatal(const char *fmt, ...);
12 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__…
573 fatal( "adb: could not initialize Winsock\n" ); in _init_winsock()
1252 #define FATAL(x...) fatal(__FUNCTION__, x)
1314 fatal( "could not allocate event hook\n" ); in event_hook_alloc()
Dtransport.c480 if(tracker == 0) fatal("cannot allocate device tracker"); in create_device_tracker()