ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 56 of file util.c.
Referenced by BeepCleanup(), BeepStartIo(), DispPrepareIrpForCancel(), EndRequestHandler(), FsRtlAcknowledgeOplockBreak(), FsRtlNotifySetCancelRoutine(), FsRtlOplockBreakToII(), FsRtlOplockBreakToNone(), FsRtlOplockCleanup(), FsRtlRemoveAndCompleteIrp(), FsRtlRemoveAndCompleteWaitIrp(), FsRtlRequestExclusiveOplock(), FsRtlRequestOplockII(), FsRtlUninitializeOplock(), FsRtlWaitOnIrp(), HandleReadIrp(), IoCancelIrp(), IopStartNextPacket(), IopStartNextPacketByKey(), IoStartPacket(), IRPFinish(), KsAddIrpToCancelableQueue(), KsCancelIo(), KsMoveIrpsOnCancelableQueue(), KsReleaseIrpOnCancelableQueue(), KsRemoveIrpFromCancelableQueue(), MountMgrChangeNotify(), MountMgrCleanup(), MountMgrNotify(), NduDispatchRead(), QueueUserModeIrp(), RxCompleteRequest_Real(), RxFsdCommonDispatch(), USBH_CheckHubIdle(), USBH_FdoCleanup(), USBH_FdoIdleNotificationCallback(), USBH_FdoIdleNotificationRequestComplete(), USBH_FdoSubmitIdleRequestIrp(), USBH_FdoSubmitWaitWakeIrp(), USBH_FdoWWIrpIoCompletion(), USBH_HubQueuePortIdleIrps(), USBH_HubQueuePortWakeIrps(), USBH_PdoRemoveDevice(), USBH_PortIdleNotificationRequest(), USBPORT_DoneTransfer(), USBPORT_FlushCancelList(), USBSTOR_QueueAddIrp(), and USBSTOR_StartIo().
NTSTATUS NTAPI IoCheckDesiredAccess | ( | IN OUT PACCESS_MASK | DesiredAccess, |
IN ACCESS_MASK | GrantedAccess | ||
) |
Definition at line 172 of file util.c.
NTSTATUS NTAPI IoCheckEaBufferValidity | ( | IN PFILE_FULL_EA_INFORMATION | EaBuffer, |
IN ULONG | EaLength, | ||
OUT PULONG | ErrorOffset | ||
) |
Definition at line 191 of file util.c.
Referenced by _Dispatch_type_(), _tmain(), Ext2OverwriteEa(), Ext2SetEa(), FatCommonSetEa(), file_create(), fsctl_set_xattr(), get_ea_len(), IopCreateFile(), nfs41_SetEaInformation(), open_fcb(), and open_file3().
NTSTATUS NTAPI IoCheckFunctionAccess | ( | IN ACCESS_MASK | GrantedAccess, |
IN UCHAR | MajorFunction, | ||
IN UCHAR | MinorFunction, | ||
IN ULONG | IoControlCode, | ||
IN PVOID ExtraData | OPTIONAL, | ||
IN PVOID ExtraData2 | OPTIONAL | ||
) |
Definition at line 276 of file util.c.
Referenced by UDFCommonFileInfo(), UDFCommonQueryVolInfo(), and UDFCommonSetVolInfo().
NTSTATUS NTAPI IoCheckQuerySetVolumeInformation | ( | IN FS_INFORMATION_CLASS | FsInformationClass, |
IN ULONG | Length, | ||
IN BOOLEAN | SetOperation | ||
) |
NTSTATUS NTAPI IoComputeDesiredAccessFileObject | ( | IN PFILE_OBJECT | FileObject, |
IN PACCESS_MASK | DesiredAccess | ||
) |
Definition at line 26 of file util.c.
Referenced by ObReferenceFileObjectForWrite().
Definition at line 139 of file util.c.
Referenced by DbgP(), InitializeDeviceData(), nfs41_CreateSrvCall(), print_error(), print_hexbuf(), RxDriverEntry(), RxFinalizeSrvCall(), and RxInitializeDispatcher().
PDEVICE_OBJECT NTAPI IoGetDeviceToVerify | ( | IN PETHREAD | Thread | ) |
Definition at line 336 of file util.c.
Referenced by _Requires_lock_held_(), Ext2ExceptionHandler(), UDFExceptionHandler(), verify_vcb(), VfatBlockDeviceIoControl(), VfatReadDisk(), VfatReadDiskPartial(), VfatWriteDisk(), and VfatWriteDiskPartial().
VOID NTAPI IoGetStackLimits | ( | OUT PULONG_PTR | LowLimit, |
OUT PULONG_PTR | HighLimit | ||
) |
Definition at line 78 of file util.c.
Referenced by _IRQL_requires_max_(), CdSetThreadContext(), FatFreeStringBuffer(), RxIsThisAnRdbssTopLevelContext(), and RxSetupNetFileObject().
Definition at line 115 of file util.c.
Referenced by _Requires_lock_held_(), do_read(), and FatUpdateDiskStats().
Definition at line 126 of file util.c.
Referenced by DriverEntry(), FreeBT_AddDevice(), StartDevice(), and CMiniportWaveCMI::validateFormat().
Definition at line 150 of file util.c.
Referenced by _Function_class_(), _Releases_lock_(), AfdCancelHandler(), BeepCancel(), BeepCleanup(), BeepStartIo(), CancelQueued(), CancelRoutine(), ClassCancelRoutine(), DispCancelListenRequest(), DispCancelRequest(), DispPrepareIrpForCancel(), EndRequestHandler(), FsRtlAcknowledgeOplockBreak(), FsRtlCancelExclusiveIrp(), FsRtlCancelNotify(), FsRtlCancelOplockIIIrp(), FsRtlCancelWaitIrp(), FsRtlNotifySetCancelRoutine(), FsRtlOplockBreakToII(), FsRtlOplockBreakToNone(), FsRtlOplockCleanup(), FsRtlRemoveAndCompleteIrp(), FsRtlRemoveAndCompleteWaitIrp(), FsRtlRequestExclusiveOplock(), FsRtlRequestOplockII(), FsRtlUninitializeOplock(), FsRtlWaitOnIrp(), HandleReadIrp(), IoCancelIrp(), IopStartNextPacket(), IopStartNextPacketByKey(), IoStartPacket(), IRPFinish(), KsCancelRoutine(), KsMoveIrpsOnCancelableQueue(), KsRemoveIrpFromCancelableQueue(), MountMgrCancel(), MountMgrChangeNotify(), MountMgrCleanup(), MountMgrNotify(), NduDispatchRead(), NpCancelDataQueueIrp(), NpCancelListeningQueueIrp(), NpCancelWaitQueueIrp(), QueueUserModeIrp(), ReadIrpCancel(), RxCancelRoutine(), RxCompleteRequest_Real(), RxFsdCommonDispatch(), USBH_CheckHubIdle(), USBH_FdoCleanup(), USBH_FdoIdleNotificationCallback(), USBH_FdoIdleNotificationRequestComplete(), USBH_FdoSubmitIdleRequestIrp(), USBH_FdoSubmitWaitWakeIrp(), USBH_FdoWWIrpIoCompletion(), USBH_HubQueuePortIdleIrps(), USBH_HubQueuePortWakeIrps(), USBH_PdoRemoveDevice(), USBH_PortIdleNotificationCancelRoutine(), USBH_PortIdleNotificationRequest(), USBPORT_CancelActiveTransferIrp(), USBPORT_CancelPendingTransferIrp(), USBPORT_CancelPendingWakeIrp(), USBPORT_DoneTransfer(), USBPORT_FlushCancelList(), USBSTOR_Cancel(), USBSTOR_CancelIo(), USBSTOR_QueueAddIrp(), USBSTOR_StartIo(), and WmipNotificationIrpCancel().
Definition at line 304 of file util.c.
Referenced by _Requires_lock_held_(), Ext2ExceptionHandler(), UDFExceptionHandler(), verify_vcb(), VfatBlockDeviceIoControl(), VfatReadDisk(), VfatReadDiskPartial(), VfatWriteDisk(), and VfatWriteDiskPartial().
Definition at line 316 of file util.c.
Referenced by _Requires_lock_held_(), CdVerifyFcbOperation(), CdVerifyVcb(), ClassIoComplete(), ClassIoCompleteAssociated(), ClassReadWrite(), DiskDeviceControl(), DiskReadWriteVerification(), Ext2CreateFile(), Ext2ExceptionHandler(), Ext2VerifyVcb(), FatQuickVerifyVcb(), FatUnpinRepinnedBcbs(), FatVerifyVcb(), is_volume_mounted(), mount_vol(), RequestCompletion(), ScsiFlopDeviceControl(), SignalMediaChanged(), TransferPktComplete(), UDFPerformVerify(), UDFVerifyVcb(), VcdDeviceControl(), and ViVerifyVolume().
Definition at line 161 of file util.c.
Referenced by NpCreateClientEnd().
VOID NTAPI RtlpGetStackLimits | ( | PULONG_PTR | StackBase, |
PULONG_PTR | StackLimit | ||
) |
Referenced by IoGetStackLimits().