Home
last modified time | relevance | path

Searched refs:DEVFS_DEBUG_DEBUG (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/vfs/devfs/
HDdevfs_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()
HDdevfs_vnops.c335 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_readdir() called!\n"); in devfs_vop_readdir()
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()
1212 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_spec_close() -2- \n"); in devfs_spec_close()
[all …]
HDdevfs_core.c952 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_find_device_by_devid()
1266 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_msg_core()
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()
2703 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_init() called\n"); in devfs_init()
2739 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_init finished\n"); in devfs_init()
2749 devfs_debug(DEVFS_DEBUG_DEBUG, "devfs_uninit() called\n"); in devfs_uninit()
2780 devfs_debug(DEVFS_DEBUG_DEBUG, in devfs_sysctl_devname_helper()
/dragonfly/sys/kern/
HDvfs_conf.c242 devfs_debug(DEVFS_DEBUG_DEBUG, in vfs_mountroot_devfs()
245 devfs_debug(DEVFS_DEBUG_DEBUG, in vfs_mountroot_devfs()
384 devfs_debug(DEVFS_DEBUG_DEBUG, in vfs_mountroot_devfs()
HDkern_conf.c349 devfs_debug(DEVFS_DEBUG_DEBUG, in destroy_dev()
HDsubr_disk.c1180 devfs_debug(DEVFS_DEBUG_DEBUG, in diskioctl()
1183 devfs_debug(DEVFS_DEBUG_DEBUG, in diskioctl()
/dragonfly/sys/sys/
HDdevfs.h281 #define DEVFS_DEBUG_DEBUG 0x03 macro