Lines Matching defs:root
69 char uuid[36], root[36], plat[36], isa[36], machine[36], product[36];
84 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) {
85 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir);
119 mdb_printf("%-12s %-36s %-30s\n", "th_rootdir", root,
128 "Handle to the root of the devinfo tree");
130 "Handle to the root of the PROM tree");
155 char name[36], path[36], root[36];
173 if (mdb_readstr(root, sizeof (root), (uintptr_t)tm.tm_rootdir) < 0) {
174 (void) mdb_snprintf(root, sizeof (root), "<%p>", tm.tm_rootdir);
207 mdb_printf("%-12s %-36s %-30s\n", "tm_rootdir", root,
208 "Relative root directory of module");