Searched refs:UCHAR (Results 1 – 23 of 23) sorted by relevance
59 UCHAR bArnMember; /* the number of members in array */60 UCHAR bArRealnMember; /* real member count */61 UCHAR bArBlockSizeShift; /* the number of shift bit for a block */62 UCHAR reserve1;86 UCHAR last_read; /* for RAID 1 load banlancing */87 UCHAR alreadyBroken;95 UCHAR ArrayName[MAX_ARRAY_NAME]; /* The Name of the array */97 UCHAR Description[64]; /* array description */98 UCHAR CreateManager[16]; /* who created it */110 UCHAR bCheckSum; /* check sum of ArrayDescript_3_0_size bytes */[all …]
271 UCHAR MaximumControllers; /* maximum controllers the driver can support */272 UCHAR SupportCrossControllerRAID; /* 1-support, 0-not support */273 UCHAR MinimumBlockSizeShift; /* minimum block size shift */274 UCHAR MaximumBlockSizeShift; /* maximum block size shift */276 UCHAR SupportDiskModeSetting;277 UCHAR SupportSparePool;278 UCHAR MaximumArrayNameLength;281 UCHAR reserved: 4;282 UCHAR SupportHotSwap: 1;283 UCHAR HighPerformanceRAID1: 1;[all …]
43 UCHAR BlockCount; /* RW: Sector count */44 UCHAR BlockNumber; /* RW: Sector number & LBA 0-7 */45 UCHAR CylinderLow; /* RW: Cylinder low & LBA 8-15 */46 UCHAR CylinderHigh; /* RW: Cylinder hign & LBA 16-23 */47 UCHAR DriveSelect; /* RW: Drive/head & LBA 24-27 */48 UCHAR Command; /* RO: Status WR:Command */160 UCHAR AlternateStatus; /* RW: device control port */201 UCHAR MaximumBlockTransfer; /* 5E 47 */202 UCHAR VendorUnique2; /* 5F */206 UCHAR VendorUnique3; /* 66 51 */[all …]
60 UCHAR status; /* 0 nonbootable; 80h bootable */61 UCHAR start_head;63 UCHAR type;64 UCHAR end_head;71 UCHAR DeviceType : 5;72 UCHAR DeviceTypeQualifier : 3;73 UCHAR DeviceTypeModifier : 7;74 UCHAR RemovableMedia : 1;75 UCHAR Versions;76 UCHAR ResponseDataFormat;[all …]
38 UCHAR Command; /* IDE_COMMAND_READ, _WRITE, _VERIFY */39 UCHAR QueueTag;70 UCHAR Command; /* CTRL_CMD_XXX */71 UCHAR reserve1;87 UCHAR Command; /* CTRL_CMD_XXX */88 UCHAR reserve1;104 UCHAR Atapi[12];118 UCHAR Result;120 UCHAR RetryCount;139 UCHAR FirstMember; /* the sequence number of the first member */[all …]
70 UCHAR df_on_line;71 UCHAR df_atapi;72 UCHAR df_removable_drive;73 UCHAR busyCount;75 UCHAR df_tcq_set: 1;76 UCHAR df_tcq: 1; /* enable TCQ */77 UCHAR df_ncq_set: 1;78 UCHAR df_ncq: 1; /* enable NCQ */79 UCHAR df_write_cache_set: 1;80 UCHAR df_write_cache: 1; /* enable write cache */[all …]
38 UCHAR VDeviceType;39 UCHAR vf_bootmark: 1; /* is boot device? */40 UCHAR vf_bootable: 1; /* has active partition */41 UCHAR vf_online: 1; /* is usable? */42 UCHAR vf_cache_disk: 1; /* Cache enabled */43 UCHAR vf_format_v2: 1; /* old array block */44 UCHAR vf_freed: 1; /* memory free */45 UCHAR reserve1;46 UCHAR bSerialNumber; /* valid if pParent!=0 */249 UCHAR bootid; /* bootable? 0=no, 128=yes */[all …]
35 UCHAR HPTLIBAPI check_protect_circuit(MV_BUS_ADDR_T BaseAddr);38 void HPTLIBAPI set_fail_led(MV_SATA_ADAPTER *pAdapter, UCHAR channel, UCHAR state);39 void HPTLIBAPI set_fail_leds(MV_SATA_ADAPTER *pAdapter, UCHAR mask);45 int HPTLIBAPI sx508x_ioctl(MV_SATA_ADAPTER *pSataAdapter, UCHAR *indata, ULONG inlen,46 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen);
144 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR);146 UCHAR flags;150 UCHAR DPC_Request_Nums = 0; 1053 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite() 1058 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode() 1063 UCHAR mvMode; in fDeSelectMode() 1109 UCHAR depth = ((pSataChannel->identifyDevice[IDEN_QUEUE_DEPTH]) & 0x1f) + 1; in fDeSetTCQ() 1805 (MV_U16)( (is48bit? (MV_U16)((Lba >> 16) & 0xFF00) : 0 ) | (UCHAR)(Lba & 0xFF) ), /*lbalow*/ in fDeviceSendCommand() 1808 (MV_U8)(0x40 | (is48bit ? 0 : (UCHAR)(Lba >> 24) & 0xFF )),/* device */ in fDeviceSendCommand() 2481 (UCHAR)((pVDe in launch_worker_thread() [all...]
80 …(UCHAR)((pArray->u.array.CriticalMembers || pArray->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD… in hpt_set_asc_info()155 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++) in hpt_set_asc_info()435 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++) in hpt_copy_array_info()467 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++) in hpt_copy_array_info()
50 typedef unsigned char UCHAR; typedef
51 UCHAR nSector;114 ioctl_ReportEvent(UCHAR event, PVOID param) in ioctl_ReportEvent()484 …(UCHAR)((pVDevice->u.array.CriticalMembers || pVDevice->VDeviceType == VD_RAID_1)? DUPLICATE : REB… in hpt_set_array_state()688 hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags) in hpt_rebuild_data_block()
213 MV_BOOLEAN HPTLIBAPI mvReadWrite(MV_SATA_CHANNEL *pSataChannel, LBA_T Lba, UCHAR Cmd, void *tmpBuff…
104 static UCHAR get_vdev_type(PVDevice pVDevice) in get_vdev_type()293 pDiskInfo->ControllerId = (UCHAR)pSataAdapter->adapterId; in get_disk_info()738 UCHAR TempBuffer[512]; in hpt_create_array_v2()1077 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting); in hpt_set_device_info_v2()
27 #define UCHAR unsigned char macro88 register UCHAR *p; in MD2_Update()159 register UCHAR *cp; in MD2_Final()167 cp[i] = (UCHAR) v; in MD2_Final()172 cp[i] = (UCHAR) p2[i]; in MD2_Final()176 md[i] = (UCHAR) (p1[i] & 0xff); in MD2_Final()
35 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
753 case UCHAR: in printval()
201 #define PPH_PH_FLAG_PADDING ((UCHAR)0x01)202 #define PPH_PH_VERSION ((UCHAR)0x00)206 UCHAR PphVersion;207 UCHAR PphFlags;221 #define PPI_FIELD_TYPE_AGGREGATION_EXTENSION ((UCHAR)0x08)230 #define PPI_FIELD_TYPE_802_3_EXTENSION ((UCHAR)0x09)
84 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];88 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];155 typedef UCHAR NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES];156 typedef UCHAR NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX];161 UCHAR Reserved[2];170 UCHAR IEs[1];179 UCHAR Timestamp[8];188 UCHAR KeyMaterial[1];200 UCHAR KeyMaterial[1];247 typedef UCHAR NDIS_802_11_PMKID_VALUE[16];[all …]
246 UCHAR ch; in ndis_events_media_specific()
67 #define UCHAR unsigned char macro
1366 UCHAR *source; /* source pointer for copy */ in RealCopy()1428 source = (UCHAR *) start_offs; in RealCopy()
198 UCHAR DataBuffer[1];