/reactos/drivers/network/dd/e1000/ |
H A D | info.c | 88 ULONG Ulong; in MiniportQueryInformation() member 106 GenericInfo.Ulong = Adapter->PacketFilter; in MiniportQueryInformation() 136 GenericInfo.Ulong = MAXIMUM_MULTICAST_ADDRESSES; in MiniportQueryInformation() 140 GenericInfo.Ulong = Adapter->LinkSpeedMbps * 10000; in MiniportQueryInformation() 144 GenericInfo.Ulong = MAXIMUM_FRAME_SIZE; in MiniportQueryInformation() 148 GenericInfo.Ulong = RECEIVE_BUFFER_SIZE; in MiniportQueryInformation() 153 GenericInfo.Ulong = 0; in MiniportQueryInformation() 168 GenericInfo.Ulong = DRIVER_VERSION; in MiniportQueryInformation() 179 GenericInfo.Ulong = MAXIMUM_FRAME_SIZE; in MiniportQueryInformation() 183 GenericInfo.Ulong = 1; in MiniportQueryInformation() [all …]
|
/reactos/drivers/network/afd/afd/ |
H A D | info.c | 35 InfoReq->Information.Ulong = FCB->Recv.Size; in AfdGetInfo() 39 InfoReq->Information.Ulong = FCB->Send.Size; in AfdGetInfo() 62 InfoReq->Information.Ulong = 0; in AfdGetInfo() 68 InfoReq->Information.Ulong++; in AfdGetInfo() 82 InfoReq->Information.Ulong++; in AfdGetInfo() 131 if (InfoReq->Information.Ulong > 0 && InfoReq->Information.Ulong < 0xFFFF && in AfdSetInfo() 132 InfoReq->Information.Ulong != FCB->Recv.Size) in AfdSetInfo() 152 FCB->Recv.Size = InfoReq->Information.Ulong; in AfdSetInfo() 176 if (InfoReq->Information.Ulong > 0 && InfoReq->Information.Ulong < 0xFFFF && in AfdSetInfo() 177 InfoReq->Information.Ulong != FCB->Send.Size) in AfdSetInfo() [all …]
|
/reactos/drivers/network/dd/dc21x4/ |
H A D | requests.c | 223 ULONG Ulong; in DcQueryInformation() member 241 GenericInfo.Ulong = Adapter->PacketFilter; in DcQueryInformation() 250 GenericInfo.Ulong = Adapter->MulticastMaxEntries; in DcQueryInformation() 285 GenericInfo.Ulong = DC_MAXIMUM_FRAME_SIZE; in DcQueryInformation() 289 GenericInfo.Ulong = DC_TRANSMIT_BLOCK_SIZE; in DcQueryInformation() 297 GenericInfo.Ulong = DC_RECEIVE_BLOCK_SIZE; in DcQueryInformation() 305 GenericInfo.Ulong = DcGetLinkSpeed(Adapter) * 10000; in DcQueryInformation() 309 GenericInfo.Ulong = 0; in DcQueryInformation() 325 GenericInfo.Ulong = 0x100; in DcQueryInformation() 336 GenericInfo.Ulong = DC_TRANSMIT_BLOCKS - DC_TCB_RESERVE; in DcQueryInformation() [all …]
|
/reactos/drivers/network/dd/nvnet/ |
H A D | requests.c | 988 ULONG Ulong; in MiniportQueryInformation() member 1027 GenericInfo.Ulong = Adapter->MaximumFrameSize; in MiniportQueryInformation() 1040 GenericInfo.Ulong = Adapter->MaximumFrameSize; in MiniportQueryInformation() 1053 GenericInfo.Ulong = Adapter->MaximumFrameSize; in MiniportQueryInformation() 1059 GenericInfo.Ulong = 0; in MiniportQueryInformation() 1083 GenericInfo.Ulong = Adapter->PacketFilter; in MiniportQueryInformation() 1110 GenericInfo.Ulong = 1; in MiniportQueryInformation() 1117 GenericInfo.Ulong = 0x100; in MiniportQueryInformation() 1198 GenericInfo.Ulong = NVNET_MULTICAST_LIST_SIZE; in MiniportQueryInformation() 1213 GenericInfo.Ulong = NvNetGetWakeUp(Adapter); in MiniportQueryInformation() [all …]
|
/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | intcvt.h | 56 #define a_to_u_3_byte(a) ((Ulong) \ 69 #define a_to_u_4_byte(a) ((Ulong) \ 99 #define la_to_u_3_byte(a) ((Ulong) \ 106 #define la_to_u_4_byte(a) ((Ulong) \
|
H A D | utypes.h | 42 typedef unsigned long Ulong; typedef
|
/reactos/modules/rostests/apitests/afd/ |
H A D | AfdHelpers.c | 392 _In_opt_ PULONG Ulong, in AfdSetInformation() argument 412 if (Ulong != NULL) in AfdSetInformation() 414 InfoData.Information.Ulong = *Ulong; in AfdSetInformation() 451 _In_opt_ PULONG Ulong, in AfdGetInformation() argument 494 if (Ulong != NULL) in AfdGetInformation() 496 *Ulong = InfoData.Information.Ulong; in AfdGetInformation()
|
H A D | AfdHelpers.h | 49 _In_opt_ PULONG Ulong, 57 _In_opt_ PULONG Ulong,
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | format.c | 130 Ulong l[2]; 173 LOCAL void prdnum __PR((Ulong, f_args *)); 174 LOCAL void pronum __PR((Ulong, f_args *)); 175 LOCAL void prxnum __PR((Ulong, f_args *)); 176 LOCAL void prXnum __PR((Ulong, f_args *)); 278 Ulong res; 1045 register Ulong val; in prnum() 1061 register Ulong val; in prdnum() 1079 register Ulong val; in pronum() 1094 register Ulong val; in prxnum() [all …]
|
/reactos/ntoskrnl/se/ |
H A D | tokencls.c | 106 ULONG Ulong; member 138 &Unused.Ulong); 177 &Unused.Ulong); 488 ULONG Ulong; in NtQueryInformationToken() member 542 &Unused.Ulong); in NtQueryInformationToken() 584 &Unused.Ulong); in NtQueryInformationToken() 938 &Unused.Ulong); in NtQueryInformationToken() 956 &Unused.Ulong); in NtQueryInformationToken() 1010 &Unused.Ulong); in NtQueryInformationToken()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | volume.c | 314 IN PULONG Ulong) in IopInterlockedIncrementUlong() argument 320 OldValue = (*Ulong)++; in IopInterlockedIncrementUlong() 332 IN PULONG Ulong) in IopInterlockedDecrementUlong() argument 338 OldValue = (*Ulong)--; in IopInterlockedDecrementUlong()
|
/reactos/sdk/include/ddk/ |
H A D | miniport.h | 36 Ulong enumerator
|
/reactos/dll/win32/msafd/ |
H A D | msafd.h | 484 PULONG Ulong OPTIONAL, 494 PULONG Ulong OPTIONAL,
|
/reactos/dll/win32/msafd/misc/ |
H A D | dllmain.c | 3273 PULONG Ulong OPTIONAL, in GetSocketInformation() 3378 if (Ulong != NULL) in GetSocketInformation() 3380 *Ulong = InfoData.Information.Ulong; in GetSocketInformation() 3400 PULONG Ulong OPTIONAL, in SetSocketInformation() 3427 if (Ulong != NULL) in SetSocketInformation() 3429 InfoData.Information.Ulong = *Ulong; in SetSocketInformation()
|
/reactos/sdk/include/reactos/winsock/ |
H A D | msafdlib.h | 326 IN OUT PULONG Ulong OPTIONAL, 334 IN PULONG Ulong OPTIONAL,
|
/reactos/sdk/include/reactos/drivers/afd/ |
H A D | shared.h | 31 ULONG Ulong; member
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | mkisofs.h | 548 extern Ulong get_adj_size __PR((int Csize));
|
H A D | write.c | 148 EXPORT Ulong get_adj_size __PR((int Csize)); 2797 EXPORT Ulong 2802 Ulong size = 0;
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_ata.cpp | 293 AtapiWritePortN_template(ULONG, Ulong, 4); 330 AtapiWritePortExN_template(ULONG, Ulong, 4); 365 AtapiReadPortN_template(ULONG, Ulong, 4); 400 AtapiReadPortExN_template(ULONG, Ulong, 4); 494 AtapiWritePortBufferN_template(ULONG, Ulong, 4); 497 AtapiReadPortBufferN_template(ULONG, Ulong, 4);
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 204 _In_ ULONG Ulong) in RtlConvertUlongToLuid() argument 208 TempLuid.LowPart = Ulong; in RtlConvertUlongToLuid()
|