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