Home
last modified time | relevance | path

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.h61 struct topo_node { struct
67 struct topo_node *tn_parent; /* Node parent */ argument
88 struct topo_node *tt_root; /* root node */ argument
94 struct topo_node *tw_root; /* Root node of current walk */
95 struct topo_node *tw_node; /* Current walker node */
H A Dlibtopo.h45 typedef struct topo_node tnode_t;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c237 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() local
5758 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 …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com55 topo_node.c \
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c248 topo_node(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in topo_node() function
944 { "topo_node", "", "print contents of a topo node", topo_node, NULL },