Searched defs:ph_di (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c902 struct dev_info ph_di; local
921 if (mdb_vread((void*)&ph_di, sizeof (ph_di),
928 (uintptr_t)ph_di.devi_binding_name) == -1) {
930 (uintptr_t)ph_di.devi_binding_name);
934 mdb_printf("%s#%d, ", binding_name, ph_di.devi_instance);

Completed in 64 milliseconds