Home
last modified time | relevance | path

Searched refs:dprint (Results 1 – 23 of 23) sorted by relevance

/linux-2.6.39/drivers/scsi/
Datari_scsi.h116 #define dprint(flg, format...) \ macro
123 dprint(NDEBUG_ARBITRATION, format , ## args)
125 dprint(NDEBUG_AUTOSENSE, format , ## args)
127 dprint(NDEBUG_DMA, format , ## args)
129 dprint(NDEBUG_HANDSHAKE, format , ## args)
131 dprint(NDEBUG_INFORMATION, format , ## args)
133 dprint(NDEBUG_INIT, format , ## args)
135 dprint(NDEBUG_INTR, format , ## args)
137 dprint(NDEBUG_LINKED, format , ## args)
139 dprint(NDEBUG_MAIN, format , ## args)
[all …]
/linux-2.6.39/arch/m68k/math-emu/
Dfp_arith.c36 dprint(PINSTR, "fabs\n"); in fp_fabs()
48 dprint(PINSTR, "fneg\n"); in fp_fneg()
67 dprint(PINSTR, "fadd\n"); in fp_fadd()
125 dprint(PINSTR, "fsub "); in fp_fsub()
135 dprint(PINSTR, "fcmp "); in fp_fcmp()
145 dprint(PINSTR, "ftst\n"); in fp_ftst()
158 dprint(PINSTR, "fmul\n"); in fp_fmul()
236 dprint(PINSTR, "fdiv\n"); in fp_fdiv()
316 dprint(PINSTR, "fsglmul\n"); in fp_fsglmul()
374 dprint(PINSTR, "fsgldiv\n"); in fp_fsgldiv()
[all …]
Dfp_log.c34 dprint(PINSTR, "fsqrt\n"); in fp_fsqrt()
187 dprint(PINSTR, "fgetexp\n"); in fp_fgetexp()
208 dprint(PINSTR, "fgetman\n"); in fp_fgetman()
/linux-2.6.39/fs/hfs/
Dbnode.c103 dprint(DBG_BNODE_MOD, "copybytes: %u,%u,%u\n", dst, src, len); in hfs_bnode_copy()
123 dprint(DBG_BNODE_MOD, "movebytes: %u,%u,%u\n", dst, src, len); in hfs_bnode_move()
141 dprint(DBG_BNODE_MOD, "bnode: %d\n", node->this); in hfs_bnode_dump()
143 dprint(DBG_BNODE_MOD, "%d, %d, %d, %d, %d\n", in hfs_bnode_dump()
150 dprint(DBG_BNODE_MOD, " %d", key_off); in hfs_bnode_dump()
158 dprint(DBG_BNODE_MOD, " (%d,%d", tmp, hfs_bnode_read_u8(node, key_off)); in hfs_bnode_dump()
160 dprint(DBG_BNODE_MOD, ",%d)", be32_to_cpu(cnid)); in hfs_bnode_dump()
165 dprint(DBG_BNODE_MOD, " (%d)", tmp); in hfs_bnode_dump()
168 dprint(DBG_BNODE_MOD, "\n"); in hfs_bnode_dump()
260 dprint(DBG_BNODE_REFS, "new_node(%d:%d): 1\n", in __hfs_bnode_create()
[all …]
Dextent.c198 dprint(DBG_EXTENT, " "); in hfs_dump_extent()
200 dprint(DBG_EXTENT, " %u:%u", be16_to_cpu(extent[i].block), in hfs_dump_extent()
202 dprint(DBG_EXTENT, "\n"); in hfs_dump_extent()
395 dprint(DBG_EXTENT, "extend %lu: %u,%u\n", inode->i_ino, start, len); in hfs_extend_file()
398 dprint(DBG_EXTENT, "first extents\n"); in hfs_extend_file()
440 dprint(DBG_EXTENT, "insert new extent\n"); in hfs_extend_file()
463 dprint(DBG_INODE, "truncate: %lu, %Lu -> %Lu\n", inode->i_ino, in hfs_file_truncate()
Dbitmap.c161 dprint(DBG_BITMAP, "alloc_bits: %u,%u\n", pos, *num_bits); in hfs_vbm_search_free()
203 dprint(DBG_BITMAP, "clear_bits: %u,%u\n", start, count); in hfs_clear_vbm_bits()
Dcatalog.c90 dprint(DBG_CAT_MOD, "create_cat: %s,%u(%d)\n", str->name, cnid, inode->i_nlink); in hfs_cat_create()
215 dprint(DBG_CAT_MOD, "delete_cat: %s,%u\n", str ? str->name : NULL, cnid); in hfs_cat_delete()
281 dprint(DBG_CAT_MOD, "rename_cat: %u - %lu,%s - %lu,%s\n", cnid, src_dir->i_ino, src_name->name, in hfs_cat_move()
Dbfind.c25 dprint(DBG_BNODE_REFS, "find_init: %d (%p)\n", tree->cnid, __builtin_return_address(0)); in hfs_find_init()
34 dprint(DBG_BNODE_REFS, "find_exit: %d (%p)\n", fd->tree->cnid, __builtin_return_address(0)); in hfs_find_exit()
Dbrec.c97 dprint(DBG_BNODE_MOD, "insert_rec: %d, %d, %d, %d\n", rec, size, end_off, end_rec_off); in hfs_brec_insert()
193 dprint(DBG_BNODE_MOD, "remove_rec: %d, %d\n", fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove()
243 dprint(DBG_BNODE_MOD, "split_nodes: %d - %d - %d\n", in hfs_bnode_split()
377 dprint(DBG_BNODE_MOD, "update_rec: %d, %d, %d\n", rec, fd->keylength, newkeylen); in hfs_brec_update_parent()
Dhfs_fs.h36 #define dprint(flg, fmt, args...) \ macro
Dinode.c232 dprint(DBG_INODE, "delete_inode: %lu\n", inode->i_ino); in hfs_delete_inode()
412 dprint(DBG_INODE, "hfs_write_inode: %lu\n", inode->i_ino); in hfs_write_inode()
Dbtree.c309 dprint(DBG_BNODE_MOD, "btree_free_node: %u\n", node->this); in hfs_bmap_free()
/linux-2.6.39/fs/hfsplus/
Dbnode.c132 dprint(DBG_BNODE_MOD, "copybytes: %u,%u,%u\n", dst, src, len); in hfs_bnode_copy()
190 dprint(DBG_BNODE_MOD, "movebytes: %u,%u,%u\n", dst, src, len); in hfs_bnode_move()
304 dprint(DBG_BNODE_MOD, "bnode: %d\n", node->this); in hfs_bnode_dump()
306 dprint(DBG_BNODE_MOD, "%d, %d, %d, %d, %d\n", in hfs_bnode_dump()
313 dprint(DBG_BNODE_MOD, " %d", key_off); in hfs_bnode_dump()
321 dprint(DBG_BNODE_MOD, " (%d", tmp); in hfs_bnode_dump()
323 dprint(DBG_BNODE_MOD, ",%d)", be32_to_cpu(cnid)); in hfs_bnode_dump()
328 dprint(DBG_BNODE_MOD, " (%d)", tmp); in hfs_bnode_dump()
331 dprint(DBG_BNODE_MOD, "\n"); in hfs_bnode_dump()
367 dprint(DBG_BNODE_MOD, "hfs_btree_del_level\n"); in hfs_bnode_unlink()
[all …]
Dbitmap.c33 dprint(DBG_BITMAP, "block_allocate: %u,%u,%u\n", size, offset, len); in hfsplus_block_allocate()
92 dprint(DBG_BITMAP, "bitmap full\n"); in hfsplus_block_allocate()
99 dprint(DBG_BITMAP, "bitmap full\n"); in hfsplus_block_allocate()
157 dprint(DBG_BITMAP, "-> %u,%u\n", start, *max); in hfsplus_block_allocate()
176 dprint(DBG_BITMAP, "block_free: %u,%u\n", offset, count); in hfsplus_block_free()
Dextents.c256 dprint(DBG_EXTENT, "get_block(%lu): %llu - %u\n", in hfsplus_get_block()
277 dprint(DBG_EXTENT, " "); in hfsplus_dump_extent()
279 dprint(DBG_EXTENT, " %u:%u", be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
281 dprint(DBG_EXTENT, "\n"); in hfsplus_dump_extent()
430 dprint(DBG_EXTENT, "extend %lu: %u,%u\n", inode->i_ino, start, len); in hfsplus_file_extend()
434 dprint(DBG_EXTENT, "first extents\n"); in hfsplus_file_extend()
471 dprint(DBG_EXTENT, "insert new extent\n"); in hfsplus_file_extend()
494 dprint(DBG_INODE, "truncate: %lu, %llu -> %llu\n", in hfsplus_file_truncate()
Dbrec.c88 dprint(DBG_BNODE_MOD, "insert_rec: %d, %d, %d, %d\n", in hfs_brec_insert()
188 dprint(DBG_BNODE_MOD, "remove_rec: %d, %d\n", in hfs_brec_remove()
241 dprint(DBG_BNODE_MOD, "split_nodes: %d - %d - %d\n", in hfs_bnode_split()
375 dprint(DBG_BNODE_MOD, "update_rec: %d, %d, %d\n", in hfs_brec_update_parent()
387 dprint(DBG_BNODE_MOD, "hfs: splitting index node.\n"); in hfs_brec_update_parent()
Dbfind.c25 dprint(DBG_BNODE_REFS, "find_init: %d (%p)\n", in hfs_find_init()
35 dprint(DBG_BNODE_REFS, "find_exit: %d (%p)\n", in hfs_find_exit()
Dsuper.c136 dprint(DBG_INODE, "hfsplus_write_inode: %lu\n", inode->i_ino); in hfsplus_write_inode()
149 dprint(DBG_INODE, "hfsplus_evict_inode: %lu\n", inode->i_ino); in hfsplus_evict_inode()
168 dprint(DBG_SUPER, "hfsplus_write_super\n"); in hfsplus_sync_fs()
235 dprint(DBG_SUPER, "hfsplus_put_super\n"); in hfsplus_put_super()
Dcatalog.c213 dprint(DBG_CAT_MOD, "create_cat: %s,%u(%d)\n", in hfsplus_create_cat()
270 dprint(DBG_CAT_MOD, "delete_cat: %s,%u\n", in hfsplus_delete_cat()
352 dprint(DBG_CAT_MOD, "rename_cat: %u - %lu,%s - %lu,%s\n", in hfsplus_rename_cat()
Dbtree.c297 dprint(DBG_BNODE_MOD, "hfs: create new bmap node.\n"); in hfs_bmap_alloc()
323 dprint(DBG_BNODE_MOD, "btree_free_node: %u\n", node->this); in hfs_bmap_free()
Dhfsplus_fs.h33 #define dprint(flg, fmt, args...) \ macro
/linux-2.6.39/arch/frv/include/asm/
Dmath-emu.h108 #define dprint(bit, fmt, args...) ({ \ macro
113 #define dprint(bit, fmt, args...) macro
/linux-2.6.39/arch/m68k/include/asm/
Dmath-emu.h108 #define dprint(bit, fmt, args...) ({ \ macro
113 #define dprint(bit, fmt, args...) macro