Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c246 printk(KERN_INFO "lkdtm : Crash point %s of type %s hit\n", in lkdtm_handler()
255 printk(KERN_INFO "lkdtm : PANIC\n"); in lkdtm_handler()
259 printk(KERN_INFO "lkdtm : BUG\n"); in lkdtm_handler()
263 printk(KERN_INFO "lkdtm : EXCEPTION\n"); in lkdtm_handler()
267 printk(KERN_INFO "lkdtm : LOOP\n"); in lkdtm_handler()
271 printk(KERN_INFO "lkdtm : OVERFLOW\n"); in lkdtm_handler()
298 printk(KERN_INFO "lkdtm : Crash point not available\n"); in lkdtm_lookup_name()
307 printk(KERN_INFO "lkdtm : Invalid command\n"); in lkdtm_module_init()
464 printk(KERN_INFO "lkdtm : Invalid Crash Point\n"); in lkdtm_module_init()
469 printk(KERN_INFO "lkdtm : Couldn't register jprobe\n"); in lkdtm_module_init()
[all …]
/third_party/libabigail/tests/data/test-read-ctf/
Dtest-linux-module.c25 printk(KERN_INFO "Hello World!\n"); in hello_init()
31 printk(KERN_INFO "Bye World!\n"); in hello_exit()
/third_party/rust/crates/nix/test/test_kmod/hello_mod/
Dhello.c17 printk(KERN_INFO "Hello %s (%d)!\n", who, number); in init_module()
23 printk(KERN_INFO "Goodbye %s (%d)!\n", who, number); in cleanup_module()
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
Dvideo_dummy.c94 printk(KERN_INFO in video_dummy_init()
104 printk(KERN_INFO "video_dummy: removing /dev/video%d\n", in video_dummy_exit()
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
Dtest_genhd.c40 printk(KERN_INFO "Starting test_genhd module\n"); in test_init_module()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h108 dprintf(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
529 #define KERN_INFO COMPAT_KERN_INFO macro