Lines Matching refs:boot_dev
101 static struct boot_dev **bootdev_list;
128 static int process_bootdev(const char *, const char *, struct boot_dev ***);
131 static int devfs_phys_to_logical(struct boot_dev **bootdev_array,
135 static struct boot_dev *alloc_bootdev(char *);
838 struct boot_dev ***bootdev_list) in devfs_bootdev_get_list()
843 struct boot_dev **tmp_list; in devfs_bootdev_get_list()
880 struct boot_dev ***list) in process_bootdev()
886 struct boot_dev **bootdev_array; in process_bootdev()
902 bootdev_array = (struct boot_dev **) in process_bootdev()
903 calloc((size_t)num_entries + 1, sizeof (struct boot_dev *)); in process_bootdev()
1057 devfs_phys_to_logical(struct boot_dev **bootdev_array, const int array_size, in devfs_phys_to_logical()
1263 devfs_bootdev_free_list(struct boot_dev **array) in devfs_bootdev_free_list()
1287 static struct boot_dev *
1290 struct boot_dev *entry; in alloc_bootdev()
1292 entry = (struct boot_dev *)calloc(1, sizeof (struct boot_dev)); in alloc_bootdev()