#include "uffs/uffs_public.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | ENABLE_DEBUG |
Functions | |
void | uffs_Perror (int level, const char *errFmt,...) |
Definition in file uffs_debug.c.
#define ENABLE_DEBUG |
Definition at line 16 of file uffs_debug.c.
void uffs_Perror | ( | int | level, | |
const char * | errFmt, | |||
... | ||||
) |
Definition at line 27 of file uffs_debug.c.
References NULL, and UFFS_DBG_LEVEL.
Referenced by Samsung_MakeBadBlockMark(), Samsung_WritePageSpare(), uffs_BreakFromEntry(), uffs_BufClone(), uffs_BufFlush(), uffs_BufFreeClone(), uffs_BufGetEx(), uffs_BufInit(), uffs_BufNew(), uffs_BufPut(), uffs_BufReleaseAll(), uffs_BufWrite(), uffs_BuildTree(), uffs_CheckBadBlock(), uffs_CloseObject(), uffs_CompareFileNameWithTreeNode(), uffs_CreateNewFile(), uffs_DeleteObject(), uffs_FindFromTree(), uffs_FormatDevice(), uffs_GetBlockInfo(), uffs_InitBlockInfoCache(), uffs_InitDevice(), uffs_initMountTable(), uffs_InitTreeBuf(), uffs_InsertNodeToTree(), uffs_IsSrcNewerThanObj(), uffs_LoadBlockInfo(), uffs_OpenFindObject(), uffs_PutBlockInfo(), uffs_ReadObject(), uffs_RecoverBadBlock(), uffs_ReleaseBlockInfoCache(), uffs_ReleaseDevice(), uffs_RenameObject(), uffs_SeekObject(), uffs_TruncateObject(), and uffs_WriteObject().