Searched defs:boot_prop_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c2565 int boot_prop_len; local
2574 boot_prop_len = BOP_GETPROPLEN(bootops, boot_prop_name);
2575 if (boot_prop_len <= 0)
2583 n = boot_prop_len / sizeof (*cpu_apicid_array);
2587 cpu_apicid_array = (uint32_t *)BOP_ALLOC(bootops, NULL, boot_prop_len,
H A Dfakebop.c2582 int boot_prop_len; local
2586 boot_prop_len = BOP_GETPROPLEN(bootops, prop_name);
2587 if (boot_prop_len < 0 || boot_prop_len > sizeof (str) ||

Completed in 68 milliseconds