Symbol: fctl_wwn_cmp
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3394
if (fctl_wwn_cmp(node_wwn, &next->fd_node_name) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3434
if (fctl_wwn_cmp(node_wwn, &next->fd_node_name) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3767
ASSERT(fctl_wwn_cmp(
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3966
if (fctl_wwn_cmp(&pd->pd_port_name, pwwn) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3999
if (fctl_wwn_cmp(&pd->pd_port_name, pwwn) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4039
if (fctl_wwn_cmp(&pd->pd_port_name, pwwn) == 0 &&
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4681
(fctl_wwn_cmp(&pd->pd_remote_nodep->fd_node_name,
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5633
if (fctl_wwn_cmp(&orp->orp_pwwn, &pwwn) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5671
if (fctl_wwn_cmp(&orp->orp_pwwn, &pwwn) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5709
if (fctl_wwn_cmp(&orp->orp_pwwn, pwwn) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5746
if (fctl_wwn_cmp(&orp->orp_pwwn, &pwwn) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
11697
small = fctl_wwn_cmp(&port->fp_service_params.nport_ww_name,
usr/src/uts/common/io/fibre-channel/impl/fp.c
11938
small = fctl_wwn_cmp(swwn, dwwn);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12214
small = fctl_wwn_cmp(&port->fp_service_params.nport_ww_name,
usr/src/uts/common/io/fibre-channel/impl/fp.c
14634
if (fctl_wwn_cmp(&orp->orp_pwwn, pwwn) != 0) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
2973
pd_recepient = fctl_wwn_cmp(
usr/src/uts/common/io/fibre-channel/impl/fp.c
5923
if (fctl_wwn_cmp(swwn, &dwwn) >= 0) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
6230
if (fctl_wwn_cmp(&pd->pd_port_name, &pwwn) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
8535
if (fctl_wwn_cmp(&pwwn, my_pwwn) != 0) {
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
440
int fctl_wwn_cmp(la_wwn_t *src, la_wwn_t *dst);