Searched defs:NANDFS_DEBUG (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | nandfs.c | 42 #define NANDFS_DEBUG(fmt, args...) do { \ macro 43 printf("NANDFS_DEBUG:" fmt "\n", ##args); } while (0) 45 #define NANDFS_DEBUG(fmt, args...) macro 210 NANDFS_DEBUG("reading i %d offset %d\n", i, 215 NANDFS_DEBUG("error %d\n", error); 232 NANDFS_DEBUG("magic %x wtime %jd, lastcp 0x%jx\n", 249 NANDFS_DEBUG("starting\n"); 258 NANDFS_DEBUG("found at %x, volume %s\n", offset, 281 NANDFS_DEBUG("selected sb with w_time %jd last_pseg %jx\n", 305 NANDFS_DEBUG("usin [all...] |
Completed in 58 milliseconds