Searched refs:boot_prop_len (Results 1 – 2 of 2) sorted by relevance
2457 int boot_prop_len; in bootprop_getval() local2461 boot_prop_len = BOP_GETPROPLEN(bootops, prop_name); in bootprop_getval()2462 if (boot_prop_len < 0 || boot_prop_len > sizeof (str) || in bootprop_getval()
2561 int boot_prop_len; in lgrp_plat_process_cpu_apicids() local2570 boot_prop_len = BOP_GETPROPLEN(bootops, boot_prop_name); in lgrp_plat_process_cpu_apicids()2571 if (boot_prop_len <= 0 || boot_prop_len > sizeof (cpu_apicid_array)) in lgrp_plat_process_cpu_apicids()2579 n = boot_prop_len / sizeof (uint8_t); in lgrp_plat_process_cpu_apicids()