Searched refs:iport_port (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dfc.d72 ci_local = P->iport_port->port_pwwn_str[0] ?
73 P->iport_port->port_pwwn_str : "<unknown>";
130 fcp_node_wwn = (P->iport_port ?
131 (P->iport_port->port_nwwn_str[0] ?
132 P->iport_port->port_nwwn_str :
134 "<bad iport_port ptr>");
137 (P->iport_port ?
138 (P->iport_port->port_sym_node_name ?
139 P->iport_port->port_sym_node_name : "<unknown>") :
140 "<bad iport_port pt
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c341 fct_handle_event(iport->iport_port,
352 if ((li_ret = iport->iport_port->port_get_link_info(
353 iport->iport_port, li)) != FCT_SUCCESS) {
357 fct_handle_event(iport->iport_port,
366 fct_log_local_port_event(iport->iport_port,
369 fct_log_local_port_event(iport->iport_port,
390 l = iport->iport_port->port_pwwn;
430 bcopy(iport->iport_port->port_nwwn, fx.fx_nwwn, 8);
431 bcopy(iport->iport_port->port_pwwn, fx.fx_pwwn, 8);
433 ret = iport->iport_port
[all...]
H A Dfct.c324 bcopy(iport->iport_port->port_pwwn,
341 if (bcmp(iport->iport_port->port_pwwn, pwwn, 8) == 0)
364 iport->iport_port->port_populate_hba_details(iport->iport_port, attr);
374 if (iport->iport_port->port_sym_node_name)
375 bcopy(iport->iport_port->port_sym_node_name,
377 strlen(iport->iport_port->port_sym_node_name));
388 bcopy(iport->iport_port->port_nwwn, hba_attr->NodeWWN,
426 iport->iport_port->port_populate_hba_details(iport->iport_port, att
[all...]
H A Dfct_impl.h193 fct_local_port_t *iport_port; member in struct:fct_i_local_port
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c483 mdb_printf(" port: %p\n", iport.iport_port);
516 (uintptr_t)iport.iport_port)
579 (uintptr_t)iport.iport_port)
991 (uintptr_t)iport.iport_port) != sizeof (struct fct_local_port)) {

Completed in 55 milliseconds