Symbol: HPT_U64
sys/dev/raid/hpt27xx/array.h
108
HPT_U64 transform_point;
sys/dev/raid/hpt27xx/array.h
135
HPT_U64 rebuilt_sectors;
sys/dev/raid/hpt27xx/array.h
150
char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
sys/dev/raid/hpt27xx/array.h
51
typedef HPT_U64 HPT_MMASK;
sys/dev/raid/hpt27xx/him.h
196
HPT_U64 capacity;
sys/dev/raid/hpt27xx/him.h
295
HPT_U64 Lba;
sys/dev/raid/hpt27xx/him.h
357
HPT_U64 StripeLine;
sys/dev/raid/hpt27xx/him.h
380
HPT_U64 Lba;
sys/dev/raid/hpt27xx/him.h
94
HPT_U64 nvramAddress;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
629
HPT_U64 cap = vd->capacity - 1;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
676
HPT_U64 block =
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
677
((HPT_U64)cdb[2]<<56) |
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
678
((HPT_U64)cdb[3]<<48) |
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
679
((HPT_U64)cdb[4]<<40) |
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
680
((HPT_U64)cdb[5]<<32) |
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
681
((HPT_U64)cdb[6]<<24) |
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
682
((HPT_U64)cdb[7]<<16) |
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
683
((HPT_U64)cdb[8]<<8) |
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
684
((HPT_U64)cdb[9]);
sys/dev/raid/hpt27xx/hptintf.h
1113
HPT_U64 Capacity;
sys/dev/raid/hpt27xx/hptintf.h
1136
HPT_U64 Capacity;
sys/dev/raid/hpt27xx/hptintf.h
1339
HPT_U64 timeStamp;
sys/dev/raid/hpt27xx/hptintf.h
1340
HPT_U64 lba;
sys/dev/raid/hpt27xx/hptintf.h
1969
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/raid/hpt27xx/hptintf.h
1983
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/raid/hpt27xx/hptintf.h
1998
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/raid/hpt27xx/hptintf.h
2014
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/raid/hpt27xx/hptintf.h
2028
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/raid/hpt27xx/hptintf.h
664
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/raid/hpt27xx/hptintf.h
686
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/raid/hpt27xx/hptintf.h
718
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/raid/hpt27xx/hptintf.h
726
HPT_U64 Critical_Members;
sys/dev/raid/hpt27xx/hptintf.h
869
HPT_U64 TotalFree;
sys/dev/raid/hpt27xx/hptintf.h
870
HPT_U64 MaxFree;
sys/dev/raid/hpt27xx/hptintf.h
871
HPT_U64 BadSectors;
sys/dev/raid/hpt27xx/hptintf.h
936
HPT_U64 Capacity; /* array capacity */
sys/dev/raid/hpt27xx/hptintf.h
958
HPT_U64 Capacity; /* array capacity */
sys/dev/raid/hpt27xx/hptintf.h
987
HPT_U64 Capacity; /* array capacity */
sys/dev/raid/hpt27xx/ldm.h
113
HPT_U64 start, end;
sys/dev/raid/hpt27xx/ldm.h
363
HPT_U64 capacity;
sys/dev/raid/hpt27xx/osm.h
100
typedef HPT_U64 HPT_RAW_LBA;
sys/dev/raid/hpt27xx/osm.h
108
typedef HPT_U64 BUS_ADDRESS;
sys/dev/raid/hpt27xx/osm.h
64
static __inline HPT_U64 CPU_TO_BE64(HPT_U64 x)
sys/dev/raid/hpt27xx/osm.h
67
return ((HPT_U64)p[0] << 56) |
sys/dev/raid/hpt27xx/osm.h
68
((HPT_U64)p[1] << 48) |
sys/dev/raid/hpt27xx/osm.h
69
((HPT_U64)p[2] << 40) |
sys/dev/raid/hpt27xx/osm.h
70
((HPT_U64)p[3] << 32) |
sys/dev/raid/hpt27xx/osm.h
71
((HPT_U64)p[4] << 24) |
sys/dev/raid/hpt27xx/osm.h
72
((HPT_U64)p[5] << 16) |
sys/dev/raid/hpt27xx/osm.h
73
((HPT_U64)p[6] << 8) |
sys/dev/raid/hpt27xx/osm.h
99
typedef HPT_U64 HPT_LBA;
sys/dev/raid/hptmv/entry.c
279
KdPrint(("requestQueue addr is 0x%llX", (HPT_U64)(ULONG_PTR)req_dma_addr));
sys/dev/raid/hptmv/entry.c
2814
(HPT_U64)Cdb[2] << 56 |
sys/dev/raid/hptmv/entry.c
2815
(HPT_U64)Cdb[3] << 48 |
sys/dev/raid/hptmv/entry.c
2816
(HPT_U64)Cdb[4] << 40 |
sys/dev/raid/hptmv/entry.c
2817
(HPT_U64)Cdb[5] << 32 |
sys/dev/raid/hptmv/entry.c
2818
(HPT_U64)Cdb[6] << 24 |
sys/dev/raid/hptmv/entry.c
2819
(HPT_U64)Cdb[7] << 16 |
sys/dev/raid/hptmv/entry.c
2820
(HPT_U64)Cdb[8] << 8 |
sys/dev/raid/hptmv/entry.c
2821
(HPT_U64)Cdb[9];
sys/dev/raid/hptmv/entry.c
286
(HPT_U64)(ULONG_PTR)req_dma_addr, channelNum);
sys/dev/raid/hptmv/entry.c
303
pAdapter->mvSataAdapter.adapterId, channelNum, (HPT_U64)(ULONG_PTR)rsp_dma_addr);
sys/dev/raid/hptrr/array.h
110
HPT_U64 transform_point;
sys/dev/raid/hptrr/array.h
136
HPT_U64 rebuilt_sectors;
sys/dev/raid/hptrr/array.h
151
char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
sys/dev/raid/hptrr/array.h
53
typedef HPT_U64 HPT_MMASK;
sys/dev/raid/hptrr/him.h
172
HPT_U64 capacity;
sys/dev/raid/hptrr/him.h
269
HPT_U64 Lba;
sys/dev/raid/hptrr/him.h
318
HPT_U64 StripeLine;
sys/dev/raid/hptrr/him.h
341
HPT_U64 Lba;
sys/dev/raid/hptrr/hptintf.h
1005
HPT_U64 Capacity;
sys/dev/raid/hptrr/hptintf.h
1789
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/raid/hptrr/hptintf.h
1803
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/raid/hptrr/hptintf.h
1818
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/raid/hptrr/hptintf.h
1834
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/raid/hptrr/hptintf.h
1848
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/raid/hptrr/hptintf.h
532
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/raid/hptrr/hptintf.h
554
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/raid/hptrr/hptintf.h
586
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/raid/hptrr/hptintf.h
594
HPT_U64 Critical_Members;
sys/dev/raid/hptrr/hptintf.h
740
HPT_U64 TotalFree;
sys/dev/raid/hptrr/hptintf.h
741
HPT_U64 MaxFree;
sys/dev/raid/hptrr/hptintf.h
742
HPT_U64 BadSectors;
sys/dev/raid/hptrr/hptintf.h
807
HPT_U64 Capacity; /* array capacity */
sys/dev/raid/hptrr/hptintf.h
829
HPT_U64 Capacity; /* array capacity */
sys/dev/raid/hptrr/hptintf.h
858
HPT_U64 Capacity; /* array capacity */
sys/dev/raid/hptrr/hptintf.h
983
HPT_U64 Capacity;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
629
HPT_U64 cap = vd->capacity - 1;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
676
HPT_U64 block =
sys/dev/raid/hptrr/hptrr_osm_bsd.c
677
((HPT_U64)cdb[2]<<56) |
sys/dev/raid/hptrr/hptrr_osm_bsd.c
678
((HPT_U64)cdb[3]<<48) |
sys/dev/raid/hptrr/hptrr_osm_bsd.c
679
((HPT_U64)cdb[4]<<40) |
sys/dev/raid/hptrr/hptrr_osm_bsd.c
680
((HPT_U64)cdb[5]<<32) |
sys/dev/raid/hptrr/hptrr_osm_bsd.c
681
((HPT_U64)cdb[6]<<24) |
sys/dev/raid/hptrr/hptrr_osm_bsd.c
682
((HPT_U64)cdb[7]<<16) |
sys/dev/raid/hptrr/hptrr_osm_bsd.c
683
((HPT_U64)cdb[8]<<8) |
sys/dev/raid/hptrr/hptrr_osm_bsd.c
684
((HPT_U64)cdb[9]);
sys/dev/raid/hptrr/ldm.h
108
HPT_U64 start, end;
sys/dev/raid/hptrr/ldm.h
359
HPT_U64 capacity;
sys/dev/raid/hptrr/osm.h
68
typedef HPT_U64 HPT_LBA;
sys/dev/raid/hptrr/osm.h
69
typedef HPT_U64 HPT_RAW_LBA;
sys/dev/raid/hptrr/osm.h
77
typedef HPT_U64 BUS_ADDRESS;