Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c105 static struct boot_dev **bootdev_list; variable
846 struct boot_dev ***bootdev_list) in devfs_bootdev_get_list() argument
859 if (bootdev_list == NULL) { in devfs_bootdev_get_list()
875 *bootdev_list = tmp_list; in devfs_bootdev_get_list()
1136 bootdev_list = bootdev_array; in devfs_phys_to_logical()
1139 bootdev_list = NULL; in devfs_phys_to_logical()
1198 bootdev_list = NULL; in devfs_phys_to_logical()
1240 for (i = 0; bootdev_list[i] != NULL; i++) { in check_logical_dev()
1241 if (bootdev_list[i]->bootdev_trans[0] == NULL) { in check_logical_dev()
1248 physdev = bootdev_list[i]->bootdev_trans[0]; in check_logical_dev()