Searched refs:ULONG (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datom-types.h34 typedef uint32_t ULONG; typedef
H A Datombios.h48 #ifndef ULONG
49 typedef unsigned long ULONG; typedef
398 ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_3[7]=0 - Program the right Data Block
399 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0]
400 ULONG ulClockFreq:24;
402 ULONG ulClockFreq:24;
403 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0]
404 ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_3[7]=0 - Program the right Data Block
411 ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Div and ref_div
420 ULONG ulCloc
[all...]
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc65 static APIRET APIENTRY(*DosPerfSysCall) (ULONG ulCommand, ULONG ulParm1,
66 ULONG ulParm2, ULONG ulParm3) = NULL;
71 ULONG ulTimeLow; /* Low 32 bits of time stamp */
72 ULONG ulTimeHigh; /* High 32 bits of time stamp */
73 ULONG ulIdleLow; /* Low 32 bits of idle time */
74 ULONG ulIdleHigh; /* High 32 bits of idle time */
75 ULONG ulBusyLow; /* Low 32 bits of busy time */
76 ULONG ulBusyHig
[all...]
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h13 #define ULONG uint32_t macro
H A DPacket32.h53 extern int PacketGetAdapterNames(CHAR *, ULONG *);
H A DPacket32.c74 ULONG Length;
75 ULONG KeyIndex;
76 ULONG KeyLength;
83 ULONG Length;
84 ULONG KeyIndex;
85 ULONG KeyLength;
236 PacketGetAdapterNames(CHAR *namelist, ULONG *len)
/freebsd-11-stable/sys/dev/hptmv/
H A Daccess601.h45 int HPTLIBAPI sx508x_ioctl(MV_SATA_ADAPTER *pSataAdapter, UCHAR *indata, ULONG inlen,
46 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen);
H A Draid5n.h58 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
59 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
H A Darray.h64 ULONG dArStamp; /* array ID. all disks in a array has same ID */
65 ULONG failedStamps[4]; /* stamp for failed members */
107 ULONG Signature; /* This block is vaild array info block */
108 ULONG dArStamp; /* array ID. all disks in a array has same ID */
126 ULONG Capacity; /* capacity for the array */
143 ULONG RebuildSectors; /* how many sectors is OK (LBA on member disk) */
179 ULONG CapacityHi32;
180 ULONG RebuildSectorsHi32;
184 ULONG failedStamps[4]; /* failed memebrs's stamps */
208 ULONG FASTCAL
[all...]
H A Datapi.h214 ULONG CurrentSectorCapacity; /* 72 57-58 */
216 ULONG UserAddressableSectors; /* 78 60-61 */
239 ULONG Lba48BitLow; /* 101-100 */
240 ULONG Lba48BitHigh; /* 103-102 */
251 ULONG MaximumLbaLow;
252 ULONG MaximumLbaHigh;
291 ULONG CurrentSectorCapacity; /* 72 57-58 */
293 ULONG UserAddressableSectors; /* 60-61 */
353 #define SECTOR_TO_BYTE(x) ((ULONG)(x) << SECTOR_TO_BYTE_SHIFT)
H A Dglobal.h94 ULONG dDeRealCapacity;
95 ULONG dDeHiddenLba;
96 ULONG HeadPosition;
97 ULONG QueueLength;
186 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
H A Dosbsd.h66 ULONG start_abs_sector;
67 ULONG num_of_sector;
270 ULONG nInBufferSize;
271 ULONG nOutBufferSize;
309 ULONG lba;
H A Dcommand.h166 ULONG dummy[2]; /* uScratch.wait shall be moved out uScratch.
186 ULONG WordsLeft;
200 ULONG cmd_priv;
/freebsd-11-stable/usr.bin/xlint/common/
H A Dinittyp.c84 LONG, ULONG,
86 { ULONG, { LONG_SIZE, 4 * CHAR_BIT,
87 LONG, ULONG,
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx54 STDMETHODIMP_(ULONG) AddRef();
55 STDMETHODIMP_(ULONG) Release();
60 STDMETHODIMP OnProgress(ULONG, ULONG, ULONG, LPCWSTR);
73 ULONG ref_;
79 STDMETHODIMP_(ULONG)
85 STDMETHODIMP_(ULONG)
129 Callback::OnProgress(ULONG, ULONG, ULON
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c88 ULONG SsidLength;
103 ULONG Length;
104 ULONG HopPattern;
105 ULONG HopSet;
106 ULONG DwellTime;
110 ULONG Length;
111 ULONG BeaconPeriod;
112 ULONG ATIMWindow;
113 ULONG DSConfig;
160 ULONG Lengt
[all...]
/freebsd-11-stable/bin/ps/
H A Dps.h36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp39 ULONG NumFetched = 0;
H A DDIAEnumFrameData.cpp34 ULONG NumFetched = 0;
H A DDIAEnumInjectedSources.cpp36 ULONG NumFetched = 0;
H A DDIAEnumLineNumbers.cpp36 ULONG NumFetched = 0;
H A DDIAEnumSectionContribs.cpp38 ULONG NumFetched = 0;
H A DDIAEnumSourceFiles.cpp36 ULONG NumFetched = 0;
H A DDIAEnumTables.cpp37 ULONG CeltFetched = 0;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-tc.c60 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceSetFeature) (TC_INSTANCE instance, ULONG feature, ULONG value);
61 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PULONG pValue);
67 typedef TC_STATUS (TC_CALLCONV *TcFcnPacketsBufferCreate) (ULONG size, PTC_PACKETS_BUFFER pBuffer);
74 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counterId, PULONGLONG pValue);
212 ULONG PphDlt;
228 ULONG InterfaceId;
235 #define PPI_FLD_802_3_EXT_FLAG_FCS_PRESENT ((ULONG)0x00000001)
239 ULONG Flags;
240 ULONG Error
[all...]

Completed in 263 milliseconds

123