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.c144 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in devinfo_parents_walk_init() local
147 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in devinfo_parents_walk_init()
153 wsp->walk_addr = devinfo_root; in devinfo_parents_walk_init()
240 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in devinfo_children_walk_init() local
242 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in devinfo_children_walk_init()
248 wsp->walk_addr = devinfo_root; in devinfo_children_walk_init()
1059 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in prtconf() local
1077 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in prtconf()
1083 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
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()
287 di_fini(devinfo_root); in main()
[all …]