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

1234

/freebsd-13-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-13-stable/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h13 #define ULONG uint32_t macro
H A DPacket32.h55 extern int PacketGetAdapterNames(CHAR *, ULONG *);
H A DPacket32.c76 ULONG Length;
77 ULONG KeyIndex;
78 ULONG KeyLength;
85 ULONG Length;
86 ULONG KeyIndex;
87 ULONG KeyLength;
238 PacketGetAdapterNames(CHAR *namelist, ULONG *len)
/freebsd-13-stable/sys/dev/hptmv/
H A Daccess601.h47 int HPTLIBAPI sx508x_ioctl(MV_SATA_ADAPTER *pSataAdapter, UCHAR *indata, ULONG inlen,
48 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen);
H A Draid5n.h60 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
61 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
H A Darray.h66 ULONG dArStamp; /* array ID. all disks in a array has same ID */
67 ULONG failedStamps[4]; /* stamp for failed members */
109 ULONG Signature; /* This block is vaild array info block */
110 ULONG dArStamp; /* array ID. all disks in a array has same ID */
128 ULONG Capacity; /* capacity for the array */
145 ULONG RebuildSectors; /* how many sectors is OK (LBA on member disk) */
181 ULONG CapacityHi32;
182 ULONG RebuildSectorsHi32;
186 ULONG failedStamps[4]; /* failed memebrs's stamps */
210 ULONG FASTCAL
[all...]
H A Datapi.h216 ULONG CurrentSectorCapacity; /* 72 57-58 */
218 ULONG UserAddressableSectors; /* 78 60-61 */
241 ULONG Lba48BitLow; /* 101-100 */
242 ULONG Lba48BitHigh; /* 103-102 */
253 ULONG MaximumLbaLow;
254 ULONG MaximumLbaHigh;
293 ULONG CurrentSectorCapacity; /* 72 57-58 */
295 ULONG UserAddressableSectors; /* 60-61 */
355 #define SECTOR_TO_BYTE(x) ((ULONG)(x) << SECTOR_TO_BYTE_SHIFT)
H A Dglobal.h96 ULONG dDeRealCapacity;
97 ULONG dDeHiddenLba;
98 ULONG HeadPosition;
99 ULONG QueueLength;
188 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
H A Dosbsd.h68 ULONG start_abs_sector;
69 ULONG num_of_sector;
272 ULONG nInBufferSize;
273 ULONG nOutBufferSize;
311 ULONG lba;
H A Dcommand.h168 ULONG dummy[2]; /* uScratch.wait shall be moved out uScratch.
188 ULONG WordsLeft;
202 ULONG cmd_priv;
H A Dhptintf.h326 ULONG IoPort; /* IDE Base Port Address */
327 ULONG ControlPort; /* IDE Control Port Address */
442 ULONG CurrentSectorCapacity; /* 72 57-58 */
444 ULONG UserAddressableSectors; /* 60-61 */
586 ULONG reserve2[13]; /* pad to 64 bytes */
719 ULONG Lba;
723 ULONG BufferPtr;
917 int hpt_device_io(DEVICEID id, int cmd, ULONG lba, DWORD nSector, LPVOID buffer);
1099 int hpt_lock_device(DEVICEID idDisk, ULONG Lba, UCHAR nSectors);
1141 int hpt_verify_data_block(DEVICEID idArray, ULONG Lb
[all...]
/freebsd-13-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-13-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-13-stable/bin/ps/
H A Dps.h38 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-13-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;
H A DDIADataStream.cpp44 ULONG CountFetched = 0;
/freebsd-13-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...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h297 (_In_ ULONG celt, _Out_writes_to_(celt, *pceltFetched) ISetupInstance **rgelt,
298 _Out_opt_ _Deref_out_range_(0, celt) ULONG *pceltFetched) = 0;
306 STDMETHOD(Skip)(_In_ ULONG celt) = 0;

Completed in 374 milliseconds

1234