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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc858 fc_rnid_t rnid; local
868 memset(&rnid, 0, sizeof (fc_rnid_t));
874 fcio.fcio_obuf = (caddr_t)&rnid;
877 // Copy out the struct members of rnid into PHBA_MGMTINFO struct
878 memcpy(&info->wwn, &(rnid.global_id), sizeof (info->wwn));
879 memcpy(&info->unittype, &(rnid.unit_type), sizeof (info->unittype));
880 memcpy(&info->PortId, &(rnid.port_id), sizeof (info->PortId));
881 memcpy(&info->NumberOfAttachedNodes, &(rnid.num_attached),
883 memcpy(&info->IPVersion, &(rnid.ip_version), sizeof (info->IPVersion));
884 memcpy(&info->UDPPort, &(rnid
1188 fc_rnid_t rnid; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9693 * This function does the set rnid
9699 fc_rnid_t *rnid; local
9703 rnid = kmem_zalloc(sizeof (fc_rnid_t), KM_SLEEP);
9705 if (ddi_copyin(fcio->fcio_ibuf, rnid, sizeof (fc_rnid_t), mode)) {
9707 kmem_free(rnid, sizeof (fc_rnid_t));
9716 pm.pm_data_len = sizeof (*rnid);
9717 pm.pm_data_buf = (caddr_t)rnid;
9732 bcopy(rnid, &port->fp_rnid_params,
9737 kmem_free(rnid, sizeof (fc_rnid_t));
9747 * This function does the local pwwn get rnid
9752 fc_rnid_t *rnid; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1985 "Port info: rnid.status = %x",
1988 "Port info: rnid.global_id = %16s",
1991 "Port info: rnid.unit_type = %x",
1994 "Port info: rnid.port_id = %x",
1997 "Port info: rnid.num_attached = %x",
2000 "Port info: rnid.ip_version = %x",
2003 "Port info: rnid.udp_port = %x",
2006 "Port info: rnid.ip_addr = %16s",
2009 "Port info: rnid.spec_id_resv = %x",
2012 "Port info: rnid
5582 fc_rnid_t *rnid; local
5633 fc_rnid_t *rnid; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1770 RNID rnid; /* Payload for RNID */ member in union:_ELS_PKT::__anon7342

Completed in 121 milliseconds