Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c110 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in hotplug() local
130 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in hotplug()
135 data.di_base = devinfo_root; in hotplug()
137 &data, devinfo_root); in hotplug()
H A Ddevinfo.c134 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in devinfo_parents_walk_init() local
137 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in devinfo_parents_walk_init()
143 wsp->walk_addr = devinfo_root; in devinfo_parents_walk_init()
230 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in devinfo_children_walk_init() local
232 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in devinfo_children_walk_init()
238 wsp->walk_addr = devinfo_root; in devinfo_children_walk_init()
1016 uintptr_t devinfo_root; /* Address of root of devinfo tree */ in prtconf() local
1027 if (mdb_readvar(&devinfo_root, "top_devinfo") == -1) { in prtconf()
1033 addr = devinfo_root; in prtconf()
/titanic_50/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 …]