Searched refs:INFO (Results 1 - 13 of 13) sorted by relevance

/system/core/init/
H A Dlog.h24 #define INFO(x...) KLOG_INFO("init", x) macro
H A Dwatchdogd.c40 INFO("Starting watchdogd\n");
H A Dinit.c211 INFO("computing context for service '%s'\n", svc->args[0]);
307 INFO("args[%d] = '%s'\n", n, svc->args[n]);
310 INFO("env[%d] = '%s'\n", n, ENV[n]);
544 INFO("processing action %p (%s)\n", cur_action, cur_action->name);
554 INFO("command '%s' r=%d\n", cur_command->args[0], ret);
560 INFO("wait for %s\n", coldboot_done);
796 INFO("SELinux: Loaded property contexts from %s\n", seopts_prop[i - 1].value);
812 INFO("SELinux: Attempting to reload policy files\n");
897 INFO("loading selinux policy\n");
901 INFO("SELinu
[all...]
H A Dueventd.c73 INFO("starting ueventd\n");
132 INFO("/sys/ rule %s %s\n",args[0],args[1]);
H A Ddevices.c151 INFO("fixup %s %d %d 0%o\n", buf, dp->uid, dp->gid, dp->perm);
240 INFO("adding platform device %s\n", name);
278 INFO("removing platform device %s\n", name);
296 #define log_event_print(x...) INFO(x)
436 INFO("found platform device %s\n", device);
711 INFO("firmware: loading '%s' for '%s'\n",
761 INFO("firmware: could not open '%s' %d\n", uevent->firmware, errno);
769 INFO("firmware: copy success { '%s', '%s' }\n", root, uevent->firmware);
771 INFO("firmware: copy failure { '%s', '%s' }\n", root, uevent->firmware);
H A Dkeychords.c118 INFO("starting service %s from keychord\n", svc->name);
H A Dsignal_handler.c56 INFO("waitpid returned pid %d, status = %08x\n", pid, status);
H A Dutil.c136 INFO("Created socket '%s' with mode '%o', user '%d', group '%d'\n",
228 INFO("mtd partition %d, %s\n", mtdnum, mtdname + 1);
H A Dinit_parser.c313 INFO("found import '%s', adding to import list", import->filename);
392 INFO("importing '%s'", import->filename);
/system/core/fs_mgr/
H A Dfs_mgr_priv.h23 #define INFO(x...) KLOG_INFO("fs_mgr", x) macro
H A Dfs_mgr.c395 INFO("Running %s on %s\n", E2FSCK_BIN, blk_dev);
/system/extras/fatblock/
H A Dfatblock.c167 INFO("fatblock: importing filesystem from %s (%d MB)\n", path, mb);
177 INFO("fatblock: filesystem imported (%llu bytes)\n", total_size);
186 INFO("fatblock: block device ublock%d created\n", index);
189 INFO("fatblock: entering main loop\n");
192 INFO("fatblock: destroying block device\n");
198 INFO("fatblock: goodbye!\n");
H A Dutils.h27 #define INFO(...) EPRINT(__VA_ARGS__) macro

Completed in 74 milliseconds