Searched defs:held_pd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c15043 fc_remote_port_t *held_pd = NULL; local
15081 held_pd = fctl_hold_remote_port_by_pwwn(port, &pwwn);
15082 if (held_pd == NULL) {
15086 pd = held_pd;
15104 if (held_pd) {
15105 fctl_release_remote_port(held_pd);
15118 if (held_pd) {
15119 fctl_release_remote_port(held_pd);
15136 if (held_pd) {
15137 fctl_release_remote_port(held_pd);
[all...]

Completed in 514 milliseconds