| /NextBSD/sys/dev/drm2/radeon/ |
| HD | atombios.h | 48 #ifndef ULONG 49 typedef unsigned long ULONG; typedef 398 …ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT… 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; BYT… 411 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di… 420 ULONG ulClock; //When return, [23:0] return real clock [all …]
|
| HD | atom-types.h | 34 typedef uint32_t ULONG; typedef
|
| /NextBSD/contrib/apr/misc/unix/ |
| HD | randbyte_os2.inc | 65 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 ulBusyHigh; /* High 32 bits of busy time */ 77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */ 78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */ [all …]
|
| /NextBSD/sys/dev/hptmv/ |
| HD | array.h | 64 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 FASTCALL GetStamp(void);
|
| HD | atapi.h | 214 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)
|
| HD | raid5n.h | 58 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes); 59 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
|
| HD | global.h | 94 ULONG dDeRealCapacity; 95 ULONG dDeHiddenLba; 96 ULONG HeadPosition; 97 ULONG QueueLength; 186 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
|
| HD | hptintf.h | 324 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 Lba, UCHAR nSectors); [all …]
|
| HD | access601.h | 45 int HPTLIBAPI sx508x_ioctl(MV_SATA_ADAPTER *pSataAdapter, UCHAR *indata, ULONG inlen, 46 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen);
|
| HD | osbsd.h | 66 ULONG start_abs_sector; 67 ULONG num_of_sector; 270 ULONG nInBufferSize; 271 ULONG nOutBufferSize; 309 ULONG lba;
|
| HD | command.h | 166 ULONG dummy[2]; /* uScratch.wait shall be moved out uScratch. 186 ULONG WordsLeft; 200 ULONG cmd_priv;
|
| HD | entry.c | 1056 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite() 1583 ULONG ticks = 0; in fCompleteAllCommandsSynchronously() 1795 ULONG size = tmpSg->wSgSize? tmpSg->wSgSize : 0x10000; in fDeviceSendCommand() 1848 pUdmaParams->prdLowAddr = (ULONG)fOsPhysicalAddress(pPRDTable); in fDeviceSendCommand() 2533 ULONG HPTLIBAPI 2540 ULONG stamp; in GetStamp() 2682 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[0], in OsSendCommand() 2683 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[4], in OsSendCommand() 2684 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[8] in OsSendCommand() 2803 pCmd->uCmd.Ide.Lba = ((ULONG)Cdb[1] << 16) | ((ULONG)Cdb[2] << 8) | (ULONG)Cdb[3]; in OsSendCommand() [all …]
|
| HD | vdevice.h | 257 ULONG relsect; /* first sector relative to start of disk */ 258 ULONG numsect; /* number of sectors in partition */
|
| /NextBSD/contrib/wpa/src/drivers/ |
| HD | driver_ndis.c | 87 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 Length; [all …]
|
| /NextBSD/contrib/expat/xmlwf/ |
| HD | xmlwin32url.cxx | 22 STDMETHODIMP_(ULONG) AddRef(); 23 STDMETHODIMP_(ULONG) Release(); 28 STDMETHODIMP OnProgress(ULONG, ULONG, ULONG, LPCWSTR); 41 ULONG ref_; 47 STDMETHODIMP_(ULONG) in STDMETHODIMP_() argument 53 STDMETHODIMP_(ULONG) in STDMETHODIMP_() argument 97 Callback::OnProgress(ULONG, ULONG, ULONG, LPCWSTR) in OnProgress() argument
|
| /NextBSD/usr.sbin/wpa/wpa_supplicant/ |
| HD | Packet32.c | 74 ULONG Length; 75 ULONG KeyIndex; 76 ULONG KeyLength; 83 ULONG Length; 84 ULONG KeyIndex; 85 ULONG KeyLength; 236 PacketGetAdapterNames(CHAR *namelist, ULONG *len) in PacketGetAdapterNames()
|
| HD | ntddndis.h | 13 #define ULONG uint32_t macro
|
| HD | Packet32.h | 53 extern int PacketGetAdapterNames(CHAR *, ULONG *);
|
| /NextBSD/usr.bin/xlint/common/ |
| HD | inittyp.c | 84 LONG, ULONG, in inittyp() 86 { ULONG, { LONG_SIZE, 4 * CHAR_BIT, in inittyp() 87 LONG, ULONG, in inittyp()
|
| /NextBSD/sys/dev/ctau/ |
| HD | ctddk.h | 464 ULONG bufsz; /* size of shared memory buffer */ 468 ULONG debug; /* debug flags */ 469 ULONG idbase; /* TAPI device identifier base number */ 470 ULONG anum; /* adapter number, from inf setup script */
|
| /NextBSD/contrib/apr-util/ldap/ |
| HD | apr_ldap_option.c | 336 ULONG ul = (ULONG) LDAP_OPT_OFF; in option_set_tls() 345 ULONG ul = (ULONG) LDAP_OPT_ON; in option_set_tls()
|
| /NextBSD/contrib/ntp/lib/isc/win32/ |
| HD | interfaceiter.c | 53 ULONG ipaasize; /* Bytes allocated */ 71 typedef ULONG (WINAPI *PGETADAPTERSADDRESSES)( 72 ULONG Family, 73 ULONG Flags, 124 ULONG err; in isc_interfaceiter_create()
|
| /NextBSD/bin/ps/ |
| HD | ps.h | 36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
|
| /NextBSD/usr.bin/xlint/lint1/ |
| HD | scan.l | 470 { UINT, ULONG, UQUAD } in icon() 536 typ = ULONG; in icon() 538 if (typ == UINT || typ == ULONG) { in icon() 552 typ = ULONG; in icon() 556 typ = ULONG; in icon() 582 case ULONG: in icon()
|
| /NextBSD/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| HD | DIAEnumLineNumbers.cpp | 36 ULONG NumFetched = 0; in getNext()
|