Home
last modified time | relevance | path

Searched refs:devinfo_root (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c111 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in hotplug() local
133 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in hotplug()
138 data.di_base = devinfo_root; in hotplug()
140 &data, devinfo_root); in hotplug()
H A Ddevinfo.c145 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in devinfo_parents_walk_init() local
148 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in devinfo_parents_walk_init()
154 wsp->walk_addr = devinfo_root; in devinfo_parents_walk_init()
241 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in devinfo_children_walk_init() local
243 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in devinfo_children_walk_init()
249 wsp->walk_addr = devinfo_root; in devinfo_children_walk_init()
1060 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in prtconf() local
1078 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in prtconf()
1084 addr = devinfo_root; in prtconf()
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c81 static di_node_t devinfo_root = DI_NODE_NIL; variable
129 devinfo_root = di_init("/", DINFOCPYALL|DINFOFORCE); in main()
132 if (devinfo_root == NULL) { in main()
144 devinfo_root)); in main()
147 devinfo_root)); in main()
149 devinfo_root)); in main()
151 devinfo_root)); in main()
153 devinfo_root)); in main()
155 di_fini(devinfo_root); in main()
283 di_fini(devinfo_root); in main()
[all …]