Searched refs:boot_dev (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevice_info.h77 struct boot_dev { struct
110 extern int devfs_bootdev_get_list(const char *, struct boot_dev ***);
114 extern void devfs_bootdev_free_list(struct boot_dev **);
H A Ddevfsinfo.c101 static struct boot_dev **bootdev_list;
128 static int process_bootdev(const char *, const char *, struct boot_dev ***);
131 static int devfs_phys_to_logical(struct boot_dev **bootdev_array,
135 static struct boot_dev *alloc_bootdev(char *);
828 * variable. An array of boot_dev structs will be created, one entry
838 struct boot_dev ***bootdev_list)
843 struct boot_dev **tmp_list;
880 struct boot_dev ***list)
886 struct boot_dev **bootdev_array;
902 bootdev_array = (struct boot_dev **)
[all...]

Completed in 43 milliseconds