Home
last modified time | relevance | path

Searched refs:ULONG (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/sys/dev/hptmv/
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 FASTCALL GetStamp(void);
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 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 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 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 Lba, UCHAR nSectors);
[all …]
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 Dosbsd.h66 ULONG start_abs_sector;
67 ULONG num_of_sector;
268 ULONG nInBufferSize;
269 ULONG nOutBufferSize;
307 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 Dentry.c1053 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite()
1580 ULONG ticks = 0; in fCompleteAllCommandsSynchronously()
1792 ULONG size = tmpSg->wSgSize? tmpSg->wSgSize : 0x10000; in fDeviceSendCommand()
1845 pUdmaParams->prdLowAddr = (ULONG)fOsPhysicalAddress(pPRDTable); in fDeviceSendCommand()
2516 ULONG HPTLIBAPI
2523 ULONG stamp; in GetStamp()
2665 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[0], in OsSendCommand()
2666 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[4], in OsSendCommand()
2667 *(ULONG *)&ccb->csio.cdb_io.cdb_bytes[8] in OsSendCommand()
2786 pCmd->uCmd.Ide.Lba = ((ULONG)Cd in OsSendCommand()
[all...]
/freebsd/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 Length;
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-tc.c58 …_STATUS (TC_CALLCONV *TcFcnInstanceSetFeature) (TC_INSTANCE instance, ULONG feature, ULONG value);
59 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PU…
65 typedef TC_STATUS (TC_CALLCONV *TcFcnPacketsBufferCreate) (ULONG size, PTC_PACKETS_BUFFER pBuffer);
72 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counter…
209 ULONG PphDlt;
225 ULONG InterfaceId;
232 #define PPI_FLD_802_3_EXT_FLAG_FCS_PRESENT ((ULONG)0x00000001)
236 ULONG Flags;
237 ULONG Errors;
376 ULONG TcAcceptedCount;
[all …]
H A Dpcap-npf.c223 oid_data_arg->Length = (ULONG)(*lenp); /* XXX - check for ridiculously large value? */ in oid_get_request()
420 oid_data_arg->Length = (ULONG)(*lenp); /* XXX - check for ridiculously large value? */ in pcap_oid_set_request_npf()
1624 ULONG num_ts_modes; in get_ts_types()
1629 ULONG ts_modes[4]; in get_ts_types()
1632 ULONG *modes = NULL; in get_ts_types()
1720 ts_modes[0] = sizeof(ts_modes) / sizeof(ULONG); in get_ts_types()
1770 modes = (ULONG *)malloc((1 + num_ts_modes) * sizeof(ULONG)); in get_ts_types()
1825 for (ULONG i = 0; i < num_ts_modes; i++) { in get_ts_types()
2363 ULONG NameLength; in pcapint_platform_finddevs()
2537 ULONG NameLength = ADAPTERSNAME_LEN; in pcap_lookupdev()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_cryptor.c79 (PUCHAR)(uintptr_t)pw, (ULONG)pw_len, in pbkdf2_sha1()
80 (PUCHAR)(uintptr_t)salt, (ULONG)salt_len, rounds, in pbkdf2_sha1()
81 (PUCHAR)derived_key, (ULONG)derived_key_len, 0); in pbkdf2_sha1()
209 ULONG result; in aes_ctr_init()
257 (PUCHAR)(uintptr_t)key, (ULONG)key_len, 0); in aes_ctr_init()
277 ULONG result; in aes_ctr_encrypt_counter()
H A Darchive_hmac.c93 ULONG result; in __hmac_sha1_init()
113 (PUCHAR)key, (ULONG)key_len, BCRYPT_HASH_REUSABLE_FLAG); in __hmac_sha1_init()
132 BCryptHashData(ctx->hHash, (PUCHAR)(uintptr_t)data, (ULONG)data_len, 0); in __hmac_sha1_update()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h302 (_In_ ULONG celt, _Out_writes_to_(celt, *pceltFetched) ISetupInstance **rgelt,
303 _Out_opt_ _Deref_out_range_(0, celt) ULONG *pceltFetched) = 0;
311 STDMETHOD(Skip)(_In_ ULONG celt) = 0;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp55 ULONG PageFaultCount;
71 ULONG WaitTime;
76 ULONG ContextSwitchCount;
78 ULONG WaitReason;
91 ULONG NextEntryOffset;
92 ULONG NumberOfThreads;
101 ULONG HandleCount;
102 ULONG Reserved2[2];
127 PVOID, ULONG, PULONG);
1554 static ULONG glb_buff_siz in __kmp_get_load_balance()
[all...]
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c132 static int RealCopy (ULONG, ULONG, REALPTR*, FARPTR*, USHORT*);
1114 if (RealCopy((ULONG)&rxOutOfs, (ULONG)&pktRxEnd, in PktInitDriver()
1358 int RealCopy (ULONG start_offs, in RealCopy()
1359 ULONG end_offs, in RealCopy()
1364 ULONG rm_base; /* base real mode para addr for accessing */ in RealCopy()
1368 ULONG len; /* number of bytes to copy */ in RealCopy()
1369 ULONG temp; in RealCopy()
1422 rm_base = ((ULONG) *rmem_adrp) - (start_offs >> 4); in RealCopy()
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c54 BOOLEAN NTAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);
351 if (! RtlGenRandom((PVOID) buf, (ULONG) size)) { in randombytes_sysrandom_buf()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c53 ULONG ipaasize; /* Bytes allocated */
71 typedef ULONG (WINAPI *PGETADAPTERSADDRESSES)(
72 ULONG Family,
73 ULONG Flags,
124 ULONG err; in isc_interfaceiter_create()
/freebsd/bin/ps/
H A Dps.h35 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumFrameData.cpp34 ULONG NumFetched = 0; in getNext()
H A DDIAEnumInjectedSources.cpp36 ULONG NumFetched = 0; in getNext()
H A DDIAEnumLineNumbers.cpp36 ULONG NumFetched = 0; in getNext()
H A DDIAEnumTables.cpp37 ULONG CeltFetched = 0; in getNext()
/freebsd/contrib/libfido2/src/
H A Drandom.c35 status = BCryptGenRandom(NULL, buf, (ULONG)len, in fido_get_random()

123