Symbol: LBA_T
sys/dev/raid/hptmv/array.h
89
LBA_T RebuildSectors; /* how many sectors is OK (LBA on member disk) */
sys/dev/raid/hptmv/atapi.h
349
#define MAX_LBA_T ((LBA_T)-1)
sys/dev/raid/hptmv/command.h
138
LBA_T StartLBA;
sys/dev/raid/hptmv/command.h
150
LBA_T StartLBA;
sys/dev/raid/hptmv/command.h
179
LBA_T base;
sys/dev/raid/hptmv/command.h
36
LBA_T Lba; /* Current Logic Disk command: LBA */
sys/dev/raid/hptmv/command.h
68
LBA_T StripeLine; /* _physical_ stripe line on array */
sys/dev/raid/hptmv/command.h
85
LBA_T Lba;
sys/dev/raid/hptmv/entry.c
1036
LBA_T capacity = LongDiv(pArray->VDeviceCapacity, pArray->u.array.bArnMember-1);
sys/dev/raid/hptmv/entry.c
1037
LBA_T thiscap, maxcap = MAX_LBA_T;
sys/dev/raid/hptmv/entry.c
1726
LBA_T Lba = pCmd->uCmd.Ide.Lba;
sys/dev/raid/hptmv/entry.c
2743
LBA_T cap = pVDev->VDeviceCapacity - 1;
sys/dev/raid/hptmv/gui_lib.c
259
pArrayInfo->RebuiltSectors.hi32 = sizeof(LBA_T)>4? (pVDevice->u.array.RebuildSectors>>32) : 0;
sys/dev/raid/hptmv/gui_lib.c
547
pInfo->Capacity.hi32 = sizeof(LBA_T)>4? (pVDevice->VDeviceCapacity>>32) : 0;
sys/dev/raid/hptmv/gui_lib.c
567
LBA_T capacity = MAX_LBA_T;
sys/dev/raid/hptmv/gui_lib.c
909
LBA_T Capacity;
sys/dev/raid/hptmv/mvStorageDev.h
213
MV_BOOLEAN HPTLIBAPI mvReadWrite(MV_SATA_CHANNEL *pSataChannel, LBA_T Lba, UCHAR Cmd, void *tmpBuffer);
sys/dev/raid/hptmv/raid5n.h
120
LBA_T __start[MAX_MEMBERS];
sys/dev/raid/hptmv/vdevice.h
51
LBA_T VDeviceCapacity; /* number of blocks */
sys/dev/raid/hptmv/vdevice.h
53
LBA_T LockedLba;