Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:KERN_DEBUG
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/nls/
H
A
D
nlsTest.c
92
printk(
KERN_DEBUG
"device opened\n");
in test_open()
102
printk(
KERN_DEBUG
"device released\n");
in test_release()
117
printk(
KERN_DEBUG
"Entered the ioctl call.\n");
in test_ioctl()
137
printk(
KERN_DEBUG
"Module option 1 chosen\n");
in option1()
142
printk(
KERN_DEBUG
"test_request() called\n");
in test_request()
151
printk(
KERN_DEBUG
"starting module\n");
in test_init_module()
159
printk(
KERN_DEBUG
"BLK INC - result=%d, major=%d\n", rc, NLSMAJOR);
in test_init_module()
194
printk(
KERN_DEBUG
"block device %s added\n", DEVICE_NAME);
in test_init_module()
203
printk(
KERN_DEBUG
"unloading module\n");
in test_exit_module()
221
printk(
KERN_DEBUG
"Callin
in test_nls_base()
[all...]
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
H
A
D
test_genhd.c
33
printk(
KERN_DEBUG
"gd_ptr after alloc=%p\n", gd_ptr);
in tc20()
49
printk(
KERN_DEBUG
"Unloading test_genhd module\n");
in test_exit_module()
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H
A
D
video_dummy.c
17
printk(
KERN_DEBUG
"video_dummy: open called (minor=%d)\n", minor);
in dummy_open()
26
printk(
KERN_DEBUG
"video_dummy: close called (minor=%d)\n", minor);
in dummy_close()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
kernel.h
113
dprintf(
KERN_DEBUG
pr_fmt(fmt), ##__VA_ARGS__)
120
dprintf(
KERN_DEBUG
pr_fmt(fmt), ##__VA_ARGS__)
528
#define
KERN_DEBUG
COMPAT_KERN_DEBUG
macro
Completed in 2 milliseconds