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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c45 struct dev_info devi_parent; local
52 if (device->devi_parent == NULL) {
66 if (mdb_vread(&devi_parent, sizeof (struct dev_info),
67 (uintptr_t)device->devi_parent) == -1) {
68 mdb_warn("Unable to access devi_parent at %p",
69 (uintptr_t)device->devi_parent);
73 if (dip_to_pathname(&devi_parent, path, buflen) == -1) {
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h135 struct dev_info *devi_parent; /* my parent node in tree */ member in struct:dev_info

Completed in 61 milliseconds