Searched refs:topo_node (Results 1 – 5 of 5) sorted by relevance
58 struct topo_node { struct64 struct topo_node *tn_parent; /* Node parent */ argument84 struct topo_node *tt_root; /* root node */ argument90 struct topo_node *tw_root; /* Root node of current walk */91 struct topo_node *tw_node; /* Current walker node */
40 typedef struct topo_node tnode_t;
225 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() local5670 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 …]
52 topo_node.c \
247 topo_node(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in topo_node() function899 { "topo_node", "", "print contents of a topo node", topo_node, NULL },