HomeSort by: relevance | last modified time | path
    Searched defs:di_phdl (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/libpciaccess/dist/src/
solx_devfs.c 96 static di_prom_handle_t di_phdl; variable
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 42 milliseconds