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

  /development/tools/labpretest/crespo/
custom_flash.sh 28 log_print "Wrong device type, expected crespo!"
32 log_print "getting bootloader file for $product"
35 log_print "bootloader file empty: $bootloaderfile"
39 log_print "bootloader file not found: ./$product/$bootloaderfile"
42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file"
44 log_print "downloading bootloader image to $device"
63 log_print "skipping update of userdata.img, not supported yet."
84 log_print "skipping update of radio partition, not supported yet."
  /development/tools/labpretest/stingray/
custom_flash.sh 28 log_print "Wrong device type, expected stingray!"
32 log_print "getting bootloader file for $product"
35 log_print "bootloader file empty: $bootloaderfile"
39 log_print "bootloader file not found: ./$product/$bootloaderfile"
42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
44 log_print "downloading bootloader image to $device"
63 log_print "skipping update of userdata.img, not supported yet."
84 log_print "skipping update of radio partition, not supported yet."
  /development/tools/labpretest/sholes/
custom_flash.sh 28 log_print "Wrong device type, expected sholes!"
32 log_print "getting bootloader file for $product"
40 log_print "bootloader file empty: $bootloaderfile"
44 log_print "bootloader file not found: ./$product/$bootloaderfile"
47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
49 log_print "downloading bootloader image to $device"
  /development/tools/labpretest/
labpretest.sh 52 log_print() function
78 log_print "checking battery level"
84 log_print "Battery is low, waiting for charge"
92 log_print "resuming test run with battery level at $battery%"
94 log_print "resuming test run with battery level at $battery%"
119 log_print "device time out after $loop iterations"
122 log_print "device returned and available"
139 log_print "rebooting into bootloader and waiting for availability via fastboot"
157 log_print "rebooting into bootloader and waiting for availability via fastboot"
176 log_print "rebooting and waiting for availability via adb
    [all...]
  /external/mtpd/
pptp.c 177 log_print(FATAL, "Recv() %s", strerror(errno));
181 log_print(DEBUG, "Connection closed");
182 log_print(INFO, "Remote server hung up");
190 log_print(DEBUG, "Loss of synchronization");
191 log_print(ERROR, "Protocol error");
196 log_print(DEBUG, "Invalid message length");
197 log_print(ERROR, "Protocol error");
210 log_print(DEBUG, "Ignored non-control message (type = %d)",
220 log_print(DEBUG, "Sending SCCRQ");
235 log_print(INFO, "Creating PPPoX socket")
    [all...]
mtpd.c 66 log_print(INFO, "Using protocol %s", p->name);
92 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid);
110 log_print(DEBUG, "Waiting for control socket");
112 log_print(FATAL, "Cannot get control socket");
123 log_print(FATAL, "Cannot get argument length");
138 log_print(FATAL, "Cannot get argument value");
145 log_print(DEBUG, "Received %d arguments", i - 1);
169 log_print(FATAL, "Pipe() %s", strerror(errno));
193 log_print(FATAL, "Poll() %s", strerror(errno));
216 log_print(INFO, "Received signal %d", signal)
234 void log_print(int level, char *format, ...) function
    [all...]
l2tp.c 192 log_print(FATAL, "Recv() %s", strerror(errno));
323 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %d)", local_tunnel);
335 log_print(FATAL, "Cannot read %s", RANDOM_DEVICE);
352 log_print(INFO, "Creating PPPoX socket");
355 log_print(FATAL, "Socket() %s", strerror(errno));
366 log_print(FATAL, "Connect() %s", strerror(errno));
429 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
436 log_print(DEBUG, "Received SCCRP without %s", tunnel ?
438 log_print(ERROR, "Protocol error");
447 log_print(DEBUG, "Received ICRP (remote_session = %d) ->
    [all...]
mtpd.h 42 void log_print(int level, char *format, ...);
  /external/ipsec-tools/src/racoon/
logger.h 47 extern int log_print __P((struct log *, char *));
logger.c 122 log_print(p, str) function
254 log_print(l, "hoge\n");

Completed in 318 milliseconds