Home
last modified time | relevance | path

Searched refs:boot_prop_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c3010 int boot_prop_len; in bootprop_getval() local
3014 boot_prop_len = BOP_GETPROPLEN(bootops, prop_name); in bootprop_getval()
3015 if (boot_prop_len < 0 || boot_prop_len >= sizeof (str) || in bootprop_getval()
3029 int boot_prop_len = BOP_GETPROPLEN(bootops, prop_name); in bootprop_getstr() local
3031 if (boot_prop_len < 0 || boot_prop_len >= buflen || in bootprop_getstr()
H A Dlgrpplat.c2566 int boot_prop_len; in lgrp_plat_process_cpu_apicids() local
2575 boot_prop_len = BOP_GETPROPLEN(bootops, boot_prop_name); in lgrp_plat_process_cpu_apicids()
2576 if (boot_prop_len <= 0) in lgrp_plat_process_cpu_apicids()
2584 n = boot_prop_len / sizeof (*cpu_apicid_array); in lgrp_plat_process_cpu_apicids()
2588 cpu_apicid_array = (uint32_t *)BOP_ALLOC(bootops, NULL, boot_prop_len, in lgrp_plat_process_cpu_apicids()