Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h400 fc_remote_port_t *fctl_hold_remote_port_by_pwwn(fc_local_port_t *port,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c8529 pd = fctl_hold_remote_port_by_pwwn(port, &pwwn); in fp_fciocmd()
8681 pd = fctl_hold_remote_port_by_pwwn(port, &pwwn); in fp_fciocmd()
8762 pd = fctl_hold_remote_port_by_pwwn(port, &pwwn); in fp_fciocmd()
15085 held_pd = fctl_hold_remote_port_by_pwwn(port, &pwwn); in fp_fcio_login()
15157 pd = fctl_hold_remote_port_by_pwwn(port, &pwwn); in fp_fcio_login()
15190 pd = fctl_hold_remote_port_by_pwwn(port, &pwwn); in fp_fcio_logout()
H A Dfctl.c4023 fctl_hold_remote_port_by_pwwn(fc_local_port_t *port, la_wwn_t *pwwn) in fctl_hold_remote_port_by_pwwn() function