Searched refs:irp_rp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | fc.d | 160 fcp_node_wwn = P->irp_rp ? 161 (P->irp_rp->rp_nwwn_str[0] ? 162 P->irp_rp->rp_nwwn_str : "<unknown>") : 172 fcp_port_hard_address = P->irp_rp ? P->irp_rp->rp_id : 0;
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 913 irp->irp_rp = rp; 964 cmd->cmd_rp = rp = irp->irp_rp; 1024 fct_remote_port_t *rp = irp->irp_rp; 1139 t_irp->irp_rp->rp_id); 1338 irp_cur_item->irp_rp) == FCT_SUCCESS) { 1339 fct_free(irp_cur_item->irp_rp); 2177 bcopy(els->els_resp_payload + 20, irp->irp_rp->rp_pwwn, 8); 2178 bcopy(els->els_resp_payload + 28, irp->irp_rp->rp_nwwn, 8); 2181 irp->irp_rp->rp_pwwn, PROTOCOL_FIBRE_CHANNEL); 2608 if (nsportid != query_irp->irp_rp [all...] |
H A D | fct.c | 566 irp->irp_rp->rp_port->port_fct_private; 570 bcopy(irp->irp_rp->rp_pwwn, port_attr->PortWWN, 572 bcopy(irp->irp_rp->rp_nwwn, port_attr->NodeWWN, 621 if (bcmp(irp->irp_rp->rp_pwwn, 727 if (irp->irp_rp->rp_id == *dest_id && 738 irp->irp_rp, 0, ELS_OP_RLS, 1542 cmd = fct_create_solels(iport->iport_port, irp->irp_rp, 1651 rp = irp->irp_rp; 2323 cmd->cmd_rp = irp->irp_rp; 2324 cmd->cmd_rp_handle = irp->irp_rp [all...] |
H A D | fct_impl.h | 108 fct_remote_port_t *irp_rp; member in struct:fct_i_remote_port
|
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/ |
H A D | stmf.c | 681 mdb_printf(" remote port: %p\n", irp.irp_rp); 751 (uintptr_t)irp.irp_rp) 797 (uintptr_t)irp.irp_rp) 931 if (cmd.cmd_type == FCT_CMD_FCP_XCHG && cmd.cmd_rp == irp.irp_rp) {
|
Completed in 74 milliseconds