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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dsolx_devfs.c96 static di_prom_handle_t di_phdl; variable in typeref:typename:di_prom_handle_t
155 if (di_phdl != DI_PROM_HANDLE_NIL)
156 (void) di_prom_fini(di_phdl);
200 if ((len <= 0) && di_phdl)
201 len = di_prom_prop_lookup_ints(di_phdl, node, "reg", &retbuf);
226 if ((len <= 0) && di_phdl)
227 len = di_prom_prop_lookup_ints(di_phdl, node,
367 if ((!device_type_found) && di_phdl) {
368 numval = di_prom_prop_lookup_strings(di_phdl, di_node,
378 if ((!bus_range_found) && di_phdl) {
[all...]

Completed in 2 milliseconds