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.c101 static struct boot_dev **bootdev_list; variable
838 struct boot_dev ***bootdev_list) in devfs_bootdev_get_list() argument
851 if (bootdev_list == NULL) { in devfs_bootdev_get_list()
867 *bootdev_list = tmp_list; in devfs_bootdev_get_list()
1128 bootdev_list = bootdev_array; in devfs_phys_to_logical()
1131 bootdev_list = NULL; in devfs_phys_to_logical()
1186 bootdev_list = NULL; in devfs_phys_to_logical()
1228 for (i = 0; bootdev_list[i] != NULL; i++) { in check_logical_dev()
1229 if (bootdev_list[i]->bootdev_trans[0] == NULL) { in check_logical_dev()
1236 physdev = bootdev_list[i]->bootdev_trans[0]; in check_logical_dev()