devfs_prom_path
struct devfs_prom_path **paths)
struct devfs_prom_path *cur = NULL, *new;
if ((new = (struct devfs_prom_path *)calloc(
sizeof (struct devfs_prom_path), 1)) == NULL) {
devfs_free_all_prom_names(struct devfs_prom_path *paths)
struct devfs_prom_path **);
extern void devfs_free_all_prom_names(struct devfs_prom_path *);
struct devfs_prom_path *next;