ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT32 | Reserved |
UINT8 | WWN [8] |
UINT8 | Lun [8] |
Definition at line 353 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL FIBRECHANNELEX_DEVICE_PATH::Header |
Definition at line 354 of file DevicePath.h.
UINT8 FIBRECHANNELEX_DEVICE_PATH::Lun[8] |
8 byte array containing Fibre Channel Logical Unit Number.
Definition at line 366 of file DevicePath.h.
UINT32 FIBRECHANNELEX_DEVICE_PATH::Reserved |
Reserved for the future.
Definition at line 358 of file DevicePath.h.
UINT8 FIBRECHANNELEX_DEVICE_PATH::WWN[8] |
8 byte array containing Fibre Channel End Device Port Name.
Definition at line 362 of file DevicePath.h.