Searched defs: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; local
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
1057 devfs_phys_to_logical(struct boot_dev **bootdev_array, const int array_size, const char *default_root) argument
[all...]

Completed in 47 milliseconds