Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h391 int fctl_busy_port(fc_local_port_t *port);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1626 if (fctl_busy_port(port) != 0) { in fc_ulp_linkreset()
5356 return (fctl_busy_port(port)); in fc_ulp_busy_port()
6486 fctl_busy_port(fc_local_port_t *port) in fctl_busy_port() function
H A Dfp.c791 ret = fctl_busy_port(port); in fp_ioctl()
1545 if (fctl_busy_port(port) != 0) { in fp_detach_handler()
13587 if (fctl_busy_port(port) == 0) { in fp_attach_ulps()