bin/ps/print.c
760
case UCHAR:
crypto/openssl/crypto/md2/md2_dgst.c
312
register UCHAR *p;
crypto/openssl/crypto/md2/md2_dgst.c
383
register UCHAR *cp;
crypto/openssl/crypto/md2/md2_dgst.c
391
cp[i] = (UCHAR)v;
crypto/openssl/crypto/md2/md2_dgst.c
396
cp[i] = (UCHAR)p2[i];
crypto/openssl/crypto/md2/md2_dgst.c
400
md[i] = (UCHAR)(p1[i] & 0xff);
lib/libc/tests/gen/limits_test.c
42
CHECK_UTYPE(unsigned char, UCHAR);
sys/dev/hptmv/access601.h
35
UCHAR HPTLIBAPI check_protect_circuit(MV_BUS_ADDR_T BaseAddr);
sys/dev/hptmv/access601.h
38
void HPTLIBAPI set_fail_led(MV_SATA_ADAPTER *pAdapter, UCHAR channel, UCHAR state);
sys/dev/hptmv/access601.h
39
void HPTLIBAPI set_fail_leds(MV_SATA_ADAPTER *pAdapter, UCHAR mask);
sys/dev/hptmv/access601.h
45
int HPTLIBAPI sx508x_ioctl(MV_SATA_ADAPTER *pSataAdapter, UCHAR *indata, ULONG inlen,
sys/dev/hptmv/access601.h
46
UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen);
sys/dev/hptmv/array.h
110
UCHAR bCheckSum; /* check sum of ArrayDescript_3_0_size bytes */
sys/dev/hptmv/array.h
113
UCHAR df_reservedbits: 6; /* put more flags here */
sys/dev/hptmv/array.h
114
UCHAR df_user_mode_set: 1;/* user select device mode */
sys/dev/hptmv/array.h
115
UCHAR df_bootmark:1; /* user set boot mark on the disk */
sys/dev/hptmv/array.h
117
UCHAR df_bootmark:1; /* user set boot mark on the disk */
sys/dev/hptmv/array.h
118
UCHAR df_user_mode_set: 1;/* user select device mode */
sys/dev/hptmv/array.h
119
UCHAR df_reservedbits: 6; /* put more flags here */
sys/dev/hptmv/array.h
122
UCHAR bUserDeviceMode; /* see device.h */
sys/dev/hptmv/array.h
123
UCHAR ArrayLevel; /* how many level[] is valid */
sys/dev/hptmv/array.h
128
UCHAR VDeviceType; /* see above & arrayType in array.h */
sys/dev/hptmv/array.h
129
UCHAR bMemberCount; /* all disk in the array */
sys/dev/hptmv/array.h
130
UCHAR bSerialNumber; /* Serial Number */
sys/dev/hptmv/array.h
131
UCHAR bArBlockSizeShift; /* the number of shift bit for a block */
sys/dev/hptmv/array.h
146
UCHAR ArrayName[MAX_ARRAY_NAME]; /* The Name of the array */
sys/dev/hptmv/array.h
148
UCHAR Description[64]; /* array description */
sys/dev/hptmv/array.h
149
UCHAR CreateManager[16]; /* who created it */
sys/dev/hptmv/array.h
154
UCHAR bCheckSum31; /* new check sum */
sys/dev/hptmv/array.h
155
UCHAR PrivateFlag1; /* private */
sys/dev/hptmv/array.h
156
UCHAR alreadyBroken; /* last stamp has been saved to failedStamps */
sys/dev/hptmv/array.h
159
UCHAR df_read_ahead: 1; /* enable read ahead */
sys/dev/hptmv/array.h
160
UCHAR df_read_ahead_set: 1;
sys/dev/hptmv/array.h
161
UCHAR df_write_cache: 1; /* enable write cache */
sys/dev/hptmv/array.h
162
UCHAR df_write_cache_set: 1;
sys/dev/hptmv/array.h
163
UCHAR df_ncq: 1; /* enable NCQ */
sys/dev/hptmv/array.h
164
UCHAR df_ncq_set: 1;
sys/dev/hptmv/array.h
165
UCHAR df_tcq: 1; /* enable TCQ */
sys/dev/hptmv/array.h
166
UCHAR df_tcq_set: 1;
sys/dev/hptmv/array.h
168
UCHAR df_tcq_set: 1;
sys/dev/hptmv/array.h
169
UCHAR df_tcq: 1; /* enable TCQ */
sys/dev/hptmv/array.h
170
UCHAR df_ncq_set: 1;
sys/dev/hptmv/array.h
171
UCHAR df_ncq: 1; /* enable NCQ */
sys/dev/hptmv/array.h
172
UCHAR df_write_cache_set: 1;
sys/dev/hptmv/array.h
173
UCHAR df_write_cache: 1; /* enable write cache */
sys/dev/hptmv/array.h
174
UCHAR df_read_ahead_set: 1;
sys/dev/hptmv/array.h
175
UCHAR df_read_ahead: 1; /* enable read ahead */
sys/dev/hptmv/array.h
259
UCHAR CheckSum(UCHAR *p, int size);
sys/dev/hptmv/array.h
59
UCHAR bArnMember; /* the number of members in array */
sys/dev/hptmv/array.h
60
UCHAR bArRealnMember; /* real member count */
sys/dev/hptmv/array.h
61
UCHAR bArBlockSizeShift; /* the number of shift bit for a block */
sys/dev/hptmv/array.h
62
UCHAR reserve1;
sys/dev/hptmv/array.h
86
UCHAR last_read; /* for RAID 1 load banlancing */
sys/dev/hptmv/array.h
87
UCHAR alreadyBroken;
sys/dev/hptmv/array.h
95
UCHAR ArrayName[MAX_ARRAY_NAME]; /* The Name of the array */
sys/dev/hptmv/array.h
97
UCHAR Description[64]; /* array description */
sys/dev/hptmv/array.h
98
UCHAR CreateManager[16]; /* who created it */
sys/dev/hptmv/atapi.h
160
UCHAR AlternateStatus; /* RW: device control port */
sys/dev/hptmv/atapi.h
201
UCHAR MaximumBlockTransfer; /* 5E 47 */
sys/dev/hptmv/atapi.h
202
UCHAR VendorUnique2; /* 5F */
sys/dev/hptmv/atapi.h
206
UCHAR VendorUnique3; /* 66 51 */
sys/dev/hptmv/atapi.h
207
UCHAR PioCycleTimingMode; /* 67 */
sys/dev/hptmv/atapi.h
208
UCHAR VendorUnique4; /* 68 52 */
sys/dev/hptmv/atapi.h
209
UCHAR DmaCycleTimingMode; /* 69 */
sys/dev/hptmv/atapi.h
217
UCHAR SingleWordDMASupport; /* 7C 62 */
sys/dev/hptmv/atapi.h
218
UCHAR SingleWordDMAActive; /* 7D */
sys/dev/hptmv/atapi.h
219
UCHAR MultiWordDMASupport; /* 7E 63 */
sys/dev/hptmv/atapi.h
220
UCHAR MultiWordDMAActive; /* 7F */
sys/dev/hptmv/atapi.h
221
UCHAR AdvancedPIOModes; /* 80 64 */
sys/dev/hptmv/atapi.h
222
UCHAR Reserved4; /* 81 */
sys/dev/hptmv/atapi.h
255
UCHAR Signature; /* 0xA5 */
sys/dev/hptmv/atapi.h
256
UCHAR CheckSum;
sys/dev/hptmv/atapi.h
278
UCHAR MaximumBlockTransfer; /* 5E 47 */
sys/dev/hptmv/atapi.h
279
UCHAR VendorUnique2; /* 5F */
sys/dev/hptmv/atapi.h
283
UCHAR VendorUnique3; /* 66 51 */
sys/dev/hptmv/atapi.h
284
UCHAR PioCycleTimingMode; /* 67 */
sys/dev/hptmv/atapi.h
285
UCHAR VendorUnique4; /* 68 52 */
sys/dev/hptmv/atapi.h
286
UCHAR DmaCycleTimingMode; /* 69 */
sys/dev/hptmv/atapi.h
294
UCHAR SingleWordDMASupport; /* 62 */
sys/dev/hptmv/atapi.h
295
UCHAR SingleWordDMAActive;
sys/dev/hptmv/atapi.h
296
UCHAR MultiWordDMASupport; /* 63 */
sys/dev/hptmv/atapi.h
297
UCHAR MultiWordDMAActive;
sys/dev/hptmv/atapi.h
298
UCHAR AdvancedPIOModes; /* 64 */
sys/dev/hptmv/atapi.h
299
UCHAR Reserved4;
sys/dev/hptmv/atapi.h
355
#define mGetStatus(IOPort2) (UCHAR)InPort(&IOPort2->AlternateStatus)
sys/dev/hptmv/atapi.h
356
#define mUnitControl(IOPort2, Value) OutPort(&IOPort2->AlternateStatus,(UCHAR)(Value))
sys/dev/hptmv/atapi.h
358
#define mGetErrorCode(IOPort) (UCHAR)InPort((PUCHAR)&IOPort->Data+1)
sys/dev/hptmv/atapi.h
361
#define mGetBlockCount(IOPort) (UCHAR)InPort(&IOPort->BlockCount)
sys/dev/hptmv/atapi.h
362
#define mGetInterruptReason(IOPort) (UCHAR)InPort(&IOPort->BlockCount)
sys/dev/hptmv/atapi.h
364
#define mGetBlockNumber(IOPort) (UCHAR)InPort((PUCHAR)&IOPort->BlockNumber)
sys/dev/hptmv/atapi.h
365
#define mGetByteLow(IOPort) (UCHAR)InPort(&IOPort->CylinderLow)
sys/dev/hptmv/atapi.h
367
#define mGetByteHigh(IOPort) (UCHAR)InPort(&IOPort->CylinderHigh)
sys/dev/hptmv/atapi.h
369
#define mGetBaseStatus(IOPort) (UCHAR)InPort(&IOPort->Command)
sys/dev/hptmv/atapi.h
372
OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId));\
sys/dev/hptmv/atapi.h
373
OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId));\
sys/dev/hptmv/atapi.h
376
#define mSelectUnit(IOPort,UnitId) OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId))
sys/dev/hptmv/atapi.h
379
#define mIssueCommand(IOPort,Cmd) OutPort(&IOPort->Command, (UCHAR)(Cmd))
sys/dev/hptmv/atapi.h
43
UCHAR BlockCount; /* RW: Sector count */
sys/dev/hptmv/atapi.h
44
UCHAR BlockNumber; /* RW: Sector number & LBA 0-7 */
sys/dev/hptmv/atapi.h
45
UCHAR CylinderLow; /* RW: Cylinder low & LBA 8-15 */
sys/dev/hptmv/atapi.h
46
UCHAR CylinderHigh; /* RW: Cylinder hign & LBA 16-23 */
sys/dev/hptmv/atapi.h
47
UCHAR DriveSelect; /* RW: Drive/head & LBA 24-27 */
sys/dev/hptmv/atapi.h
48
UCHAR Command; /* RO: Status WR:Command */
sys/dev/hptmv/command.h
104
UCHAR Atapi[12];
sys/dev/hptmv/command.h
118
UCHAR Result;
sys/dev/hptmv/command.h
120
UCHAR RetryCount;
sys/dev/hptmv/command.h
139
UCHAR FirstMember; /* the sequence number of the first member */
sys/dev/hptmv/command.h
140
UCHAR LastMember; /* the sequence number of the last member */
sys/dev/hptmv/command.h
146
UCHAR InSameLine; /* if the start and end on the same line */
sys/dev/hptmv/command.h
147
UCHAR pad1;
sys/dev/hptmv/command.h
155
UCHAR ParDiskNo; /* parity for startLba */
sys/dev/hptmv/command.h
156
UCHAR BadDiskNo;
sys/dev/hptmv/command.h
157
UCHAR FirstMember;
sys/dev/hptmv/command.h
158
UCHAR pad1;
sys/dev/hptmv/command.h
170
UCHAR nstripes;
sys/dev/hptmv/command.h
171
UCHAR finished_stripes;
sys/dev/hptmv/command.h
175
UCHAR cmds;
sys/dev/hptmv/command.h
176
UCHAR finished;
sys/dev/hptmv/command.h
177
UCHAR first;
sys/dev/hptmv/command.h
178
UCHAR parity;
sys/dev/hptmv/command.h
190
UCHAR cmd;
sys/dev/hptmv/command.h
202
UCHAR bIdeStatus;
sys/dev/hptmv/command.h
203
UCHAR errorRegister;
sys/dev/hptmv/command.h
38
UCHAR Command; /* IDE_COMMAND_READ, _WRITE, _VERIFY */
sys/dev/hptmv/command.h
39
UCHAR QueueTag;
sys/dev/hptmv/command.h
70
UCHAR Command; /* CTRL_CMD_XXX */
sys/dev/hptmv/command.h
71
UCHAR reserve1;
sys/dev/hptmv/command.h
87
UCHAR Command; /* CTRL_CMD_XXX */
sys/dev/hptmv/command.h
88
UCHAR reserve1;
sys/dev/hptmv/entry.c
1051
fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer)
sys/dev/hptmv/entry.c
1056
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode)
sys/dev/hptmv/entry.c
1061
UCHAR mvMode;
sys/dev/hptmv/entry.c
1107
UCHAR depth = ((pSataChannel->identifyDevice[IDEN_QUEUE_DEPTH]) & 0x1f) + 1;
sys/dev/hptmv/entry.c
143
void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR);
sys/dev/hptmv/entry.c
145
UCHAR flags;
sys/dev/hptmv/entry.c
149
UCHAR DPC_Request_Nums = 0;
sys/dev/hptmv/entry.c
1803
(MV_U16)( (is48bit? (MV_U16)((Lba >> 16) & 0xFF00) : 0 ) | (UCHAR)(Lba & 0xFF) ), /*lbalow*/
sys/dev/hptmv/entry.c
1806
(MV_U8)(0x40 | (is48bit ? 0 : (UCHAR)(Lba >> 24) & 0xFF )),/* device */
sys/dev/hptmv/entry.c
2479
(UCHAR)((pVDev->u.array.CriticalMembers || pVDev->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
sys/dev/hptmv/entry.c
2503
pSg->dSgAddress = (ULONG_PTR)(UCHAR *)ccb->csio.data_ptr;
sys/dev/hptmv/entry.c
2534
inquiryData->AdditionalLength = (UCHAR)(sizeof(INQUIRYDATA) - 5);
sys/dev/hptmv/entry.c
2628
psg->dSgAddress = (ULONG_PTR)(UCHAR *)segs[idx].ds_addr;
sys/dev/hptmv/entry.c
2693
UCHAR *rbuf=csio->data_ptr;
sys/dev/hptmv/entry.c
2702
rbuf[0] = (UCHAR)(cap>>24);
sys/dev/hptmv/entry.c
2703
rbuf[1] = (UCHAR)(cap>>16);
sys/dev/hptmv/entry.c
2704
rbuf[2] = (UCHAR)(cap>>8);
sys/dev/hptmv/entry.c
2705
rbuf[3] = (UCHAR)cap;
sys/dev/hptmv/entry.c
2718
UCHAR *rbuf = csio->data_ptr;
sys/dev/hptmv/entry.c
2721
rbuf[0] = (UCHAR)(cap>>56);
sys/dev/hptmv/entry.c
2722
rbuf[1] = (UCHAR)(cap>>48);
sys/dev/hptmv/entry.c
2723
rbuf[2] = (UCHAR)(cap>>40);
sys/dev/hptmv/entry.c
2724
rbuf[3] = (UCHAR)(cap>>32);
sys/dev/hptmv/entry.c
2725
rbuf[4] = (UCHAR)(cap>>24);
sys/dev/hptmv/entry.c
2726
rbuf[5] = (UCHAR)(cap>>16);
sys/dev/hptmv/entry.c
2727
rbuf[6] = (UCHAR)(cap>>8);
sys/dev/hptmv/entry.c
2728
rbuf[7] = (UCHAR)cap;
sys/dev/hptmv/entry.c
2747
UCHAR Cdb[16];
sys/dev/hptmv/entry.c
2748
UCHAR CdbLength;
sys/dev/hptmv/entry.c
2909
hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags)
sys/dev/hptmv/global.h
112
UCHAR gui_locked; /* the device is locked by GUI */
sys/dev/hptmv/global.h
113
UCHAR reserve[3];
sys/dev/hptmv/global.h
182
extern void HPTLIBAPI ioctl_ReportEvent(UCHAR event, PVOID param);
sys/dev/hptmv/global.h
184
#define DECLARE_BUFFER(type, ptr) UCHAR ptr##__buf[512]; type ptr=(type)ptr##__buf
sys/dev/hptmv/global.h
186
int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
sys/dev/hptmv/global.h
187
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
sys/dev/hptmv/global.h
70
UCHAR df_on_line;
sys/dev/hptmv/global.h
71
UCHAR df_atapi;
sys/dev/hptmv/global.h
72
UCHAR df_removable_drive;
sys/dev/hptmv/global.h
73
UCHAR busyCount;
sys/dev/hptmv/global.h
75
UCHAR df_tcq_set: 1;
sys/dev/hptmv/global.h
76
UCHAR df_tcq: 1; /* enable TCQ */
sys/dev/hptmv/global.h
77
UCHAR df_ncq_set: 1;
sys/dev/hptmv/global.h
78
UCHAR df_ncq: 1; /* enable NCQ */
sys/dev/hptmv/global.h
79
UCHAR df_write_cache_set: 1;
sys/dev/hptmv/global.h
80
UCHAR df_write_cache: 1; /* enable write cache */
sys/dev/hptmv/global.h
81
UCHAR df_read_ahead_set: 1;
sys/dev/hptmv/global.h
82
UCHAR df_read_ahead: 1; /* enable read ahead */
sys/dev/hptmv/global.h
84
UCHAR retryCount;
sys/dev/hptmv/global.h
85
UCHAR resetCount;
sys/dev/hptmv/global.h
86
UCHAR pad1;
sys/dev/hptmv/global.h
88
UCHAR df_user_mode_set;
sys/dev/hptmv/global.h
89
UCHAR bDeModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */
sys/dev/hptmv/global.h
90
UCHAR bDeUsable_Mode; /* actual maximum data transfer mode */
sys/dev/hptmv/global.h
91
UCHAR bDeUserSelectMode;
sys/dev/hptmv/gui_lib.c
103
static UCHAR get_vdev_type(PVDevice pVDevice)
sys/dev/hptmv/gui_lib.c
1075
fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting);
sys/dev/hptmv/gui_lib.c
292
pDiskInfo->ControllerId = (UCHAR)pSataAdapter->adapterId;
sys/dev/hptmv/gui_lib.c
736
UCHAR TempBuffer[512];
sys/dev/hptmv/hptintf.h
1097
int hpt_lock_device(DEVICEID idDisk, ULONG Lba, UCHAR nSectors);
sys/dev/hptmv/hptintf.h
1139
int hpt_verify_data_block(DEVICEID idArray, ULONG Lba, UCHAR nSectors);
sys/dev/hptmv/hptintf.h
1156
int hpt_initialize_data_block(DEVICEID idArray, ULONG Lba, UCHAR nSectors);
sys/dev/hptmv/hptintf.h
271
UCHAR MaximumControllers; /* maximum controllers the driver can support */
sys/dev/hptmv/hptintf.h
272
UCHAR SupportCrossControllerRAID; /* 1-support, 0-not support */
sys/dev/hptmv/hptintf.h
273
UCHAR MinimumBlockSizeShift; /* minimum block size shift */
sys/dev/hptmv/hptintf.h
274
UCHAR MaximumBlockSizeShift; /* maximum block size shift */
sys/dev/hptmv/hptintf.h
276
UCHAR SupportDiskModeSetting;
sys/dev/hptmv/hptintf.h
277
UCHAR SupportSparePool;
sys/dev/hptmv/hptintf.h
278
UCHAR MaximumArrayNameLength;
sys/dev/hptmv/hptintf.h
281
UCHAR reserved: 4;
sys/dev/hptmv/hptintf.h
282
UCHAR SupportHotSwap: 1;
sys/dev/hptmv/hptintf.h
283
UCHAR HighPerformanceRAID1: 1;
sys/dev/hptmv/hptintf.h
284
UCHAR RebuildProcessInDriver: 1;
sys/dev/hptmv/hptintf.h
285
UCHAR SupportDedicatedSpare: 1;
sys/dev/hptmv/hptintf.h
287
UCHAR SupportDedicatedSpare: 1; /* call hpt_add_dedicated_spare() for dedicated spare. */
sys/dev/hptmv/hptintf.h
288
UCHAR RebuildProcessInDriver: 1; /* Windows only. used by mid layer for rebuild control. */
sys/dev/hptmv/hptintf.h
289
UCHAR HighPerformanceRAID1: 1; /* Support RAID1.5 */
sys/dev/hptmv/hptintf.h
290
UCHAR SupportHotSwap: 1;
sys/dev/hptmv/hptintf.h
291
UCHAR reserved: 4;
sys/dev/hptmv/hptintf.h
300
UCHAR SupportedRAIDTypes[16];
sys/dev/hptmv/hptintf.h
302
UCHAR MaximumArrayMembers[16];
sys/dev/hptmv/hptintf.h
310
UCHAR ChipType; /* chip type */
sys/dev/hptmv/hptintf.h
311
UCHAR InterruptLevel; /* IRQ level */
sys/dev/hptmv/hptintf.h
312
UCHAR NumBuses; /* bus count */
sys/dev/hptmv/hptintf.h
313
UCHAR ChipFlags;
sys/dev/hptmv/hptintf.h
315
UCHAR szProductID[MAX_NAME_LENGTH]; /* product name */
sys/dev/hptmv/hptintf.h
316
UCHAR szVendorID[MAX_NAME_LENGTH]; /* vender name */
sys/dev/hptmv/hptintf.h
349
UCHAR Name[MAX_ARRAYNAME_LEN];/* array name */
sys/dev/hptmv/hptintf.h
350
UCHAR Description[64]; /* array description */
sys/dev/hptmv/hptintf.h
351
UCHAR CreateManager[16]; /* who created it */
sys/dev/hptmv/hptintf.h
354
UCHAR ArrayType; /* array type */
sys/dev/hptmv/hptintf.h
355
UCHAR BlockSizeShift; /* stripe size */
sys/dev/hptmv/hptintf.h
356
UCHAR nDisk; /* member count: Number of ID in Members[] */
sys/dev/hptmv/hptintf.h
357
UCHAR reserved;
sys/dev/hptmv/hptintf.h
386
UCHAR Name[MAX_ARRAYNAME_LEN];/* array name */
sys/dev/hptmv/hptintf.h
387
UCHAR Description[64]; /* array description */
sys/dev/hptmv/hptintf.h
388
UCHAR CreateManager[16]; /* who created it */
sys/dev/hptmv/hptintf.h
391
UCHAR ArrayType; /* array type */
sys/dev/hptmv/hptintf.h
392
UCHAR BlockSizeShift; /* stripe size */
sys/dev/hptmv/hptintf.h
393
UCHAR nDisk; /* member count: Number of ID in Members[] */
sys/dev/hptmv/hptintf.h
394
UCHAR reserved;
sys/dev/hptmv/hptintf.h
426
UCHAR MaximumBlockTransfer; /* 5E 47 */
sys/dev/hptmv/hptintf.h
427
UCHAR VendorUnique2; /* 5F */
sys/dev/hptmv/hptintf.h
431
UCHAR VendorUnique3; /* 66 51 */
sys/dev/hptmv/hptintf.h
432
UCHAR PioCycleTimingMode; /* 67 */
sys/dev/hptmv/hptintf.h
433
UCHAR VendorUnique4; /* 68 52 */
sys/dev/hptmv/hptintf.h
434
UCHAR DmaCycleTimingMode; /* 69 */
sys/dev/hptmv/hptintf.h
467
UCHAR ControllerId; /* controller id */
sys/dev/hptmv/hptintf.h
468
UCHAR PathId; /* bus */
sys/dev/hptmv/hptintf.h
469
UCHAR TargetId; /* id */
sys/dev/hptmv/hptintf.h
470
UCHAR DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */
sys/dev/hptmv/hptintf.h
472
UCHAR DeviceType; /* device type */
sys/dev/hptmv/hptintf.h
473
UCHAR UsableMode; /* highest usable mode */
sys/dev/hptmv/hptintf.h
475
UCHAR ReadAheadSupported: 1;
sys/dev/hptmv/hptintf.h
476
UCHAR ReadAheadEnabled: 1;
sys/dev/hptmv/hptintf.h
477
UCHAR WriteCacheSupported: 1;
sys/dev/hptmv/hptintf.h
478
UCHAR WriteCacheEnabled: 1;
sys/dev/hptmv/hptintf.h
479
UCHAR TCQSupported: 1;
sys/dev/hptmv/hptintf.h
480
UCHAR TCQEnabled: 1;
sys/dev/hptmv/hptintf.h
481
UCHAR NCQSupported: 1;
sys/dev/hptmv/hptintf.h
482
UCHAR NCQEnabled: 1;
sys/dev/hptmv/hptintf.h
483
UCHAR reserved;
sys/dev/hptmv/hptintf.h
519
UCHAR Type; /* LDT_ARRAY or LDT_DEVICE */
sys/dev/hptmv/hptintf.h
520
UCHAR reserved[3];
sys/dev/hptmv/hptintf.h
534
UCHAR Type; /* LDT_ARRAY or LDT_DEVICE */
sys/dev/hptmv/hptintf.h
535
UCHAR reserved[3];
sys/dev/hptmv/hptintf.h
565
UCHAR Name[MAX_ARRAYNAME_LEN]; /* array name */
sys/dev/hptmv/hptintf.h
566
UCHAR Description[64]; /* array description */
sys/dev/hptmv/hptintf.h
572
UCHAR DeviceModeSetting; /* 0-4 PIO 0-4, 5-7 MW DMA0-2, 8-13 UDMA0-5 */
sys/dev/hptmv/hptintf.h
578
UCHAR DeviceModeSetting; /* 0-4 PIO 0-4, 5-7 MW DMA0-2, 8-13 UDMA0-5 */
sys/dev/hptmv/hptintf.h
579
UCHAR TCQEnabled;
sys/dev/hptmv/hptintf.h
580
UCHAR NCQEnabled;
sys/dev/hptmv/hptintf.h
581
UCHAR WriteCacheEnabled;
sys/dev/hptmv/hptintf.h
582
UCHAR ReadAheadEnabled;
sys/dev/hptmv/hptintf.h
583
UCHAR reserve[3];
sys/dev/hptmv/hptintf.h
593
UCHAR ArrayType; /* 1-level array type */
sys/dev/hptmv/hptintf.h
594
UCHAR nDisk; /* number of elements in Members[] array */
sys/dev/hptmv/hptintf.h
595
UCHAR BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */
sys/dev/hptmv/hptintf.h
596
UCHAR CreateFlags; /* See CAF_xxx */
sys/dev/hptmv/hptintf.h
598
UCHAR ArrayName[MAX_ARRAYNAME_LEN]; /* Array name */
sys/dev/hptmv/hptintf.h
599
UCHAR Description[64]; /* array description */
sys/dev/hptmv/hptintf.h
600
UCHAR CreateManager[16]; /* who created it */
sys/dev/hptmv/hptintf.h
609
UCHAR ArrayType; /* 1-level array type */
sys/dev/hptmv/hptintf.h
610
UCHAR nDisk; /* number of elements in Members[] array */
sys/dev/hptmv/hptintf.h
611
UCHAR BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */
sys/dev/hptmv/hptintf.h
612
UCHAR CreateFlags; /* See CAF_xxx */
sys/dev/hptmv/hptintf.h
614
UCHAR ArrayName[MAX_ARRAYNAME_LEN]; /* Array name */
sys/dev/hptmv/hptintf.h
615
UCHAR Description[64]; /* array description */
sys/dev/hptmv/hptintf.h
616
UCHAR CreateManager[16]; /* who created it */
sys/dev/hptmv/hptintf.h
684
UCHAR EventType;
sys/dev/hptmv/hptintf.h
685
UCHAR reserved[3];
sys/dev/hptmv/hptintf.h
687
UCHAR Data[32]; /* various data depend on EventType */
sys/dev/hptmv/hptintf.h
719
UCHAR Command; /* IO_COMMAD_xxx */
sys/dev/hptmv/hptintf.h
720
UCHAR BufferType; /* BUFFER_TYPE_xxx, see below */
sys/dev/hptmv/hptintf.h
990
int hpt_rebuild_data_block(DEVICEID idMirror, DWORD Lba, UCHAR nSector);
sys/dev/hptmv/hptproc.c
155
for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
sys/dev/hptmv/hptproc.c
435
for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
sys/dev/hptmv/hptproc.c
467
for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
sys/dev/hptmv/hptproc.c
80
(UCHAR)((pArray->u.array.CriticalMembers || pArray->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
sys/dev/hptmv/ioctl.c
114
ioctl_ReportEvent(UCHAR event, PVOID param)
sys/dev/hptmv/ioctl.c
484
(UCHAR)((pVDevice->u.array.CriticalMembers || pVDevice->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
sys/dev/hptmv/ioctl.c
51
UCHAR nSector;
sys/dev/hptmv/ioctl.c
688
hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags)
sys/dev/hptmv/mvStorageDev.h
213
MV_BOOLEAN HPTLIBAPI mvReadWrite(MV_SATA_CHANNEL *pSataChannel, LBA_T Lba, UCHAR Cmd, void *tmpBuffer);
sys/dev/hptmv/osbsd.h
190
UCHAR status;
sys/dev/hptmv/osbsd.h
191
UCHAR ver_601;
sys/dev/hptmv/osbsd.h
192
UCHAR beeping;
sys/dev/hptmv/osbsd.h
199
typedef void (*HPT_DPC)(IAL_ADAPTER_T *,void*,UCHAR);
sys/dev/hptmv/osbsd.h
201
int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
sys/dev/hptmv/osbsd.h
202
void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
sys/dev/hptmv/osbsd.h
270
UCHAR buffer[0];
sys/dev/hptmv/osbsd.h
309
UCHAR buffer[0];
sys/dev/hptmv/osbsd.h
60
UCHAR status; /* 0 nonbootable; 80h bootable */
sys/dev/hptmv/osbsd.h
61
UCHAR start_head;
sys/dev/hptmv/osbsd.h
63
UCHAR type;
sys/dev/hptmv/osbsd.h
64
UCHAR end_head;
sys/dev/hptmv/osbsd.h
71
UCHAR DeviceType : 5;
sys/dev/hptmv/osbsd.h
72
UCHAR DeviceTypeQualifier : 3;
sys/dev/hptmv/osbsd.h
73
UCHAR DeviceTypeModifier : 7;
sys/dev/hptmv/osbsd.h
74
UCHAR RemovableMedia : 1;
sys/dev/hptmv/osbsd.h
75
UCHAR Versions;
sys/dev/hptmv/osbsd.h
76
UCHAR ResponseDataFormat;
sys/dev/hptmv/osbsd.h
77
UCHAR AdditionalLength;
sys/dev/hptmv/osbsd.h
78
UCHAR Reserved[2];
sys/dev/hptmv/osbsd.h
79
UCHAR SoftReset : 1;
sys/dev/hptmv/osbsd.h
80
UCHAR CommandQueue : 1;
sys/dev/hptmv/osbsd.h
81
UCHAR Reserved2 : 1;
sys/dev/hptmv/osbsd.h
82
UCHAR LinkedCommands : 1;
sys/dev/hptmv/osbsd.h
83
UCHAR Synchronous : 1;
sys/dev/hptmv/osbsd.h
84
UCHAR Wide16Bit : 1;
sys/dev/hptmv/osbsd.h
85
UCHAR Wide32Bit : 1;
sys/dev/hptmv/osbsd.h
86
UCHAR RelativeAddressing : 1;
sys/dev/hptmv/osbsd.h
87
UCHAR VendorId[8];
sys/dev/hptmv/osbsd.h
88
UCHAR ProductId[16];
sys/dev/hptmv/osbsd.h
89
UCHAR ProductRevisionLevel[4];
sys/dev/hptmv/osbsd.h
90
UCHAR VendorSpecific[20];
sys/dev/hptmv/osbsd.h
91
UCHAR Reserved3[40];
sys/dev/hptmv/vdevice.h
249
UCHAR bootid; /* bootable? 0=no, 128=yes */
sys/dev/hptmv/vdevice.h
250
UCHAR beghead; /* beginning head number */
sys/dev/hptmv/vdevice.h
251
UCHAR begsect; /* beginning sector number */
sys/dev/hptmv/vdevice.h
252
UCHAR begcyl; /* 10 bit nmbr, with high 2 bits put in begsect */
sys/dev/hptmv/vdevice.h
253
UCHAR systid; /* Operating System type indicator code */
sys/dev/hptmv/vdevice.h
254
UCHAR endhead; /* ending head number */
sys/dev/hptmv/vdevice.h
255
UCHAR endsect; /* ending sector number */
sys/dev/hptmv/vdevice.h
256
UCHAR endcyl; /* also a 10 bit nmbr, with same high 2 bit trick */
sys/dev/hptmv/vdevice.h
263
UCHAR bootinst[446]; /* space to hold actual boot code */
sys/dev/hptmv/vdevice.h
38
UCHAR VDeviceType;
sys/dev/hptmv/vdevice.h
39
UCHAR vf_bootmark: 1; /* is boot device? */
sys/dev/hptmv/vdevice.h
40
UCHAR vf_bootable: 1; /* has active partition */
sys/dev/hptmv/vdevice.h
41
UCHAR vf_online: 1; /* is usable? */
sys/dev/hptmv/vdevice.h
42
UCHAR vf_cache_disk: 1; /* Cache enabled */
sys/dev/hptmv/vdevice.h
43
UCHAR vf_format_v2: 1; /* old array block */
sys/dev/hptmv/vdevice.h
44
UCHAR vf_freed: 1; /* memory free */
sys/dev/hptmv/vdevice.h
45
UCHAR reserve1;
sys/dev/hptmv/vdevice.h
46
UCHAR bSerialNumber; /* valid if pParent!=0 */