Home
last modified time | relevance | path

Searched refs:bootdev_array (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c131 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()
[all …]