Lines Matching full:boot
736 cnt = snprintf(prop, sizeof(prop), "ro.boot.%s", boot_prop_name);
752 { "ro.boot.serialno", "ro.serialno", "", },
753 { "ro.boot.mode", "ro.bootmode", "unknown", },
754 { "ro.boot.baseband", "ro.baseband", "unknown", },
755 { "ro.boot.bootloader", "ro.bootloader", "unknown", },
766 ret = property_get("ro.boot.console", tmp);
770 /* save a copy for init's usage during boot */
776 ret = property_get("ro.boot.hardware", tmp);
901 if ((property_get("ro.boot.selinux", tmp) != 0) && (strcmp(tmp, "disabled") == 0)) {
915 if (property_get("ro.boot.selinux", tmp) == 0) {
926 ERROR("SELinux: Unknown value of ro.boot.selinux. Got: \"%s\". Assuming enforcing.\n", tmp);
1086 /* execute all the boot actions to get us started */