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

12

/freebsd-12-stable/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-12-stable/sys/dev/hptmv/
H A Darray.h61 UCHAR bArnMember; /* the number of members in array */
62 UCHAR bArRealnMember; /* real member count */
63 UCHAR bArBlockSizeShift; /* the number of shift bit for a block */
64 UCHAR reserve1;
88 UCHAR last_read; /* for RAID 1 load banlancing */
89 UCHAR alreadyBroken;
97 UCHAR ArrayName[MAX_ARRAY_NAME]; /* The Name of the array */
99 UCHAR Description[64]; /* array description */
100 UCHAR CreateManager[16]; /* who created it */
112 UCHAR bCheckSu
[all...]
H A Dcommand.h40 UCHAR Command; /* IDE_COMMAND_READ, _WRITE, _VERIFY */
41 UCHAR QueueTag;
72 UCHAR Command; /* CTRL_CMD_XXX */
73 UCHAR reserve1;
89 UCHAR Command; /* CTRL_CMD_XXX */
90 UCHAR reserve1;
106 UCHAR Atapi[12];
120 UCHAR Result;
122 UCHAR RetryCount;
141 UCHAR FirstMembe
[all...]
H A Dhptintf.h273 UCHAR MaximumControllers; /* maximum controllers the driver can support */
274 UCHAR SupportCrossControllerRAID; /* 1-support, 0-not support */
275 UCHAR MinimumBlockSizeShift; /* minimum block size shift */
276 UCHAR MaximumBlockSizeShift; /* maximum block size shift */
278 UCHAR SupportDiskModeSetting;
279 UCHAR SupportSparePool;
280 UCHAR MaximumArrayNameLength;
283 UCHAR reserved: 4;
284 UCHAR SupportHotSwap: 1;
285 UCHAR HighPerformanceRAID
[all...]
H A Datapi.h45 UCHAR BlockCount; /* RW: Sector count */
46 UCHAR BlockNumber; /* RW: Sector number & LBA 0-7 */
47 UCHAR CylinderLow; /* RW: Cylinder low & LBA 8-15 */
48 UCHAR CylinderHigh; /* RW: Cylinder hign & LBA 16-23 */
49 UCHAR DriveSelect; /* RW: Drive/head & LBA 24-27 */
50 UCHAR Command; /* RO: Status WR:Command */
162 UCHAR AlternateStatus; /* RW: device control port */
203 UCHAR MaximumBlockTransfer; /* 5E 47 */
204 UCHAR VendorUnique2; /* 5F */
208 UCHAR VendorUnique
[all...]
H A Dosbsd.h62 UCHAR status; /* 0 nonbootable; 80h bootable */
63 UCHAR start_head;
65 UCHAR type;
66 UCHAR end_head;
73 UCHAR DeviceType : 5;
74 UCHAR DeviceTypeQualifier : 3;
75 UCHAR DeviceTypeModifier : 7;
76 UCHAR RemovableMedia : 1;
77 UCHAR Versions;
78 UCHAR ResponseDataForma
[all...]
H A Dglobal.h72 UCHAR df_on_line;
73 UCHAR df_atapi;
74 UCHAR df_removable_drive;
75 UCHAR busyCount;
77 UCHAR df_tcq_set: 1;
78 UCHAR df_tcq: 1; /* enable TCQ */
79 UCHAR df_ncq_set: 1;
80 UCHAR df_ncq: 1; /* enable NCQ */
81 UCHAR df_write_cache_set: 1;
82 UCHAR df_write_cach
[all...]
H A Daccess601.h37 UCHAR HPTLIBAPI check_protect_circuit(MV_BUS_ADDR_T BaseAddr);
40 void HPTLIBAPI set_fail_led(MV_SATA_ADAPTER *pAdapter, UCHAR channel, UCHAR state);
41 void HPTLIBAPI set_fail_leds(MV_SATA_ADAPTER *pAdapter, UCHAR mask);
47 int HPTLIBAPI sx508x_ioctl(MV_SATA_ADAPTER *pSataAdapter, UCHAR *indata, ULONG inlen,
48 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen);
H A Dvdevice.h40 UCHAR VDeviceType;
41 UCHAR vf_bootmark: 1; /* is boot device? */
42 UCHAR vf_bootable: 1; /* has active partition */
43 UCHAR vf_online: 1; /* is usable? */
44 UCHAR vf_cache_disk: 1; /* Cache enabled */
45 UCHAR vf_format_v2: 1; /* old array block */
46 UCHAR vf_freed: 1; /* memory free */
47 UCHAR reserve1;
48 UCHAR bSerialNumber; /* valid if pParent!=0 */
251 UCHAR booti
[all...]
H A Dentry.c149 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR);
151 UCHAR flags;
155 UCHAR DPC_Request_Nums = 0;
1058 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer)
1063 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode)
1068 UCHAR mvMode;
1114 UCHAR depth = ((pSataChannel->identifyDevice[IDEN_QUEUE_DEPTH]) & 0x1f) + 1;
1810 (MV_U16)( (is48bit? (MV_U16)((Lba >> 16) & 0xFF00) : 0 ) | (UCHAR)(Lba & 0xFF) ), /*lbalow*/
1813 (MV_U8)(0x40 | (is48bit ? 0 : (UCHAR)(Lba >> 24) & 0xFF )),/* device */
2496 (UCHAR)((pVDe
[all...]
H A DmvOs.h52 typedef unsigned char UCHAR; typedef
H A Dhptproc.c82 (UCHAR)((pArray->u.array.CriticalMembers || pArray->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
157 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
438 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
470 for (i = 0; (UCHAR)i < pArray->u.array.bArnMember; i++)
H A DmvStorageDev.h215 MV_BOOLEAN HPTLIBAPI mvReadWrite(MV_SATA_CHANNEL *pSataChannel, LBA_T Lba, UCHAR Cmd, void *tmpBuffer);
H A Dioctl.c53 UCHAR nSector;
116 ioctl_ReportEvent(UCHAR event, PVOID param)
486 (UCHAR)((pVDevice->u.array.CriticalMembers || pVDevice->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
690 hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags)
H A Dgui_lib.c106 static UCHAR get_vdev_type(PVDevice pVDevice)
295 pDiskInfo->ControllerId = (UCHAR)pSataAdapter->adapterId;
740 UCHAR TempBuffer[512];
1079 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting);
/freebsd-12-stable/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h15 #define UCHAR uint8_t macro
H A DPacket32.c73 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];
81 UCHAR KeyMaterial[1];
89 UCHAR Pad[6]; /* Make struct layout match Windows. */
92 UCHAR KeyMaterial[1];
/freebsd-12-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc21 static UCHAR randbyte_hrtimer()
24 UCHAR byte;
40 static UCHAR randbyte_sysinfo()
42 UCHAR byte = 0;
43 UCHAR SysVars[100];
82 static UCHAR randbyte_perf()
84 UCHAR byte = 0;
107 byte ^= ((UCHAR *)&util)[c];
120 static UCHAR randbyte()
H A Drand.c269 static UCHAR randbyte();
/freebsd-12-stable/bin/ps/
H A Dps.h38 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-12-stable/crypto/openssl/crypto/md2/
H A Dmd2_dgst.c21 #define UCHAR unsigned char macro
82 register UCHAR *p;
153 register UCHAR *cp;
161 cp[i] = (UCHAR) v;
166 cp[i] = (UCHAR) p2[i];
170 md[i] = (UCHAR) (p1[i] & 0xff);
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-tc.c204 #define PPH_PH_FLAG_PADDING ((UCHAR)0x01)
205 #define PPH_PH_VERSION ((UCHAR)0x00)
209 UCHAR PphVersion;
210 UCHAR PphFlags;
224 #define PPI_FIELD_TYPE_AGGREGATION_EXTENSION ((UCHAR)0x08)
233 #define PPI_FIELD_TYPE_802_3_EXTENSION ((UCHAR)0x09)
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c85 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];
89 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
156 typedef UCHAR NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES];
157 typedef UCHAR NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX];
162 UCHAR Reserved[2];
171 UCHAR IEs[1];
180 UCHAR Timestamp[8];
189 UCHAR KeyMaterial[1];
201 UCHAR KeyMaterial[1];
248 typedef UCHAR NDIS_802_11_PMKID_VALU
[all...]
/freebsd-12-stable/lib/libmd/
H A Dsha_locl.h67 #define UCHAR unsigned char macro

Completed in 319 milliseconds

12