Home
last modified time | relevance | path

Searched refs:AdPrint (Results 1 – 14 of 14) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dcreate.cpp110 AdPrint(("UDFCreate: %x\n", RC)); in UDFCreate()
347 AdPrint((" Dispos: FILE_OPEN\n")); in UDFCommonCreate()
430 AdPrint((" DeleteOnClose\n")); in UDFCommonCreate()
489 AdPrint((" Eject requested\n")); in UDFCommonCreate()
497 AdPrint((" Volume is locked\n")); in UDFCommonCreate()
552 AdPrint((" Opening Volume\n")); in UDFCommonCreate()
937 AdPrint((" Opening RootDir\n")); in UDFCommonCreate()
2299 AdPrint(("UDFFirstOpenFile\n")); in UDFFirstOpenFile()
2302 AdPrint(("Can't allocate FCB\n")); in UDFFirstOpenFile()
2447 AdPrint(("UDFOpenFile\n")); in UDFOpenFile()
[all …]
H A Dcleanup.cpp182 AdPrint((" %s\n", CanWait ? "Wt" : "nw")); in UDFCommonCleanup()
200 AdPrint(("Cleaning up Volume\n")); in UDFCommonCleanup()
201 AdPrint(("UDF: OpenHandleCount: %x\n",Fcb->OpenHandleCount)); in UDFCommonCleanup()
251 AdPrint(("Cleaning up file: %ws %8.8x\n", CurName.Buffer, FileObject)); in UDFCommonCleanup()
253 AdPrint(("Cleaning up file: ??? \n")); in UDFCommonCleanup()
257 AdPrint(("UDF: OpenHandleCount: %x\n",Fcb->OpenHandleCount)); in UDFCommonCleanup()
281 AdPrint((" DeleteOnClose\n")); in UDFCommonCleanup()
418 AdPrint(("Error flushing file !!!\n")); in UDFCommonCleanup()
713 AdPrint(("UDFCloseFileInfoChain\n")); in UDFCloseFileInfoChain()
731 AdPrint(("Acquiring VCB...\n")); in UDFCloseFileInfoChain()
[all …]
H A Dclose.cpp71 AdPrint(("UDFClose: \n")); in UDFClose()
163 AdPrint(("UDFCommonClose: \n")); in UDFCommonClose()
245 AdPrint((" Cant queue Close Irp, status=%x\n", RC)); in UDFCommonClose()
253 AdPrint((" post NOT_TOP_LEVEL Irp\n")); in UDFCommonClose()
270 AdPrint(("UDF: Closing volume\n")); in UDFCommonClose()
334 AdPrint(("Closing file: ??? \n")); in UDFCommonClose()
417 AdPrint(("UDFCleanUpFcbChain\n")); in UDFCleanUpFcbChain()
676 AdPrint((" UDFDoDelayedClose\n")); in UDFDoDelayedClose()
697 AdPrint((" UDFDelayedClose\n")); in UDFDelayedClose()
762 AdPrint((" UDFCloseAllDelayed\n")); in UDFCloseAllDelayed()
[all …]
H A Dfileinfo.cpp543 AdPrint(("UDFGetBasicInformation: \n")); in UDFGetBasicInformation()
685 AdPrint(("UDFGetNetworkInformation: \n")); in UDFGetNetworkInformation()
759 AdPrint(("UDFGetInternalInformation\n")); in UDFGetInternalInformation()
810 AdPrint(("UDFGetEaInformation\n")); in UDFGetEaInformation()
846 AdPrint(("UDFGetFullNameInformation\n")); in UDFGetFullNameInformation()
1022 AdPrint(("UDFSetBasicInformation\n")); in UDFSetBasicInformation()
1366 AdPrint((" SET DeleteOnClose\n")); in UDFSetDispositionInformation()
1648 AdPrint(("UDFSetEOF\n")); in UDFSetEOF()
2099 AdPrint((" %ws ->\n %ws\n", in UDFRename()
2525 AdPrint(("UDFHardLink\n")); in UDFHardLink()
[all …]
H A Dudf_dbg.h94 #define AdPrint(_x_) {DbgPrint("Thrd:%x:",PsGetCurrentThread());DbgPrint _x_;} macro
96 #define AdPrint(_x_) {NOTHING;} macro
116 #define AdPrint(_x_) {NOTHING;} macro
H A Dwrite.cpp660 AdPrint((" Try to acquire PagingIoRes\n")); in UDFCommonWrite()
664 AdPrint((" PagingIoRes Ok, Resizing...\n")); in UDFCommonWrite()
735AdPrint(("UDFCommonWrite: DataLoc %x, Mapping %x\n", Fcb->FileInfo->Dloc->DataLoc, Fcb->FileInfo->… in UDFCommonWrite()
H A Dfastio.cpp1183 AdPrint((" Verify queue overflow -> UDFFastIoCopyWrite() = FALSE\n")); in UDFFastIoCopyWrite()
H A Dread.cpp624AdPrint(("UDFCommonRead: DataLoc %x, Mapping %x\n", &Fcb->FileInfo->Dloc->DataLoc, Fcb->FileInfo->… in UDFCommonRead()
H A Dsecursup.cpp958 AdPrint(("force R/O on dirty\n")); in UDFCheckAccessRights()
/reactos/drivers/filesystems/udfs/udf_info/
H A Dextent.cpp910 AdPrint((" DISK_FULL\n")); in UDFBuildShortAllocDescs()
1093 AdPrint((" DISK_FULL\n")); in UDFBuildLongAllocDescs()
1451 AdPrint((" no map\n")); in UDFGetCachedAllocation()
1480 AdPrint((" stored in %x\n", i)); in UDFStoreCachedAllocation()
1502 AdPrint((" stored in 0\n")); in UDFStoreCachedAllocation()
2002 AdPrint(("Not->Alloc no free\n")); in UDFMarkNotAllocatedAsAllocated()
2262 AdPrint((" cut preallocated\n")); in UDFResizeExtent()
2327 AdPrint((" DISK_FULL\n")); in UDFResizeExtent()
2525 AdPrint(("Resize cut (8)\n")); in UDFResizeExtent()
2581 AdPrint(("Resize zero (9)\n")); in UDFResizeExtent()
[all …]
H A Dalloc.cpp121 AdPrint(("UDFPartLbaToPhys: part %x, lbn %x (err)\n", in UDFPartLbaToPhys()
125 AdPrint(("UDFPartLbaToPhys: try to recover: part %x -> %x\n", in UDFPartLbaToPhys()
139 AdPrint(("UDFPartLbaToPhys: root %x, lbn %x, lba %x (err1)\n", in UDFPartLbaToPhys()
150 AdPrint(("UDFPartLbaToPhys: i %x, root %x, lbn %x, lba %x (err2)\n", in UDFPartLbaToPhys()
669 AdPrint(("ChkAlloc:Map:%x:File:%x:Line:%d\n",
678 AdPrint(("ChkAlloc:%x:%s:%x:@:%x:(%x):File:%x:Line:%d\n",
732 AdPrint(("USED Mapping covers FREE block(s) @%x\n",lba+j));
748 AdPrint(("FREE Mapping covers USED block(s) @%x\n",lba+j));
819 AdPrint(("Alloc:%x:%s:%x:@:%x:File:%x:Line:%d\n",
1019 AdPrint((" DISK_FULL\n"));
[all …]
H A Dudf_info.cpp1727 AdPrint((" restore alloc\n")); in UDFWriteFile__()
1783 AdPrint(("UDFUnlinkFile__:\n")); in UDFUnlinkFile__()
1898 AdPrint((" ")); in UDFUnlinkFile__()
1986 AdPrint((" ")); in UDFUnlinkAllFilesInDir()
3083 AdPrint((" No FileIdent\n")); in UDFCloseFile__()
3087 AdPrint((" Not DELETED\n")); in UDFCloseFile__()
3973 AdPrint((" setup tag: @%x\n", lba)); in UDFFlushFE()
4083 AdPrint((" FI lba %x\n", lba)); in UDFFlushFI()
4155 AdPrint((" No FileIdent\n")); in UDFFlushFile__()
4158 AdPrint((" Not DELETED\n")); in UDFFlushFile__()
[all …]
H A Ddirtree.cpp703AdPrint(("Ref to Discarded block %x\n",UDFPartLbaToPhys(Vcb, &(DirNdx->FileEntryLoc)) )); in UDFIndexDirectory()
708 AdPrint(("Ref to Invalid block %x\n", UDFPartLbaToPhys(Vcb, &(DirNdx->FileEntryLoc)) )); in UDFIndexDirectory()
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.h270 #define AdPrint(_x_) {DbgPrint("Thrd:%x:",PsGetCurrentThread());DbgPrint _x_;} macro
272 #define AdPrint(_x_) {NOTHING;} macro
292 #define AdPrint(_x_) {NOTHING;} macro