HomeSort by relevance Sort by last modified time
    Searched refs:printk (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 103 printk("tbase: driver is %s\n", drv->name);
104 // printk("tbase: device is %s\n", dev->name);
107 printk("tbase: match\n");
110 printk("tbase: no match\n");
124 printk("tbase: Entered test_dev_probe\n");
130 printk("tbase: Entered test_dev_remove\n");
151 printk("tbase: Entered test_class_release\n");
157 printk("tbase: Entered test_class_hotplug\n");
177 printk("tbase: Entered test_intf_add for the test class_interface\n");
183 printk("tbase: Entered test_intf_rem for the test class interface\n")
    [all...]
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
test-cmpxchg-nolock.c 62 printk(KERN_ALERT "test results: time for baseline\n");
63 printk(KERN_ALERT "number of loops: %d\n", NR_LOOPS);
64 printk(KERN_ALERT "total time: %llu\n", time);
66 printk(KERN_ALERT "-> baseline takes %llu cycles\n", time);
67 printk(KERN_ALERT "test end\n");
93 printk(KERN_ALERT "test results: time for locked cmpxchg\n");
94 printk(KERN_ALERT "number of loops: %d\n", NR_LOOPS);
95 printk(KERN_ALERT "total time: %llu\n", time);
97 printk(KERN_ALERT "-> locked cmpxchg takes %llu cycles\n", time);
98 printk(KERN_ALERT "test end\n")
    [all...]
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
tusb.c 113 printk("tusb: Entered disconnect function\n");
119 printk("tusb: Entered probe function\n");
148 printk("Entered test_alloc_dev\n");
154 printk("Entered test_dealloc_dev\n");
160 printk("Entered test_get_current_frame_number\n");
166 printk("Entered test_submit_urb\n");
172 printk("Entered test_unlink_urb\n");
193 printk("tusb: Entered the ioctl call\n");
247 printk("Mismatching ioctl command\n");
253 printk("tusb: After ioctl call dev DNE\n")
    [all...]
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
test_genhd.c 33 printk(KERN_DEBUG "gd_ptr after alloc=%p\n", gd_ptr);
40 printk(KERN_INFO "Starting test_genhd module\n");
49 printk(KERN_DEBUG "Unloading test_genhd module\n");
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
tagp.c 131 printk("Enter tagp_ioctl\n");
239 printk("Mismatching ioctl command\n");
260 printk("tpci: Unsuccessful copy_to_user of outparms\n");
267 printk("tpci: Unsuccessful copy_to_user of tif\n");
294 printk("<1> tagp : Enter test fetch size\n");
302 printk("<1> tagp : Enter test configure\n");
308 printk("<1> tagp : Enter test_cleanup\n");
314 printk("<1> tagp : Enter test tlbflush\n");
361 printk("<1> tagp : Enter test_agp_backend_acquire\n");
368 printk("<1> tagp : Enter test_agp_backend_release\n")
    [all...]
  /external/ltp/testcases/kernel/device-drivers/nls/
nlsTest.c 92 printk(KERN_DEBUG "device opened\n");
102 printk(KERN_DEBUG "device released\n");
117 printk(KERN_DEBUG "Entered the ioctl call.\n");
129 printk(KERN_ERR "Mismatching ioctl command\n");
137 printk(KERN_DEBUG "Module option 1 chosen\n");
142 printk(KERN_DEBUG "test_request() called\n");
151 printk(KERN_DEBUG "starting module\n");
159 printk(KERN_DEBUG "BLK INC - result=%d, major=%d\n", rc, NLSMAJOR);
162 printk(KERN_ERR "Failed to register device.\n");
176 printk(KERN_ALERT "gd_ptr after alloc=%p\n", gd_ptr)
    [all...]
  /external/ltp/testcases/kdump/lib/kprobes/
kprobes.c 18 printk("jprobe: clone_flags=0x%lx, stack_size=0x%lx, regs=%p\n",
36 printk("register_jprobe failed, returned %d\n", ret);
40 printk("Planted jprobe at %p, handler addr %p\n",
48 printk("jprobe unregistered\n");
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
LtpfsCmds.c 71 printk(KERN_ALERT "ltpdev_open \n");
78 printk(KERN_ALERT "ltpdev_release \n");
99 printk(KERN_ALERT "ltpdev_ioctl fs tests\n");
104 printk(KERN_ALERT "Running AIO FS tests \n");
105 printk(KERN_ALERT "AIO FS tests complete\n");
110 printk(KERN_ALERT "Running BIO FS tests \n");
114 printk(KERN_ALERT
117 printk(KERN_ALERT "kernel slab memory alloc OK\n");
122 printk(KERN_ALERT "Return from bio_endio = %d \n", error);
127 printk(KERN_ALER
    [all...]
  /external/xz-embedded/linux/lib/xz/
xz_dec_test.c 79 printk(KERN_INFO DEVICE_NAME ": opened\n");
88 printk(KERN_INFO DEVICE_NAME ": input was truncated\n");
90 printk(KERN_INFO DEVICE_NAME ": closed\n");
109 printk(KERN_INFO DEVICE_NAME ": %zu bytes of "
116 printk(KERN_INFO DEVICE_NAME ": decoding %zu bytes of input\n",
139 printk(KERN_INFO DEVICE_NAME ": XZ_OK\n");
143 printk(KERN_INFO DEVICE_NAME ": XZ_STREAM_END, "
148 printk(KERN_INFO DEVICE_NAME ": XZ_MEMLIMIT_ERROR\n");
152 printk(KERN_INFO DEVICE_NAME ": XZ_FORMAT_ERROR\n");
156 printk(KERN_INFO DEVICE_NAME ": XZ_OPTIONS_ERROR\n")
    [all...]
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
test_per_cpu_allocator_module.c 122 printk
125 printk(" [%p]=%lx should be %lx\n", up,
153 printk("ALLOC: %zu bytes marker=%d\n",
161 printk("failed to allocate %zu bytes\n",
166 printk("FREE: marker=%d\n", cmd->marker);
171 printk("FREE: done\n");
197 printk("XXX test_pcpu:");
199 printk(" %p", &per_cpu(blah_blah, cpu));
200 printk("\n");
211 printk("XXX cleaning up\n")
    [all...]
  /external/ltp/testcases/kernel/device-drivers/include/
includeTest.c 89 printk("device open\n");
95 printk("device closed\n");
106 printk("Entered the ioctl call.\n");
119 printk("Mismatching ioctl command\n");
129 printk("Module option 1 chosen\n");
142 printk("starting module\n");
147 printk("BLK INC - result =%d major %d\n", rc, INCLUDEMAJOR);
150 printk("Failed to register device.\n");
156 printk(KERN_ALERT "ERROR getting memory !!!\n");
160 printk("major = %d\n", Major)
    [all...]
  /external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
tmod.c 102 printk("Enter tmod_ioctl\n");
156 printk("Mismatching ioctl command\n");
177 printk("tpci: Unsuccessful copy_to_user of outparms\n");
184 printk("tpci: Unsuccessful copy_to_user of tif\n");
221 printk("tmod: this is option1 example\n");
223 /* remember that printk does not show up on the console,
243 printk("tmod: Failed to register device.\n");
252 printk("tmod: Registration success.\n");
269 printk("tmod: unregister failed\n");
271 printk("tmod: unregister success\n")
    [all...]
  /external/kmod/testsuite/module-playground/
mod-foo-a.c 5 #include <linux/printk.h>
mod-foo-b.c 5 #include <linux/printk.h>
mod-foo-c.c 5 #include <linux/printk.h>
mod-foo.c 5 #include <linux/printk.h>
mod-loop-a.c 5 #include <linux/printk.h>
mod-loop-b.c 5 #include <linux/printk.h>
mod-loop-c.c 5 #include <linux/printk.h>
mod-loop-d.c 5 #include <linux/printk.h>
mod-loop-e.c 5 #include <linux/printk.h>
mod-loop-f.c 5 #include <linux/printk.h>
mod-loop-g.c 5 #include <linux/printk.h>
mod-loop-h.c 5 #include <linux/printk.h>
mod-loop-i.c 5 #include <linux/printk.h>

Completed in 383 milliseconds

1 2 3 4