Home
last modified time | relevance | path

Searched refs:devfs_debug (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/kern/
H A Dvfs_conf.c242 devfs_debug(DEVFS_DEBUG_DEBUG, in vfs_mountroot_devfs()
245 devfs_debug(DEVFS_DEBUG_DEBUG, in vfs_mountroot_devfs()
248 devfs_debug(DEVFS_DEBUG_SHOW, in vfs_mountroot_devfs()
260 devfs_debug(DEVFS_DEBUG_SHOW, in vfs_mountroot_devfs()
279 devfs_debug(DEVFS_DEBUG_SHOW, in vfs_mountroot_devfs()
288 devfs_debug(DEVFS_DEBUG_SHOW, in vfs_mountroot_devfs()
295 devfs_debug(DEVFS_DEBUG_SHOW, in vfs_mountroot_devfs()
360 devfs_debug(DEVFS_DEBUG_SHOW, in vfs_mountroot_devfs()
380 devfs_debug(DEVFS_DEBUG_SHOW, in vfs_mountroot_devfs()
384 devfs_debug(DEVFS_DEBUG_DEBUG, in vfs_mountroot_devfs()
H A Dkern_conf.c205 devfs_debug(DEVFS_DEBUG_INFO, in make_dev()
235 devfs_debug(DEVFS_DEBUG_INFO, in make_dev_covering()
349 devfs_debug(DEVFS_DEBUG_DEBUG, in destroy_dev()
H A Dsubr_disk.c592 devfs_debug(DEVFS_DEBUG_WARNING, in disk_msg_core()
1180 devfs_debug(DEVFS_DEBUG_DEBUG, in diskioctl()
1183 devfs_debug(DEVFS_DEBUG_DEBUG, in diskioctl()
/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_vnops.c335 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_readdir() called!\n"); in devfs_vop_readdir()
495 devfs_debug(DEVFS_DEBUG_SHOW, "Recursive link or depth >= 8"); in devfs_vop_nresolve()
900 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_spec_open: -1.1-\n"); in devfs_spec_open()
919 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_spec_open()
924 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_spec_open()
950 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_spec_open()
1035 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_spec_open()
1120 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_spec_close()
1124 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_spec_close()
1168 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_spec_close() -1- \n"); in devfs_spec_close()
[all …]
H A Ddevfs_vfsops.c79 devfs_debug(DEVFS_DEBUG_DEBUG, "(vfsops) devfs_mount() called!\n"); in devfs_vfs_mount()
128 devfs_debug(DEVFS_DEBUG_DEBUG, "calling devfs_mount_add\n"); in devfs_vfs_mount()
143 devfs_debug(DEVFS_DEBUG_DEBUG, "(vfsops) devfs_unmount() called!\n"); in devfs_vfs_unmount()
170 devfs_debug(DEVFS_DEBUG_DEBUG, "(vfsops) devfs_root() called!\n"); in devfs_vfs_root()
184 devfs_debug(DEVFS_DEBUG_DEBUG, "(vfsops) devfs_stat() called!\n"); in devfs_vfs_statfs()
H A Ddevfs_core.c162 devfs_debug(int level, char *fmt, ...) in devfs_debug() function
547 devfs_debug(DEVFS_DEBUG_SHOW, "Recursive link or depth >= 8"); in devfs_alias_getvp()
952 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_find_device_by_devid()
1266 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_msg_core()
1331 devfs_debug(DEVFS_DEBUG_SHOW, in devfs_msg_exec()
1385 devfs_debug(DEVFS_DEBUG_WARNING, in devfs_msg_exec()
1471 devfs_debug(DEVFS_DEBUG_DEBUG, "related worker: %s\n", in devfs_destroy_related_worker()
1504 devfs_debug(DEVFS_DEBUG_DEBUG, "related_wo_flag: %s\n", in devfs_destroy_related_without_flag_worker()
1512 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_destroy_related_without_flag_worker()
1705 devfs_debug(DEVFS_DEBUG_WARNING, in devfs_make_alias_worker()
[all …]
H A Ddevfs_rules.c402 devfs_debug(DEVFS_DEBUG_SHOW, in devfs_dev_open()
/dflybsd-src/sys/sys/
H A Ddevfs.h361 int devfs_debug(int level, char *fmt, ...) __printflike(2, 3);