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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c219 * remotePortWWN - the port WWN we will be issuing the report lun call to
220 * discPort - PORTATTRIBUTES structure for the remotePortWWN
223 handleRemotePort(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN remotePortWWN, argument
241 status = HBA_ScsiReportLUNsV2(handle, portWWN, remotePortWWN,
437 uint64_t remotePortWWN; local
447 &remotePortWWN);
448 remotePortWWN = htonll(remotePortWWN);
449 memcpy(myremotePortWWN.wwn, &remotePortWWN,
450 sizeof (remotePortWWN));
[all...]

Completed in 46 milliseconds