Home
last modified time | relevance | path

Searched refs:PC_DPRINTF3 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_subr.c162 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 Dpc_node.c367 PC_DPRINTF3(4, "pc_truncate pcp=0x%p, len=%u, size=%u\n", in pc_truncate()
546 PC_DPRINTF3(7, "pc_nodeupdate pcp=0x%p, bn=%ld, off=%d\n", (void *)pcp, in pc_nodeupdate()
H A Dpc_vfsops.c1956 PC_DPRINTF3(3, "!pcfs: parseBPB, device (%x.%x):%d:\n", in parseBPB()
2368 PC_DPRINTF3(1, "!pcfs: autodetected media block size " in pcfs_device_getinfo()
2438 PC_DPRINTF3(1, "!pcfs: media block size autodetection " in pcfs_device_getinfo()
2496 PC_DPRINTF3(5, "!pcfs: pc_getfattype: using FDISK table on " in pc_getfattype()
H A Dpc_vnops.c482 PC_DPRINTF3(2, "rwpcp ENOSPC " in rwpcp()
1461 PC_DPRINTF3(5, "pcfs_getapage: vp=%p off=%lld len=%lu\n", in pcfs_getapage()
H A Dpc_dir.c573 PC_DPRINTF3(4, "pc_rename(0x%p, %s, %s)\n", (void *)dp, snm, tnm); in pc_rename()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h599 #define PC_DPRINTF3(level, A, B, C, D) \ macro