HomeSort by relevance Sort by last modified time
    Searched refs:log_write (Results 1 - 5 of 5) sorted by null

  /system/core/init/
log.h 23 void log_write(int level, const char *fmt, ...)
26 #define ERROR(x...) log_write(3, "<3>init: " x)
27 #define NOTICE(x...) log_write(5, "<5>init: " x)
28 #define INFO(x...) log_write(6, "<6>init: " x)
parser.c 9 #define RAW(x...) log_write(6, x)
util.c 61 void log_write(int level, const char *fmt, ...) function
  /external/dnsmasq/src/
log.c 147 static void log_write(void) function
359 log_write();
391 log_write();
409 log_write();
420 log_write();
  /external/ppp/pppd/
utils.c 74 static void log_write __P((int, char *));
551 log_write(llevel, line);
594 log_write(llevel, line);
600 log_write(llevel, p);
665 log_write(level, buf);
688 log_write(level, buf) function

Completed in 76 milliseconds