Lines Matching defs:printf

60 #define printf dprintf
63 #define kprintf printf
102 printf("R: %8" B_PRIdOFF " : %3d\n", bnum, num_blocks);
139 printf("W: %8" B_PRIdOFF " : %3d\n", bnum, num_blocks);
221 printf("bucket %3d : %3d\n", i, hash_len);
228 printf("max # of chains: %d, average chain length %d\n", max,sum/ht->max);
261 printf("*** hashtable size %d or mask %d looks weird!\n", ht->max,
308 printf("entry %d:%" B_PRIdOFF " already in the hash table!\n",
364 printf("*** hash_delete: tried to delete non-existent block %d:%"
507 printf("cache: released an iovec I don't own (iov %p)\n", iov);
566 printf("%s: count == %d, cur_blocks %d, prev 0x%x\n",
579 printf("LOCKED 0x%x (tail 0x%x, head 0x%x)\n", &bc.locked,
582 printf("nce @ 0x%x dev %d bnum %ld flags %d lock %d clone 0x%x func 0x%x\n",
586 printf("NORMAL 0x%x (tail 0x%x, head 0x%x)\n", &bc.normal,
589 printf("nce @ 0x%x dev %d bnum %ld flags %d lock %d clone 0x%x func 0x%x\n",
864 printf("flush ents failed (ents @ 0x%lx, num_ents %d!\n",
895 if (chatty_io > 2) printf("flush: %7" B_PRIdOFF "\n", ce->block_num);
968 printf("writev @ %" B_PRIdOFF " for %d blocks\n",
976 printf("flush_ents: writev failed: "
981 printf("iov[%2d] = %p :: %ld\n", idx, iov[idx].iov_base,
984 printf("error %s writing blocks %" B_PRIdOFF ":%d (%d != %d)\n",
1052 printf("*** shutdown_block_cache: "
1056 printf("*** shutdown_block_cache: "
1062 printf("* shutdown block cache: "
1079 printf("*** free_device_cache: "
1133 printf("device %d is already initialized!\n", fd);
1168 printf("block %" B_PRIdOFF " isn't coming un-busy (ce @ %p)\n",
1196 /* printf("sbi: %ld (arg 0x%x)\n", blocks[i], arg); */
1296 printf("sbi: "
1413 printf("*** remove_cached_dev: "
1551 printf("** mark_blocks_diry couldn't find block %" B_PRIdOFF " "
1570 /* printf("rlsb: %ld\n", bnum); */
1585 printf("rlsb: whoa nellie! ce %" B_PRIdOFF " has lock == %d\n",
1713 printf("readv @ %" B_PRIdOFF " for %d blocks "
1721 printf("read_into_ents: asked to read %d bytes but got %d\n",
1723 printf("*** iov @ %p (num %d)\n", iov, num);
1768 printf("cbio: bnum = %" B_PRIdOFF ", num_blocks = %" B_PRIdOFF ", "
1779 printf("major butthead move: "
1795 printf("dev %d: "
1819 printf("cache read:read_phys_blocks failed "
1869 printf("over-writing cloned data "
1882 printf("cache write: write_phys_blocks failed (%s on blocks "
1888 printf("bad cache op %d "
1929 printf("cbio:data %p dptr %p ce @ %p ce->data %p\n",
2092 printf("flush ents failed (ents @ %p, nblocks %d!\n",
2129 printf("cache: no memory for block (bsize %d)!\n",
2201 printf("err %s on dev %d block %" B_PRIdOFF ":%d (%d) "