Lines Matching refs:boot_devices
545 * boot_devices - a pointer to a list of strings which on return
551 * boot_devices list.
554 _be_get_boot_device_list(char *zpool, char ***boot_devices,
566 if (boot_devices) {
567 if ((*boot_devices =
568 calloc(max_devices, sizeof (**boot_devices))) == NULL) {
649 if (((*boot_devices)[num_devices++] =
658 if ((*boot_devices = realloc(
659 *boot_devices, max_devices)) ==
680 if (((*boot_devices)[num_devices++] = strdup(path)) ==
688 if ((*boot_devices = realloc(*boot_devices,