Searched refs:secondary_flash (Results 1 – 1 of 1) sorted by relevance
69 bdev_t *secondary_flash = bio_open(device_name); in attempt_fs_boot() local70 if (!secondary_flash) { in attempt_fs_boot()77 retcode = bio_ioctl(secondary_flash, BIO_IOCTL_GET_MEM_MAP, &unused); in attempt_fs_boot()78 bio_close(secondary_flash); in attempt_fs_boot()
Completed in 2 milliseconds