Lines Matching defs:CACHE_DEBUG

287 #define	CACHE_DEBUG(args)	\
982 CACHE_DEBUG((DI_ERR, "Empty cache. Skipping copy"));
1023 CACHE_DEBUG((DI_ERR, "Empty memlist. Skipping copy"));
1036 CACHE_DEBUG((DI_ERR, "cannot cache: bad size: 0x%x", map_size));
3680 CACHE_DEBUG((DI_ERR, "bad version: 0x%x", all->version));
3685 CACHE_DEBUG((DI_ERR, "bad magic #: 0x%x", all->cache_magic));
3690 CACHE_DEBUG((DI_ERR, "bad timestamp: %ld", all->snapshot_time));
3695 CACHE_DEBUG((DI_ERR, "NULL top devinfo"));
3700 CACHE_DEBUG((DI_ERR, "bad map size: %u", all->map_size));
3705 CACHE_DEBUG((DI_ERR, "bad rootpath: %c%c",
3734 CACHE_DEBUG((DI_ERR, "write error: %d", error));
3770 CACHE_DEBUG((DI_ERR, "Empty cache. Skipping write"));
3778 CACHE_DEBUG((DI_ERR, "Can't write to rootFS. Skipping write"));
3785 CACHE_DEBUG((DI_ERR, "Invalid header. Skipping write"));
3798 CACHE_DEBUG((DI_ERR, "map_size (0x%x) > cache_size (0x%x)."
3808 CACHE_DEBUG((DI_ERR, "%s: unlink failed: %d",
3813 CACHE_DEBUG((DI_ERR, "RDONLY FS. Skipping write"));
3821 CACHE_DEBUG((DI_ERR, "%s: create failed: %d",
3832 CACHE_DEBUG((DI_ERR, "cannot write: readonly FS"));
3860 CACHE_DEBUG((DI_ERR, "write failed: off=0x%x: %d",
3878 CACHE_DEBUG((DI_ERR, "FSYNC failed: %d", error));
3882 CACHE_DEBUG((DI_ERR, "close() failed: %d", error));
3893 CACHE_DEBUG((DI_ERR, "rename failed: %d", error));
3897 CACHE_DEBUG((DI_INFO, "Cache write successful."));
3930 CACHE_DEBUG((DI_ERR, "%s: open failed: %d",
3944 CACHE_DEBUG((DI_ERR, "cache header: read error or invalid"));
3962 CACHE_DEBUG((DI_ERR, "%s: read error at offset: %lld",
3977 CACHE_DEBUG((DI_ERR, "%s: file size changed", DI_CACHE_FILE));
3983 CACHE_DEBUG((DI_ERR, "%s: file header changed", DI_CACHE_FILE));
3996 CACHE_DEBUG((DI_ERR,
4003 CACHE_DEBUG((DI_ERR, "%s: map size changed", DI_CACHE_FILE));
4032 CACHE_DEBUG((DI_ERR,
4042 CACHE_DEBUG((DI_ERR,
4050 CACHE_DEBUG((DI_ERR,
4057 CACHE_DEBUG((DI_INFO, "cache lookup args ok: 0x%x", st->command));
4072 CACHE_DEBUG((DI_INFO,
4079 CACHE_DEBUG((DI_INFO,
4085 CACHE_DEBUG((DI_INFO, "cacheable snapshot request: 0x%x", st->command));
4197 CACHE_DEBUG((DI_ERR, "can't update cache: bad snapshot"));
4203 CACHE_DEBUG((DI_ERR, "can't update cache: copy failed"));