Searched refs:topo_node (Results 1 – 5 of 5) sorted by relevance
61 struct topo_node { struct67 struct topo_node *tn_parent; /* Node parent */ argument88 struct topo_node *tt_root; /* root node */ argument94 struct topo_node *tw_root; /* Root node of current walk */95 struct topo_node *tw_node; /* Current walker node */
45 typedef struct topo_node tnode_t;
237 static void mptsas_handle_topo_change(mptsas_topo_change_list_t *topo_node,5756 mptsas_topo_change_list_t *topo_node = NULL; in mptsas_check_scsi_io_error() local5758 topo_node = kmem_zalloc( in mptsas_check_scsi_io_error()5761 if (topo_node == NULL) { in mptsas_check_scsi_io_error()5767 topo_node->mpt = mpt; in mptsas_check_scsi_io_error()5768 topo_node->event = MPTSAS_DR_EVENT_RECONFIG_TARGET; in mptsas_check_scsi_io_error()5769 topo_node->un.phymask = ptgt->m_addr.mta_phymask; in mptsas_check_scsi_io_error()5770 topo_node->devhdl = ptgt->m_devhdl; in mptsas_check_scsi_io_error()5771 topo_node->object = (void *)ptgt; in mptsas_check_scsi_io_error()5772 topo_node->flags = MPTSAS_TOPO_FLAG_LUN_ASSOCIATED; in mptsas_check_scsi_io_error()[all …]
55 topo_node.c \
248 topo_node(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in topo_node() function944 { "topo_node", "", "print contents of a topo node", topo_node, NULL },