Lines Matching refs:boot_dev
105 static struct boot_dev **bootdev_list;
132 static int process_bootdev(const char *, const char *, struct boot_dev ***);
135 static int devfs_phys_to_logical(struct boot_dev **bootdev_array,
139 static struct boot_dev *alloc_bootdev(char *);
846 struct boot_dev ***bootdev_list) in devfs_bootdev_get_list()
851 struct boot_dev **tmp_list; in devfs_bootdev_get_list()
888 struct boot_dev ***list) in process_bootdev()
894 struct boot_dev **bootdev_array; in process_bootdev()
910 bootdev_array = (struct boot_dev **) in process_bootdev()
911 calloc((size_t)num_entries + 1, sizeof (struct boot_dev *)); in process_bootdev()
1065 devfs_phys_to_logical(struct boot_dev **bootdev_array, const int array_size, in devfs_phys_to_logical()
1275 devfs_bootdev_free_list(struct boot_dev **array) in devfs_bootdev_free_list()
1299 static struct boot_dev *
1302 struct boot_dev *entry; in alloc_bootdev()
1304 entry = (struct boot_dev *)calloc(1, sizeof (struct boot_dev)); in alloc_bootdev()