i_hp_dprintf
i_hp_dprintf("hp_init: failure (%s).\n", strerror(rv));
i_hp_dprintf("hp_init: missing info snapshot.\n");
i_hp_dprintf("i_hp_unpack_node: unrecognized: '%s'\n",
i_hp_dprintf("i_hp_call_hotplugd: cannot open door (%s)\n",
i_hp_dprintf("i_hp_call_hotplugd: cannot pack arguments (%s)\n",
i_hp_dprintf("i_hp_call_hotplugd: door call failed (%s)\n",
i_hp_dprintf("i_hp_call_hotplugd: invalid results.\n");
i_hp_dprintf("i_hp_call_hotplugd: "
i_hp_dprintf("hp_fini: root=%p\n", (void *)root);
i_hp_dprintf("hp_fini: invalid arguments.\n");
i_hp_dprintf("i_hp_call_hotplugd: missing status.\n");
i_hp_dprintf("hp_traverse: root=%p, arg=%p, hp_callback=%p\n",
i_hp_dprintf("hp_traverse: invalid arguments.\n");
i_hp_dprintf("hp_traverse: walk terminated.\n");
i_hp_dprintf("hp_traverse: walk terminated.\n");
i_hp_dprintf("hp_type: node=%p\n", (void *)node);
i_hp_dprintf("hp_type: invalid arguments.\n");
i_hp_dprintf("hp_name: node=%p\n", (void *)node);
i_hp_dprintf("hp_name: invalid arguments.\n");
i_hp_dprintf("hp_name: missing name value.\n");
i_hp_dprintf("hp_state: node=%p\n", (void *)node);
i_hp_dprintf("hp_state: invalid arguments.\n");
i_hp_dprintf("hp_state: operation not supported.\n");
i_hp_dprintf("hp_usage: node=%p\n", (void *)node);
i_hp_dprintf("hp_usage: invalid arguments.\n");
i_hp_dprintf("hp_usage: operation not supported.\n");
i_hp_dprintf("hp_usage: missing usage value.\n");
i_hp_dprintf("hp_description: node=%p\n", (void *)node);
i_hp_dprintf("hp_description: invalid arguments.\n");
i_hp_dprintf("hp_description: operation not supported.\n");
i_hp_dprintf("hp_description: missing description value.\n");
i_hp_dprintf("hp_last_change: node=%p\n", (void *)node);
i_hp_dprintf("hp_last_change: invalid arguments.\n");
i_hp_dprintf("hp_last_change: operation not supported.\n");
i_hp_dprintf("hp_parent: node=%p\n", (void *)node);
i_hp_dprintf("hp_parent: invalid arguments.\n");
i_hp_dprintf("hp_parent: node has no parent.\n");
i_hp_dprintf("hp_child: node=%p\n", (void *)node);
i_hp_dprintf("hp_child: invalid arguments.\n");
static void i_hp_dprintf(const char *fmt, ...);
i_hp_dprintf("hp_child: node has no child.\n");
i_hp_dprintf("hp_sibling: node=%p\n", (void *)node);
i_hp_dprintf("hp_sibling: invalid arguments.\n");
i_hp_dprintf("hp_sibling: node has no sibling.\n");
i_hp_dprintf("hp_path: node=%p, path=%p, connection=%p\n", (void *)node,
i_hp_dprintf("hp_path: invalid arguments.\n");
i_hp_dprintf("hp_path: missing base pathname.\n");
i_hp_dprintf("hp_set_state: node=%p, flags=0x%x, state=0x%x, "
i_hp_dprintf("hp_set_state: invalid arguments.\n");
i_hp_dprintf("hp_set_state: operation not supported.\n");
i_hp_dprintf("hp_set_state: mismatched target.\n");
i_hp_dprintf("hp_set_state: mismatched target.\n");
i_hp_dprintf("hp_set_state: invalid target state.\n");
i_hp_dprintf("hp_set_private: node=%p, options=%p, resultsp=%p\n",
i_hp_dprintf("hp_set_private: invalid arguments.\n");
i_hp_dprintf("hp_set_private: operation not supported.\n");
i_hp_dprintf("hp_get_private: node=%p, options=%p, resultsp=%p\n",
i_hp_dprintf("hp_get_private: invalid arguments.\n");
i_hp_dprintf("hp_get_private: operation not supported.\n");
i_hp_dprintf("hp_init: path=%p, connection=%p, flags=0x%x\n",
i_hp_dprintf("hp_pack: root=%p, bufp=%p, lenp=%p\n", (void *)root,
i_hp_dprintf("hp_pack: invalid arguments.\n");
i_hp_dprintf("hp_init: invalid arguments.\n");
i_hp_dprintf("hp_pack: nvlist_alloc() failed (%s).\n",
i_hp_dprintf("hp_unpack: packed_buf=%p, packed_len=%u, retp=%p\n",
i_hp_dprintf("hp_unpack: invalid arguments.\n");
i_hp_dprintf("hp_init: cannot build arguments nvlist.\n");