Searched refs:pval (Results 1 – 1 of 1) sorted by relevance
628 const char *pval; in export_kernel_boot_props() local642 pval = property_get(prop_map[i].src_prop); in export_kernel_boot_props()643 property_set(prop_map[i].dest_prop, pval ?: prop_map[i].def_val); in export_kernel_boot_props()646 pval = property_get("ro.boot.console"); in export_kernel_boot_props()647 if (pval) in export_kernel_boot_props()648 strlcpy(console, pval, sizeof(console)); in export_kernel_boot_props()655 pval = property_get("ro.boot.hardware"); in export_kernel_boot_props()656 if (pval) in export_kernel_boot_props()657 strlcpy(hardware, pval, sizeof(hardware)); in export_kernel_boot_props()