Home
last modified time | relevance | path

Searched refs:fct_i_remote_port (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c737 irp_to_ilport(struct fct_i_remote_port *irpp) in irp_to_ilport()
739 struct fct_i_remote_port irp; in irp_to_ilport()
744 if (mdb_vread(&irp, sizeof (struct fct_i_remote_port), in irp_to_ilport()
746 != sizeof (struct fct_i_remote_port)) { in irp_to_ilport()
776 static struct fct_i_remote_port *
781 struct fct_i_remote_port irp; in find_irp_by_wwn()
790 if (mdb_vread(&irp, sizeof (struct fct_i_remote_port), in find_irp_by_wwn()
792 != sizeof (struct fct_i_remote_port)) { in find_irp_by_wwn()
925 if (mdb_vread(&irp, sizeof (struct fct_i_remote_port), in print_tasks_on_rp()
926 (uintptr_t)arg) != sizeof (struct fct_i_remote_port)) { in print_tasks_on_rp()
/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h107 typedef struct fct_i_remote_port { struct
114 struct fct_i_remote_port *irp_next; argument
117 struct fct_i_remote_port *irp_discovery_next; argument