Searched refs:UCHAR (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios.h52 #ifndef UCHAR
53 typedef unsigned char UCHAR; typedef
204 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */
205 UCHAR ucTableContentRevision; /*Change it only when the table needs to change but the firmware */
215 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios,
230 UCHAR ucExtendedFunctionCode;
231 UCHAR ucReserved;
412 UCHAR ucAction; //0:reserved //1:Memory //2:Engine
413 UCHAR ucReserved; //may expand to return larger Fbdiv later
414 UCHAR ucFbDi
[all...]
H A Datom-types.h35 typedef uint8_t UCHAR; typedef
/freebsd-9.3-release/sys/dev/hptmv/
H A Darray.h59 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 bCheckSu
[all...]
H A Dcommand.h38 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 FirstMembe
[all...]
H A Dhptintf.h271 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 HighPerformanceRAID
[all...]
H A Datapi.h43 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 VendorUnique
[all...]
H A Dosbsd.h71 UCHAR status; /* 0 nonbootable; 80h bootable */
72 UCHAR start_head;
74 UCHAR type;
75 UCHAR end_head;
82 UCHAR DeviceType : 5;
83 UCHAR DeviceTypeQualifier : 3;
84 UCHAR DeviceTypeModifier : 7;
85 UCHAR RemovableMedia : 1;
86 UCHAR Versions;
87 UCHAR ResponseDataForma
[all...]
H A Dglobal.h70 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_cach
[all...]
H A Daccess601.h35 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);
H A Dvdevice.h38 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 booti
[all...]
H A Dentry.c152 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR);
154 UCHAR flags;
158 UCHAR DPC_Request_Nums = 0;
1097 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer)
1102 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode)
1107 UCHAR mvMode;
1153 UCHAR depth = ((pSataChannel->identifyDevice[IDEN_QUEUE_DEPTH]) & 0x1f) + 1;
1862 (MV_U16)( (is48bit? (MV_U16)((Lba >> 16) & 0xFF00) : 0 ) | (UCHAR)(Lba & 0xFF) ), /*lbalow*/
1865 (MV_U8)(0x40 | (is48bit ? 0 : (UCHAR)(Lba >> 24) & 0xFF )),/* device */
2600 (UCHAR)((pVDe
[all...]
H A DmvOs.h50 typedef unsigned char UCHAR; typedef
H A Dhptproc.c84 (UCHAR)((pArray->u.array.CriticalMembers || pArray->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
154 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
411 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
443 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
H A DmvStorageDev.h213 MV_BOOLEAN HPTLIBAPI mvReadWrite(MV_SATA_CHANNEL *pSataChannel, LBA_T Lba, UCHAR Cmd, void *tmpBuffer);
/freebsd-9.3-release/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h15 #define UCHAR uint8_t macro
H A DPacket32.c72 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];
80 UCHAR KeyMaterial[1];
88 UCHAR Pad[6]; /* Make struct layout match Windows. */
91 UCHAR KeyMaterial[1];
/freebsd-9.3-release/usr.bin/xlint/common/
H A Dinittyp.c63 SCHAR, UCHAR,
66 SCHAR, UCHAR,
68 { UCHAR, { CHAR_SIZE, CHAR_BIT,
69 SCHAR, UCHAR,
H A Dlint.h57 UCHAR, /* unsigned char */ enumerator in enum:__anon10838
/freebsd-9.3-release/bin/ps/
H A Dps.h36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A Dmd2_dgst.c77 #define UCHAR unsigned char macro
138 register UCHAR *p;
209 register UCHAR *cp;
217 cp[i] = (UCHAR) v;
222 cp[i] = (UCHAR) p2[i];
226 md[i] = (UCHAR) (p1[i] & 0xff);
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint.h49 UCHAR, /* unsigned char */ enumerator in enum:__anon10841
H A Dinit.c472 (t == CHAR || t == UCHAR || t == SCHAR)) ||
482 (t == CHAR || t == UCHAR || t == SCHAR)) ||
/freebsd-9.3-release/sys/contrib/dev/nve/
H A Dbasetype.h69 typedef unsigned char UCHAR; typedef
70 typedef UCHAR * PUCHAR;
/freebsd-9.3-release/sys/dev/nve/
H A Dif_nvereg.h195 extern int ADAPTER_Init (PVOID pContext, USHORT usForcedSpeed, UCHAR ucForceDpx, UCHAR ucForceMode, UINT *puiLinkState);
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.c90 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];
94 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
161 typedef UCHAR NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES];
162 typedef UCHAR NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX];
167 UCHAR Reserved[2];
176 UCHAR IEs[1];
185 UCHAR Timestamp[8];
194 UCHAR KeyMaterial[1];
206 UCHAR KeyMaterial[1];
253 typedef UCHAR NDIS_802_11_PMKID_VALU
[all...]

Completed in 253 milliseconds

12