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.c886 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()
966 bootdev_array = NULL; in process_bootdev()
970 *list = bootdev_array; in process_bootdev()
1073 if (bootdev_array == NULL) { in devfs_phys_to_logical()
1085 if (*bootdev_array == NULL) { in devfs_phys_to_logical()
1128 bootdev_list = bootdev_array; in devfs_phys_to_logical()
1177 if ((bootdev_array[i] != NULL) && (bootdev_array[i]-> in devfs_phys_to_logical()
1181 if (bootdev_array[i] != NULL) { in devfs_phys_to_logical()
[all …]