Home
last modified time | relevance | path

Searched refs:fc_ulp_busy_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h186 int fc_ulp_busy_port(opaque_t port_handle);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2384 ret = fc_ulp_busy_port(pptr->port_fp_handle); in fcp_send_scsi_ioctl()
8239 if (fc_ulp_busy_port(pptr->port_fp_handle) != 0) { in fcp_trigger_lun()
11691 (void) fc_ulp_busy_port(pptr->port_fp_handle); in fcp_reset_target()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5352 fc_ulp_busy_port(opaque_t port_handle) in fc_ulp_busy_port() function