Home
last modified time | relevance | path

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; argument
125 struct devfs_prom_path **);
129 extern void devfs_free_all_prom_names(struct devfs_prom_path *);
H A Ddevfsinfo.c318 struct devfs_prom_path **paths) in devfs_get_all_prom_names()
322 struct devfs_prom_path *cur = NULL, *new; in devfs_get_all_prom_names()
342 if ((new = (struct devfs_prom_path *)calloc( in devfs_get_all_prom_names()
343 sizeof (struct devfs_prom_path), 1)) == NULL) { in devfs_get_all_prom_names()
377 devfs_free_all_prom_names(struct devfs_prom_path *paths) in devfs_free_all_prom_names()