Symbol: HPT_U64
sys/dev/hpt27xx/array.h
108
HPT_U64 transform_point;
sys/dev/hpt27xx/array.h
135
HPT_U64 rebuilt_sectors;
sys/dev/hpt27xx/array.h
150
char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
sys/dev/hpt27xx/array.h
51
typedef HPT_U64 HPT_MMASK;
sys/dev/hpt27xx/him.h
201
HPT_U64 capacity;
sys/dev/hpt27xx/him.h
301
HPT_U64 Lba;
sys/dev/hpt27xx/him.h
375
HPT_U64 StripeLine;
sys/dev/hpt27xx/him.h
398
HPT_U64 Lba;
sys/dev/hpt27xx/him.h
94
HPT_U64 nvramAddress;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
603
HPT_U64 new_cap;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
652
HPT_U64 cap = 0;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
721
HPT_U64 block =
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
722
((HPT_U64)cdb[2]<<56) |
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
723
((HPT_U64)cdb[3]<<48) |
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
724
((HPT_U64)cdb[4]<<40) |
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
725
((HPT_U64)cdb[5]<<32) |
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
726
((HPT_U64)cdb[6]<<24) |
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
727
((HPT_U64)cdb[7]<<16) |
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
728
((HPT_U64)cdb[8]<<8) |
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
729
((HPT_U64)cdb[9]);
sys/dev/hpt27xx/hptintf.h
1021
HPT_U64 Capacity; /* array capacity */
sys/dev/hpt27xx/hptintf.h
1050
HPT_U64 Capacity; /* array capacity */
sys/dev/hpt27xx/hptintf.h
1182
HPT_U64 Capacity;
sys/dev/hpt27xx/hptintf.h
1206
HPT_U64 Capacity;
sys/dev/hpt27xx/hptintf.h
1409
HPT_U64 timeStamp;
sys/dev/hpt27xx/hptintf.h
1410
HPT_U64 lba;
sys/dev/hpt27xx/hptintf.h
2072
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/hpt27xx/hptintf.h
2086
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/hpt27xx/hptintf.h
2101
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/hpt27xx/hptintf.h
2117
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hpt27xx/hptintf.h
2131
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hpt27xx/hptintf.h
727
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hpt27xx/hptintf.h
749
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hpt27xx/hptintf.h
781
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hpt27xx/hptintf.h
789
HPT_U64 Critical_Members;
sys/dev/hpt27xx/hptintf.h
932
HPT_U64 TotalFree;
sys/dev/hpt27xx/hptintf.h
933
HPT_U64 MaxFree;
sys/dev/hpt27xx/hptintf.h
934
HPT_U64 BadSectors;
sys/dev/hpt27xx/hptintf.h
999
HPT_U64 Capacity; /* array capacity */
sys/dev/hpt27xx/ldm.h
109
HPT_U64 start, end;
sys/dev/hpt27xx/ldm.h
365
HPT_U64 capacity;
sys/dev/hpt27xx/osm.h
100
typedef HPT_U64 HPT_LBA;
sys/dev/hpt27xx/osm.h
101
typedef HPT_U64 HPT_RAW_LBA;
sys/dev/hpt27xx/osm.h
109
typedef HPT_U64 BUS_ADDRESS;
sys/dev/hpt27xx/osm.h
65
static __inline HPT_U64 CPU_TO_BE64(HPT_U64 x)
sys/dev/hpt27xx/osm.h
68
return ((HPT_U64)p[0] << 56) |
sys/dev/hpt27xx/osm.h
69
((HPT_U64)p[1] << 48) |
sys/dev/hpt27xx/osm.h
70
((HPT_U64)p[2] << 40) |
sys/dev/hpt27xx/osm.h
71
((HPT_U64)p[3] << 32) |
sys/dev/hpt27xx/osm.h
72
((HPT_U64)p[4] << 24) |
sys/dev/hpt27xx/osm.h
73
((HPT_U64)p[5] << 16) |
sys/dev/hpt27xx/osm.h
74
((HPT_U64)p[6] << 8) |
sys/dev/hptmv/entry.c
266
KdPrint(("requestQueue addr is 0x%llX", (HPT_U64)(ULONG_PTR)req_dma_addr));
sys/dev/hptmv/entry.c
273
(HPT_U64)(ULONG_PTR)req_dma_addr, channelNum);
sys/dev/hptmv/entry.c
2791
(HPT_U64)Cdb[2] << 56 |
sys/dev/hptmv/entry.c
2792
(HPT_U64)Cdb[3] << 48 |
sys/dev/hptmv/entry.c
2793
(HPT_U64)Cdb[4] << 40 |
sys/dev/hptmv/entry.c
2794
(HPT_U64)Cdb[5] << 32 |
sys/dev/hptmv/entry.c
2795
(HPT_U64)Cdb[6] << 24 |
sys/dev/hptmv/entry.c
2796
(HPT_U64)Cdb[7] << 16 |
sys/dev/hptmv/entry.c
2797
(HPT_U64)Cdb[8] << 8 |
sys/dev/hptmv/entry.c
2798
(HPT_U64)Cdb[9];
sys/dev/hptmv/entry.c
290
pAdapter->mvSataAdapter.adapterId, channelNum, (HPT_U64)(ULONG_PTR)rsp_dma_addr);
sys/dev/hptnr/array.h
108
HPT_U64 transform_point;
sys/dev/hptnr/array.h
135
HPT_U64 rebuilt_sectors;
sys/dev/hptnr/array.h
150
char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
sys/dev/hptnr/array.h
51
typedef HPT_U64 HPT_MMASK;
sys/dev/hptnr/him.h
199
HPT_U64 capacity;
sys/dev/hptnr/him.h
301
HPT_U64 Lba;
sys/dev/hptnr/him.h
363
HPT_U64 StripeLine;
sys/dev/hptnr/him.h
386
HPT_U64 Lba;
sys/dev/hptnr/him.h
93
HPT_U64 nvramAddress;
sys/dev/hptnr/hptintf.h
1017
HPT_U64 Capacity; /* array capacity */
sys/dev/hptnr/hptintf.h
1046
HPT_U64 Capacity; /* array capacity */
sys/dev/hptnr/hptintf.h
1178
HPT_U64 Capacity;
sys/dev/hptnr/hptintf.h
1202
HPT_U64 Capacity;
sys/dev/hptnr/hptintf.h
1405
HPT_U64 timeStamp;
sys/dev/hptnr/hptintf.h
1406
HPT_U64 lba;
sys/dev/hptnr/hptintf.h
2068
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/hptnr/hptintf.h
2082
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/hptnr/hptintf.h
2097
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/hptnr/hptintf.h
2113
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptnr/hptintf.h
2127
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptnr/hptintf.h
723
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hptnr/hptintf.h
745
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hptnr/hptintf.h
777
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hptnr/hptintf.h
785
HPT_U64 Critical_Members;
sys/dev/hptnr/hptintf.h
928
HPT_U64 TotalFree;
sys/dev/hptnr/hptintf.h
929
HPT_U64 MaxFree;
sys/dev/hptnr/hptintf.h
930
HPT_U64 BadSectors;
sys/dev/hptnr/hptintf.h
995
HPT_U64 Capacity; /* array capacity */
sys/dev/hptnr/hptnr_osm_bsd.c
1010
HPT_U64 block =
sys/dev/hptnr/hptnr_osm_bsd.c
1011
((HPT_U64)cdb[2]<<56) |
sys/dev/hptnr/hptnr_osm_bsd.c
1012
((HPT_U64)cdb[3]<<48) |
sys/dev/hptnr/hptnr_osm_bsd.c
1013
((HPT_U64)cdb[4]<<40) |
sys/dev/hptnr/hptnr_osm_bsd.c
1014
((HPT_U64)cdb[5]<<32) |
sys/dev/hptnr/hptnr_osm_bsd.c
1015
((HPT_U64)cdb[6]<<24) |
sys/dev/hptnr/hptnr_osm_bsd.c
1016
((HPT_U64)cdb[7]<<16) |
sys/dev/hptnr/hptnr_osm_bsd.c
1017
((HPT_U64)cdb[8]<<8) |
sys/dev/hptnr/hptnr_osm_bsd.c
1018
((HPT_U64)cdb[9]);
sys/dev/hptnr/hptnr_osm_bsd.c
884
HPT_U64 new_cap;
sys/dev/hptnr/hptnr_osm_bsd.c
934
HPT_U64 cap = 0;
sys/dev/hptnr/ldm.h
109
HPT_U64 start, end;
sys/dev/hptnr/ldm.h
364
HPT_U64 capacity;
sys/dev/hptnr/osm.h
107
typedef HPT_U64 BUS_ADDRESS;
sys/dev/hptnr/osm.h
63
static __inline HPT_U64 CPU_TO_BE64(HPT_U64 x)
sys/dev/hptnr/osm.h
66
return ((HPT_U64)p[0] << 56) |
sys/dev/hptnr/osm.h
67
((HPT_U64)p[1] << 48) |
sys/dev/hptnr/osm.h
68
((HPT_U64)p[2] << 40) |
sys/dev/hptnr/osm.h
69
((HPT_U64)p[3] << 32) |
sys/dev/hptnr/osm.h
70
((HPT_U64)p[4] << 24) |
sys/dev/hptnr/osm.h
71
((HPT_U64)p[5] << 16) |
sys/dev/hptnr/osm.h
72
((HPT_U64)p[6] << 8) |
sys/dev/hptnr/osm.h
98
typedef HPT_U64 HPT_LBA;
sys/dev/hptnr/osm.h
99
typedef HPT_U64 HPT_RAW_LBA;
sys/dev/hptrr/array.h
110
HPT_U64 transform_point;
sys/dev/hptrr/array.h
136
HPT_U64 rebuilt_sectors;
sys/dev/hptrr/array.h
151
char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
sys/dev/hptrr/array.h
53
typedef HPT_U64 HPT_MMASK;
sys/dev/hptrr/him.h
172
HPT_U64 capacity;
sys/dev/hptrr/him.h
269
HPT_U64 Lba;
sys/dev/hptrr/him.h
318
HPT_U64 StripeLine;
sys/dev/hptrr/him.h
341
HPT_U64 Lba;
sys/dev/hptrr/hptintf.h
1005
HPT_U64 Capacity;
sys/dev/hptrr/hptintf.h
1789
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/hptrr/hptintf.h
1803
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/hptrr/hptintf.h
1818
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/hptrr/hptintf.h
1834
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptrr/hptintf.h
1848
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptrr/hptintf.h
532
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hptrr/hptintf.h
554
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hptrr/hptintf.h
586
HPT_U64 RebuiltSectors; /* rebuilding point (LBA) for single member */
sys/dev/hptrr/hptintf.h
594
HPT_U64 Critical_Members;
sys/dev/hptrr/hptintf.h
740
HPT_U64 TotalFree;
sys/dev/hptrr/hptintf.h
741
HPT_U64 MaxFree;
sys/dev/hptrr/hptintf.h
742
HPT_U64 BadSectors;
sys/dev/hptrr/hptintf.h
807
HPT_U64 Capacity; /* array capacity */
sys/dev/hptrr/hptintf.h
829
HPT_U64 Capacity; /* array capacity */
sys/dev/hptrr/hptintf.h
858
HPT_U64 Capacity; /* array capacity */
sys/dev/hptrr/hptintf.h
983
HPT_U64 Capacity;
sys/dev/hptrr/hptrr_osm_bsd.c
630
HPT_U64 cap = vd->capacity - 1;
sys/dev/hptrr/hptrr_osm_bsd.c
677
HPT_U64 block =
sys/dev/hptrr/hptrr_osm_bsd.c
678
((HPT_U64)cdb[2]<<56) |
sys/dev/hptrr/hptrr_osm_bsd.c
679
((HPT_U64)cdb[3]<<48) |
sys/dev/hptrr/hptrr_osm_bsd.c
680
((HPT_U64)cdb[4]<<40) |
sys/dev/hptrr/hptrr_osm_bsd.c
681
((HPT_U64)cdb[5]<<32) |
sys/dev/hptrr/hptrr_osm_bsd.c
682
((HPT_U64)cdb[6]<<24) |
sys/dev/hptrr/hptrr_osm_bsd.c
683
((HPT_U64)cdb[7]<<16) |
sys/dev/hptrr/hptrr_osm_bsd.c
684
((HPT_U64)cdb[8]<<8) |
sys/dev/hptrr/hptrr_osm_bsd.c
685
((HPT_U64)cdb[9]);
sys/dev/hptrr/ldm.h
108
HPT_U64 start, end;
sys/dev/hptrr/ldm.h
359
HPT_U64 capacity;
sys/dev/hptrr/osm.h
68
typedef HPT_U64 HPT_LBA;
sys/dev/hptrr/osm.h
69
typedef HPT_U64 HPT_RAW_LBA;
sys/dev/hptrr/osm.h
77
typedef HPT_U64 BUS_ADDRESS;