Searched defs: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 in typeref:struct:boot_dev
103 /* mutex to protect bootdev_list and dev_list */
838 struct boot_dev ***bootdev_list)
851 if (bootdev_list == NULL) {
867 *bootdev_list = tmp_list;
1115 * set the global vars bootdev_list and dev_list for use by nftw
1128 bootdev_list = bootdev_array;
1131 bootdev_list = NULL;
1186 bootdev_list = NULL;
1228 for (i = 0; bootdev_list[
837 devfs_bootdev_get_list(const char *default_root, struct boot_dev ***bootdev_list) argument
[all...]

Completed in 57 milliseconds