/reactos/ntoskrnl/io/iomgr/ |
H A D | util.c | 192 IN ULONG EaLength, in IoCheckEaBufferValidity() argument 206 if (EaLength < FIELD_OFFSET(FILE_FULL_EA_INFORMATION, EaName)) in IoCheckEaBufferValidity() 214 if (EaLength < ComputedLength) in IoCheckEaBufferValidity() 231 if ((LONG)(EaLength - ComputedLength) < 0) in IoCheckEaBufferValidity() 252 EaLength -= NextEntryOffset; in IoCheckEaBufferValidity() 254 if ((LONG)EaLength < 0) in IoCheckEaBufferValidity()
|
H A D | file.c | 787 StackLoc->Parameters.Create.EaLength = OpenPacket->EaLength; in IopParseDevice() 2564 IN ULONG EaLength, in IopCreateFile() argument 2756 if ((EaBuffer) && (EaLength)) in IopCreateFile() 2765 OpenPacket->EaLength = EaLength; in IopCreateFile() 2814 if ((EaBuffer) && (EaLength)) in IopCreateFile() 2828 OpenPacket->EaLength = EaLength; in IopCreateFile() 3020 IN ULONG EaLength, in IoCreateFile() argument 3037 EaLength, in IoCreateFile() 3087 EaLength, in IoCreateFileSpecifyDeviceObjectHint() 3768 ULONG EaLength) in NtCreateFile() argument [all …]
|
/reactos/drivers/filters/fltmgr/ |
H A D | Object.c | 163 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, in _IRQL_requires_max_() 164 _In_ ULONG EaLength, in _IRQL_requires_max_() 186 _In_reads_bytes_opt_(EaLength)PVOID EaBuffer, in _IRQL_requires_max_() 187 _In_ ULONG EaLength, in _IRQL_requires_max_() 203 EaLength, in _IRQL_requires_max_()
|
/reactos/dll/np/nfs/ |
H A D | options.c | 65 Buffer->NameLength + Buffer->EaPadding + Buffer->EaLength; in ConnectionBufferSize() 83 Buffer->EaLength = Connection->Options->Length; in MarshalConnectionInfo() 86 RtlCopyMemory(ptr, Connection->Options->Buffer, Buffer->EaLength); in MarshalConnectionInfo()
|
H A D | options.h | 48 ULONG EaLength; /* length of EaBuffer */ member
|
/reactos/drivers/network/afd/afd/ |
H A D | tdi.c | 90 ULONG EaLength, in TdiOpenDevice() argument 189 ULONG EaLength; in TdiOpenAddressFile() local 196 EaLength = sizeof(FILE_FULL_EA_INFORMATION) + in TdiOpenAddressFile() 200 EaLength, in TdiOpenAddressFile() 205 RtlZeroMemory(EaInfo, EaLength); in TdiOpenAddressFile() 217 EaLength, in TdiOpenAddressFile() 298 ULONG EaLength; in TdiOpenConnectionEndpointFile() local 303 EaLength = sizeof(FILE_FULL_EA_INFORMATION) + in TdiOpenConnectionEndpointFile() 308 EaLength, in TdiOpenConnectionEndpointFile() 313 RtlZeroMemory(EaInfo, EaLength); in TdiOpenConnectionEndpointFile() [all …]
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | ea.c | 21 ULONG EaLength) in VfatSetExtendedAttributes() argument 25 UNREFERENCED_PARAMETER(EaLength); in VfatSetExtendedAttributes()
|
/reactos/modules/rostests/tests/lantst/ |
H A D | lantest.cpp | 73 ULONG EaLength); 89 UINT EaLength = LAN_EA_INFO_SIZE(sizeof(TypesToListen)/sizeof(USHORT)); in main() local 105 EaBuffer = (PFILE_FULL_EA_INFORMATION)calloc( EaLength, 1 ); in main() 120 EaLength ); in main()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | dir.c | 203 ULONG EaLength = 0, StreamSize; in CreateDirectoryExW() local 431 for (EaLength = FileEaInfo.EaSize * 2; ; EaLength = EaLength * 2) in CreateDirectoryExW() 434 EaBuffer = RtlAllocateHeap(RtlGetProcessHeap(), 0, EaLength); in CreateDirectoryExW() 448 EaLength, in CreateDirectoryExW() 464 EaLength = IoStatusBlock.Information; in CreateDirectoryExW() 492 EaLength); in CreateDirectoryExW() 514 EaLength); in CreateDirectoryExW()
|
H A D | create.c | 76 ULONG EaLength = 0; in CreateFileW() local 247 EaLength = EaInformation.EaSize; in CreateFileW() 304 EaLength); in CreateFileW()
|
/reactos/modules/rosapps/applications/net/tditest/tditest/ |
H A D | tditest.c | 91 ULONG EaLength, in TdiOpenDevice() argument 131 EaLength); /* EA length */ in TdiOpenDevice() 191 ULONG EaLength; in TdiOpenTransport() local 194 …EaLength = sizeof(FILE_FULL_EA_INFORMATION) + TDI_TRANSPORT_ADDRESS_LENGTH + sizeof(TA_IP_ADDRESS)… in TdiOpenTransport() 195 EaInfo = (PFILE_FULL_EA_INFORMATION)ExAllocatePool(NonPagedPool, EaLength); in TdiOpenTransport() 203 RtlZeroMemory(EaInfo, EaLength); in TdiOpenTransport() 218 Status = TdiOpenDevice(Protocol, EaLength, EaInfo, Transport, TransportObject); in TdiOpenTransport()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | create.c | 108 _In_ ULONG EaLength, 170 _In_ ULONG EaLength, 193 _In_ ULONG EaLength, 214 _In_ ULONG EaLength, 233 _In_ ULONG EaLength, 588 ULONG EaLength; in _Requires_lock_held_() local 705 EaLength = IrpSp->Parameters.Create.EaLength; in _Requires_lock_held_() 3191 _In_ ULONG EaLength, in _Requires_lock_held_() 4427 _In_ ULONG EaLength, in _Requires_lock_held_() 4903 _In_ ULONG EaLength, in _Requires_lock_held_() [all …]
|
H A D | easup.c | 58 OUT PULONG EaLength in _Requires_lock_held_() 102 *EaLength = 0; in _Requires_lock_held_() 174 CopyUchar4( EaLength, EaSetHeader->cbList ); in _Requires_lock_held_() 176 *EaLength); in _Requires_lock_held_() 199 DebugTrace(-1, Dbg, "FatGetEaLength: Ea length -> %08lx\n", *EaLength); in _Requires_lock_held_()
|
/reactos/modules/rostests/kmtests/kmtest_drv/ |
H A D | structs.c | 28 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.EaLength) == 16); 56 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.EaLength) == 32);
|
/reactos/modules/rostests/apitests/afd/ |
H A D | AfdHelpers.c | 34 ULONG EaLength; in AfdCreateSocket() local 54 …EaLength = SizeOfPacket + FIELD_OFFSET(FILE_FULL_EA_INFORMATION, EaName) + EaName.Length + sizeof(… in AfdCreateSocket() 57 EaBuffer = RtlAllocateHeap(RtlGetProcessHeap(), HEAP_ZERO_MEMORY, EaLength); in AfdCreateSocket() 125 EaLength); in AfdCreateSocket()
|
/reactos/modules/rostests/drivers/ntoskrnl/ |
H A D | IoEaTest.cpp | 30 IN ULONG EaLength, in IoCheckEaBufferValidityROS() argument 38 IntEaLength = EaLength; in IoCheckEaBufferValidityROS() 117 …oCheckEaBufferValidity) (IN PFILE_FULL_EA_INFORMATION EaBuffer,IN ULONG EaLength,OUT PULONG ErrorO…
|
/reactos/sdk/include/ndk/ |
H A D | iofuncs.h | 116 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, 117 _In_ ULONG EaLength 656 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, 657 _In_ ULONG EaLength
|
/reactos/sdk/lib/drivers/wdf/shared/targets/general/ |
H A D | fxiotargetremote.cpp | 802 __in ULONG EaLength in Set() argument 808 EaBufferLength = EaLength; in Set()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxiotargetremote.hpp | 135 __in ULONG EaLength
|
/reactos/sdk/include/psdk/ |
H A D | winternl.h | 270 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, 271 _In_ ULONG EaLength);
|
/reactos/sdk/include/ddk/ |
H A D | fltkernel.h | 105 ULONG POINTER_ALIGNMENT EaLength; member 1240 _In_reads_bytes_opt_(EaLength)PVOID EaBuffer, 1241 _In_ ULONG EaLength, 2273 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, 2274 _In_ ULONG EaLength, 2333 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, 2334 _In_ ULONG EaLength,
|
H A D | rxcontx.h | 192 ULONG EaLength; member
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_driver.c | 2091 IN ULONG EaLength, in GetConnectionHandle() argument 2104 print_error("Len %d Buf %p\n", EaLength, EaBuffer); in GetConnectionHandle() 2111 EaBuffer, EaLength); in GetConnectionHandle() 2128 ULONG EaLength, BufferLenExpected; in nfs41_GetConnectionInfoFromBuffer() local 2146 EaLength = *(PULONG)ptr; in nfs41_GetConnectionInfoFromBuffer() 2151 NameLength + EaPadding + EaLength; in nfs41_GetConnectionInfoFromBuffer() 2166 if (EaLength) in nfs41_GetConnectionInfoFromBuffer() 2170 *pEaLength = EaLength; in nfs41_GetConnectionInfoFromBuffer() 2201 &FileName, &EaBuffer, &EaLength); in nfs41_CreateConnection() 2849 IN ULONG EaLength, argument [all …]
|
/reactos/sdk/include/xdk/ |
H A D | ntifs.template.h | 150 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, 151 _In_ ULONG EaLength); 1270 ULONG EaLength; member
|
H A D | iofuncs.h | 846 _In_ ULONG EaLength, 1628 _In_ ULONG EaLength, 2152 _In_ ULONG EaLength, 2465 _In_ ULONG EaLength,
|