Home
last modified time | relevance | path

Searched defs:_EFI_ATA_COMMAND_BLOCK (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DAtaPassThru.h46 typedef struct _EFI_ATA_COMMAND_BLOCK { struct
47 UINT8 Reserved1[2];
48 UINT8 AtaCommand;
49 UINT8 AtaFeatures;
50 UINT8 AtaSectorNumber;
51 UINT8 AtaCylinderLow;
52 UINT8 AtaCylinderHigh;
53 UINT8 AtaDeviceHead;
54 UINT8 AtaSectorNumberExp;
55 UINT8 AtaCylinderLowExp;
[all …]