Searched refs:__disk (Results 1 – 1 of 1) sorted by relevance
62 } __disk; variable80 boot_device(&__disk.type, &__disk.unit, &__disk.format); in device_attach()83 __disk.type = type; in device_attach()85 __disk.unit = unit; in device_attach()87 __disk.partition = partition; in device_attach()89 __disk.active = true; in device_attach()90 __disk.offset = 0; in device_attach()93 if (!find_partition_start(__disk.partition, &__disk.offset)) { in device_attach()95 __disk.type, __disk.unit, __disk.partition); in device_attach()102 if (__disk.type == NVSRAM_BOOTDEV_HARDDISK) { in device_attach()[all …]