Searched refs:dprint (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_debug.c | 152 __dprintf(boolean_t dprint, const char *file, const char *func, in __dprintf() argument 161 char *prefix = (dprint) ? "dprintf: " : ""; in __dprintf() 187 if (dprint && buf[0] != '\0') { in __dprintf()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_debug.h | 62 extern void __dprintf(boolean_t dprint, const char *file, const char *func,
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_debug.c | 186 __dprintf(boolean_t dprint, const char *file, const char *func, in __dprintf() argument
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 571 __dprintf(boolean_t dprint, const char *file, const char *func, in __dprintf() argument 587 if (dprint) { in __dprintf()
|