Home
last modified time | relevance | path

Searched refs:FCTL_WWN_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h139 #define FCTL_WWN_SIZE(wwn) \ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2077 for (count = 0; count < FCTL_WWN_SIZE(wwn); count++, str += 2) { in fc_wwn_to_str()
4623 char string[(FCTL_WWN_SIZE(port_wwn) << 1) + 1]; in fctl_create_remote_port()