Lines Matching refs:raw_wwn

2073 		(void) sprintf(str, "%02x", wwn->raw_wwn[count]);
2093 wwn->raw_wwn[count++] = byte;
3275 * uses the nwwn in the fd_node_name.raw_wwn of the given struct.
3298 index = HASH_FUNC(WWN_HASH_KEY(rnodep->fd_node_name.raw_wwn),
3316 * This uses the nwwn in the fd_node_name.raw_wwn of the given struct.
3329 index = HASH_FUNC(WWN_HASH_KEY(rnodep->fd_node_name.raw_wwn),
3379 index = HASH_FUNC(WWN_HASH_KEY(node_wwn->raw_wwn),
3419 index = HASH_FUNC(WWN_HASH_KEY(node_wwn->raw_wwn),
3721 * fc_local_port_t struct. Hashes based upon the pd->pd_port_name.raw_wwn
3737 index = HASH_FUNC(WWN_HASH_KEY(pd->pd_port_name.raw_wwn),
3790 * fc_local_port_t struct. Hashes based upon the pd->pd_port_name.raw_wwn
3808 index = HASH_FUNC(WWN_HASH_KEY(pwwn.raw_wwn), pwwn_table_size);
3940 * given pwwn->raw_wwn. Returns a pointer to the fc_remote_port_t struct,
3955 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size);
3988 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size);
4009 * given pwwn->raw_wwn. Returns a pointer to the fc_remote_port_t struct.
4028 index = HASH_FUNC(WWN_HASH_KEY(pwwn->raw_wwn), pwwn_table_size);
4893 if (wwn->raw_wwn[count] != 0) {
5404 if (bcmp(tmpPort->fp_service_params.nport_ww_name.raw_wwn,
5405 pwwn->raw_wwn, sizeof (la_wwn_t)) == 0) {
5457 if ((bcmp(tmpport->fp_service_params.nport_ww_name.raw_wwn,
5458 pwwn->raw_wwn, sizeof (la_wwn_t)) == 0) &&
6239 if (bcmp(pd->pd_port_name.raw_wwn, wwn.raw_wwn,
6244 if (bcmp(pd->pd_remote_nodep->fd_node_name.raw_wwn,
6245 wwn.raw_wwn, sizeof (la_wwn_t)) == 0) {
6722 port->fp_service_params.nport_ww_name.raw_wwn,