Searched refs:bootdev_array (Results 1 – 1 of 1) sorted by relevance
135 static int devfs_phys_to_logical(struct boot_dev **bootdev_array,894 struct boot_dev **bootdev_array; in process_bootdev() local910 bootdev_array = (struct boot_dev **) in process_bootdev()913 if (bootdev_array == NULL) { in process_bootdev()928 if ((bootdev_array[i] = alloc_bootdev(ptr)) == NULL) { in process_bootdev()929 devfs_bootdev_free_list(bootdev_array); in process_bootdev()962 bootdev_array[i]->bootdev_trans[0] = strdup(ret_buf); in process_bootdev()971 if (devfs_phys_to_logical(bootdev_array, num_entries, in process_bootdev()973 devfs_bootdev_free_list(bootdev_array); in process_bootdev()974 bootdev_array = NULL; in process_bootdev()[all …]