fct_i_remote_port
irp_to_ilport(struct fct_i_remote_port *irpp)
struct fct_i_remote_port irp;
if (mdb_vread(&irp, sizeof (struct fct_i_remote_port),
!= sizeof (struct fct_i_remote_port)) {
static struct fct_i_remote_port *
struct fct_i_remote_port irp;
if (mdb_vread(&irp, sizeof (struct fct_i_remote_port),
!= sizeof (struct fct_i_remote_port)) {
if (mdb_vread(&irp, sizeof (struct fct_i_remote_port),
(uintptr_t)arg) != sizeof (struct fct_i_remote_port)) {
struct fct_i_remote_port *irp_next;
struct fct_i_remote_port *irp_discovery_next;