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

123

/freebsd-10.0-release/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-10.0-release/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-10.0-release/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.c75 ULONG Length;
76 ULONG KeyIndex;
77 ULONG KeyLength;
84 ULONG Length;
85 ULONG KeyIndex;
86 ULONG KeyLength;
237 PacketGetAdapterNames(CHAR *namelist, ULONG *len)
/freebsd-10.0-release/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;
194 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
H A Dosbsd.h77 ULONG start_abs_sector;
78 ULONG num_of_sector;
284 ULONG nInBufferSize;
285 ULONG nOutBufferSize;
323 ULONG lba;
H A Dcommand.h166 ULONG dummy[2]; /* uScratch.wait shall be moved out uScratch.
186 ULONG WordsLeft;
200 ULONG cmd_priv;
H A Dhptintf.h324 ULONG IoPort; /* IDE Base Port Address */
325 ULONG ControlPort; /* IDE Control Port Address */
440 ULONG CurrentSectorCapacity; /* 72 57-58 */
442 ULONG UserAddressableSectors; /* 60-61 */
584 ULONG reserve2[13]; /* pad to 64 bytes */
717 ULONG Lba;
721 ULONG BufferPtr;
915 int hpt_device_io(DEVICEID id, int cmd, ULONG lba, DWORD nSector, LPVOID buffer);
1097 int hpt_lock_device(DEVICEID idDisk, ULONG Lba, UCHAR nSectors);
1139 int hpt_verify_data_block(DEVICEID idArray, ULONG Lb
[all...]
/freebsd-10.0-release/sys/dev/nve/
H A Dif_nvereg.h189 extern int ADAPTER_ReadPhy (PVOID pContext, ULONG ulPhyAddr, ULONG ulReg, ULONG *pulVal);
190 extern int ADAPTER_WritePhy (PVOID pContext, ULONG ulPhyAddr, ULONG ulReg, ULONG ulVal);
/freebsd-10.0-release/usr.bin/xlint/common/
H A Dinittyp.c84 LONG, ULONG,
86 { ULONG, { LONG_SIZE, 4 * CHAR_BIT,
87 LONG, ULONG,
H A Dlint.h63 ULONG, /* unsigned long */ enumerator in enum:__anon11506
/freebsd-10.0-release/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx22 STDMETHODIMP_(ULONG) AddRef();
23 STDMETHODIMP_(ULONG) Release();
28 STDMETHODIMP OnProgress(ULONG, ULONG, ULONG, LPCWSTR);
41 ULONG ref_;
47 STDMETHODIMP_(ULONG)
53 STDMETHODIMP_(ULONG)
97 Callback::OnProgress(ULONG, ULONG, ULON
[all...]
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.c87 ULONG SsidLength;
102 ULONG Length;
103 ULONG HopPattern;
104 ULONG HopSet;
105 ULONG DwellTime;
109 ULONG Length;
110 ULONG BeaconPeriod;
111 ULONG ATIMWindow;
112 ULONG DSConfig;
159 ULONG Lengt
[all...]
/freebsd-10.0-release/bin/ps/
H A Dps.h36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-10.0-release/sys/contrib/dev/nve/
H A Dbasetype.h74 typedef unsigned int ULONG; typedef
76 typedef unsigned long ULONG; typedef
78 typedef ULONG * PULONG;
184 // Gets the value from a 32 bit ULONG at specified bit position.
192 // Set a value in a 32 bit ULONG at a specific bit position.
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dlint.h55 ULONG, /* unsigned long */ enumerator in enum:__anon11509
H A Dscan.l466 { UINT, ULONG, UQUAD }
530 typ = ULONG;
532 if (typ == UINT || typ == ULONG) {
546 typ = ULONG;
550 typ = ULONG;
576 case ULONG:
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c111 ULONG sz = sizeof(username);
/freebsd-10.0-release/contrib/apr-util/ldap/
H A Dapr_ldap_option.c336 ULONG ul = (ULONG) LDAP_OPT_OFF;
345 ULONG ul = (ULONG) LDAP_OPT_ON;

Completed in 404 milliseconds

123