Lines Matching defs:devinfo

44 #include "devinfo.h"
51 * devinfo node state map. Used by devinfo() and devinfo_audit().
72 mdb_printf("Prints the devinfo tree from a given node.\n"
73 "Without the address of a \"struct devinfo\" given, "
136 uintptr_t devinfo_root; /* Address of root of devinfo tree */
158 mdb_warn("failed to read devinfo at %p", addr);
177 mdb_warn("failed to read devinfo at %p", addr);
232 uintptr_t devinfo_root; /* Address of root of devinfo tree */
273 mdb_warn("failed to read devinfo at %p", addr);
345 * This is why the "devinfo" walker needs to be marginally
399 * Given a devinfo pointer, figure out which driver is associated
414 mdb_warn("failed to read devinfo struct at %p", addr);
419 /* No driver attached to this devinfo - nothing to do. */
420 mdb_warn("%p: No driver attached to this devinfo node\n", addr);
429 mdb_printf("Driver '%s' is associated with devinfo %p.\n", dname, addr);
522 mdb_warn("no parent for devinfo at %p", addr);
1046 uintptr_t devinfo_root; /* Address of root of devinfo tree */
1079 status = mdb_pwalk("devinfo",
1098 mdb_warn("couldn't walk devinfo tree");
1107 devinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
1167 "devinfo doesn't give global information (try prtconf)\n");
1263 if (mdb_walk("devinfo", (mdb_walk_cb_t)m2d_walk_dinfo, name) == -1) {
1264 mdb_warn("couldn't walk devinfo");
1663 * forwarded to "devinfo"
1695 if (mdb_pwalk_dcmd("devi_next", "devinfo", argc, argv,
1697 mdb_warn("couldn't walk the devinfo chain at %p", dn.dn_head);
1964 /* read in devinfo structure */
2044 * mdb support for per-devinfo fault management data
2062 mdb_warn("failed to read devinfo struct at %p", addr);
2067 mdb_warn("failed to read devinfo fm struct at %p",