Home
last modified time | relevance | path

Searched refs:di_prom_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2825 struct di_prom_handle { /* handle to prom */ struct
2838 struct di_prom_handle *p; in di_prom_init() argument
2840 if ((p = malloc(sizeof (struct di_prom_handle))) == NULL) in di_prom_init()
2876 struct di_prom_handle *p = (struct di_prom_handle *)ph; in di_prom_fini()
2895 struct di_prom_handle *p = (struct di_prom_handle *)ph; in di_prom_prop_found()
2976 struct di_prom_handle *p = (struct di_prom_handle *)ph; in di_prom_prop_next()
3049 struct di_prom_handle *p = (struct di_prom_handle *)ph; in di_prom_prop_lookup_common()
H A Dlibdevinfo.h120 typedef struct di_prom_handle *di_prom_handle_t; /* prom snapshot */