Searched refs:PC_DPRINTF3 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_subr.c | 162 PC_DPRINTF3(1, "ux2pc date: %d.%d.%d\n", day, month, YEAR_ZERO + year); in pc_tvtopct() 163 PC_DPRINTF3(1, "ux2pc time: %dh%dm%ds\n", hour, min, sec); in pc_tvtopct() 221 PC_DPRINTF3(1, "pc2ux date: %d.%d.%d\n", day, month, year); in pc_pcttotv() 222 PC_DPRINTF3(1, "pc2ux time: %dh%dm%ds\n", hour, min, sec); in pc_pcttotv()
|
H A D | pc_node.c | 364 PC_DPRINTF3(4, "pc_truncate pcp=0x%p, len=%u, size=%u\n", in pc_truncate() 543 PC_DPRINTF3(7, "pc_nodeupdate pcp=0x%p, bn=%ld, off=%d\n", (void *)pcp, in pc_nodeupdate()
|
H A D | pc_vfsops.c | 1953 PC_DPRINTF3(3, "!pcfs: parseBPB, device (%x.%x):%d:\n", in parseBPB() 2365 PC_DPRINTF3(1, "!pcfs: autodetected media block size " in pcfs_device_getinfo() 2435 PC_DPRINTF3(1, "!pcfs: media block size autodetection " in pcfs_device_getinfo() 2493 PC_DPRINTF3(5, "!pcfs: pc_getfattype: using FDISK table on " in pc_getfattype()
|
H A D | pc_vnops.c | 481 PC_DPRINTF3(2, "rwpcp ENOSPC " in rwpcp() 1460 PC_DPRINTF3(5, "pcfs_getapage: vp=%p off=%lld len=%lu\n", in pcfs_getapage()
|
H A D | pc_dir.c | 572 PC_DPRINTF3(4, "pc_rename(0x%p, %s, %s)\n", (void *)dp, snm, tnm); in pc_rename()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 599 #define PC_DPRINTF3(level, A, B, C, D) \ macro
|