Home
last modified time | relevance | path

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

/reactos/drivers/storage/ide/uniata/
H A Dsrb.h248 typedef struct _SCSI_REQUEST_BLOCK { struct
265 struct _SCSI_REQUEST_BLOCK *NextSrb; // offset 20 argument
266 PVOID OriginalRequest; // offset 24
267 PVOID SrbExtension; // offset 28
268 union {
275 ULONG Reserved;
279 UCHAR Cdb[16]; // offset 30
/reactos/sdk/include/ddk/
H A Dsrb.h296 typedef struct _SCSI_REQUEST_BLOCK { struct
313 struct _SCSI_REQUEST_BLOCK *NextSrb; argument
314 PVOID OriginalRequest;
315 PVOID SrbExtension;
316 _ANONYMOUS_UNION union {
320 } DUMMYUNIONNAME;
322 ULONG Reserved;
324 UCHAR Cdb[16];
H A Dstorport.h641 typedef struct _SCSI_REQUEST_BLOCK struct
659 struct _SCSI_REQUEST_BLOCK *NextSrb; argument
660 PVOID OriginalRequest;
661 PVOID SrbExtension;
663 {
669 ULONG Reserved;
671 UCHAR Cdb[16];