Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h58 struct topo_node { struct
64 struct topo_node *tn_parent; /* Node parent */ argument
84 struct topo_node *tt_root; /* root node */ argument
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;
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c225 static void mptsas_handle_topo_change(mptsas_topo_change_list_t *topo_node,
5668 mptsas_topo_change_list_t *topo_node = NULL; in mptsas_check_scsi_io_error() local
5670 topo_node = kmem_zalloc( in mptsas_check_scsi_io_error()
5673 if (topo_node == NULL) { in mptsas_check_scsi_io_error()
5679 topo_node->mpt = mpt; in mptsas_check_scsi_io_error()
5680 topo_node->event = MPTSAS_DR_EVENT_RECONFIG_TARGET; in mptsas_check_scsi_io_error()
5681 topo_node->un.phymask = ptgt->m_addr.mta_phymask; in mptsas_check_scsi_io_error()
5682 topo_node->devhdl = ptgt->m_devhdl; in mptsas_check_scsi_io_error()
5683 topo_node->object = (void *)ptgt; in mptsas_check_scsi_io_error()
5684 topo_node->flags = MPTSAS_TOPO_FLAG_LUN_ASSOCIATED; in mptsas_check_scsi_io_error()
[all …]
/titanic_44/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com52 topo_node.c \
/titanic_44/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) in topo_node() function
899 { "topo_node", "", "print contents of a topo node", topo_node, NULL },