Searched refs:topo_node (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h58 struct topo_node { struct
64 struct topo_node *tn_parent; /* Node parent */
84 struct topo_node *tt_root; /* root node */
90 struct topo_node *tw_root; /* Root node of current walk */
91 struct topo_node *tw_node; /* Current walker node */
H A Dlibtopo.h40 typedef struct topo_node tnode_t;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c222 static void mptsas_handle_topo_change(mptsas_topo_change_list_t *topo_node,
5565 mptsas_topo_change_list_t *topo_node = NULL; local
5567 topo_node = kmem_zalloc(
5570 if (topo_node == NULL) {
5576 topo_node->mpt = mpt;
5577 topo_node->event = MPTSAS_DR_EVENT_RECONFIG_TARGET;
5578 topo_node->un.phymask = ptgt->m_addr.mta_phymask;
5579 topo_node->devhdl = ptgt->m_devhdl;
5580 topo_node->object = (void *)ptgt;
5581 topo_node
6133 mptsas_topo_change_list_t *topo_node = NULL; local
6318 mptsas_handle_topo_change(mptsas_topo_change_list_t *topo_node, dev_info_t *parent) argument
6903 mptsas_topo_change_list_t *topo_node = NULL; local
7355 mptsas_topo_change_list_t *topo_node = NULL; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com52 topo_node.c \
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c247 topo_node(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
504 * dump it with the topo_node dcmd.
899 { "topo_node", "", "print contents of a topo node", topo_node, NULL },

Completed in 130 milliseconds