Lines Matching refs:bootdev_array
131 static int devfs_phys_to_logical(struct boot_dev **bootdev_array,
886 struct boot_dev **bootdev_array; in process_bootdev() local
902 bootdev_array = (struct boot_dev **) in process_bootdev()
905 if (bootdev_array == NULL) { in process_bootdev()
920 if ((bootdev_array[i] = alloc_bootdev(ptr)) == NULL) { in process_bootdev()
921 devfs_bootdev_free_list(bootdev_array); in process_bootdev()
954 bootdev_array[i]->bootdev_trans[0] = strdup(ret_buf); in process_bootdev()
963 if (devfs_phys_to_logical(bootdev_array, num_entries, in process_bootdev()
965 devfs_bootdev_free_list(bootdev_array); in process_bootdev()
966 bootdev_array = NULL; in process_bootdev()
970 *list = bootdev_array; in process_bootdev()
1057 devfs_phys_to_logical(struct boot_dev **bootdev_array, const int array_size, in devfs_phys_to_logical() argument
1073 if (bootdev_array == NULL) { in devfs_phys_to_logical()
1085 if (*bootdev_array == NULL) { in devfs_phys_to_logical()
1128 bootdev_list = bootdev_array; in devfs_phys_to_logical()
1177 if ((bootdev_array[i] != NULL) && (bootdev_array[i]-> in devfs_phys_to_logical()
1179 free(bootdev_array[i]->bootdev_trans[0]); in devfs_phys_to_logical()
1181 if (bootdev_array[i] != NULL) { in devfs_phys_to_logical()
1182 free(bootdev_array[i]->bootdev_trans); in devfs_phys_to_logical()
1183 bootdev_array[i]->bootdev_trans = dev_name_array; in devfs_phys_to_logical()