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

/bootable/recovery/minadbd/
H A Dservices.c110 if(sti == 0) fatal("cannot allocate stinfo");
H A Dsockets.c390 if (s == NULL) fatal("cannot allocate socket");
487 if (s == NULL) fatal("cannot allocate socket");
508 fatal("destination oversized");
709 if (s == NULL) fatal("cannot allocate socket");
H A Dadb.c41 void fatal(const char *fmt, ...) function
132 if(p == 0) fatal("failed to allocate an apacket");
H A Dadb.h212 void fatal(const char *fmt, ...);
H A Dfdevent.c47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)

Completed in 625 milliseconds