Searched refs:PC_DPRINTF1 (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 165 PC_DPRINTF1(2, "cluster chain " in pc_getnode() 179 PC_DPRINTF1(2, "cluster chain corruption, " in pc_getnode() 224 PC_DPRINTF1(8, "pc_rele vp=0x%p\n", (void *)vp); in pc_rele() 267 PC_DPRINTF1(3, "pc_rele: pcp=0x%p HELD AGAIN!\n", (void *)pcp); in pc_rele() 317 PC_DPRINTF1(2, "pc_mark_mod failed timestamp " in pc_mark_mod() 340 PC_DPRINTF1(2, "pc_mark_acc failed timestamp " in pc_mark_acc() 399 PC_DPRINTF1(2, "pc_truncate: error=%d\n", error); in pc_truncate() 405 PC_DPRINTF1(2, "cluster chain corruption, " in pc_truncate() 592 PC_DPRINTF1(4, "pc_verify fsp=0x%p\n", (void *)fsp); in pc_verify() 606 PC_DPRINTF1(1, in pc_verify() [all …]
|
H A D | pc_alloc.c | 124 PC_DPRINTF1(1, in pc_bmap() 208 PC_DPRINTF1(1, "pc_balloc: badfs cn=%d\n", cn); in pc_balloc() 233 PC_DPRINTF1(1, in pc_balloc() 274 PC_DPRINTF1(1, "pc_bfree: badfs n=%d\n", n); in pc_bfree() 297 PC_DPRINTF1(1, "pc_bfree: badfs cn=%d\n", cn); in pc_bfree()
|
H A D | pc_subr.c | 164 PC_DPRINTF1(1, "ux2pc unixtime: %lld\n", (long long)(unixtime)); in pc_tvtopct() 250 PC_DPRINTF1(1, "pc2ux unixtime: %lld\n", (long long)(*unixtime)); in pc_pcttotv()
|
H A D | pc_vnops.c | 248 PC_DPRINTF1(1, "pcfs_read: io error = %d\n", error); in pcfs_read() 290 PC_DPRINTF1(1, "pcfs_write: io error = %d\n", error); in pcfs_write() 464 PC_DPRINTF1(2, in rwpcp() 488 PC_DPRINTF1(1, in rwpcp() 530 PC_DPRINTF1(1, "rwpcp error2=%d\n", error); in rwpcp() 580 PC_DPRINTF1(8, "pcfs_getattr: vp=%p\n", (void *)vp); in pcfs_getattr() 1521 PC_DPRINTF1(1, "pc_getapage err=%d", err1); in pcfs_getapage() 1646 PC_DPRINTF1(6, "pcfs_putpage vp=0x%p\n", (void *)vp); in pcfs_putpage() 1655 PC_DPRINTF1(3, "pcfs_putpage NULL vp=0x%p\n", (void *)vp); in pcfs_putpage() 1745 PC_DPRINTF1(1, "pcfs_putpage err=%d\n", err); in pcfs_putpage() [all …]
|
H A D | pc_vfsops.c | 1967 PC_DPRINTF1(3, in parseBPB() 1979 PC_DPRINTF1(3, in parseBPB()
|
H A D | pc_dir.c | 115 PC_DPRINTF1(4, "pc_dirlook: FOUND pcp=%p\n", (void *)*pcpp); in pc_dirlook()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 593 #define PC_DPRINTF1(level, A, B) \ macro
|