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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevice_info.h83 struct devfs_prom_path { struct
86 struct devfs_prom_path *next;
125 struct devfs_prom_path **);
127 * free a list of devfs_prom_path structures
129 extern void devfs_free_all_prom_names(struct devfs_prom_path *);
H A Ddevfsinfo.c318 struct devfs_prom_path **paths)
322 struct devfs_prom_path *cur = NULL, *new;
342 if ((new = (struct devfs_prom_path *)calloc(
343 sizeof (struct devfs_prom_path), 1)) == NULL) {
377 devfs_free_all_prom_names(struct devfs_prom_path *paths)

Completed in 183 milliseconds