Searched refs:boot_dev (Results 1 – 2 of 2) sorted by relevance
77 struct boot_dev { struct110 extern int devfs_bootdev_get_list(const char *, struct boot_dev ***);114 extern void devfs_bootdev_free_list(struct 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()[all …]