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:MAX_NR_FUNC
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
keyboard.h
18
extern char *ebc_func_table[
MAX_NR_FUNC
];
H
A
D
defkeymap.c
132
char *ebc_func_table[
MAX_NR_FUNC
] = {
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
keyboard.h
18
extern char *ebc_func_table[
MAX_NR_FUNC
];
H
A
D
defkeymap.c
132
char *ebc_func_table[
MAX_NR_FUNC
] = {
/kernel/linux/linux-5.10/include/linux/
H
A
D
kbd_kern.h
11
extern char *func_table[
MAX_NR_FUNC
];
/kernel/linux/linux-6.6/include/linux/
H
A
D
kbd_kern.h
9
extern char *func_table[
MAX_NR_FUNC
];
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
keyboard.c
2026
i = array_index_nospec(kbs->kb_func,
MAX_NR_FUNC
);
in vt_do_kdgkb_ioctl()
2057
for (j = i+1; j <
MAX_NR_FUNC
&& !func_table[j]; j++)
in vt_do_kdgkb_ioctl()
2059
if (j <
MAX_NR_FUNC
)
in vt_do_kdgkb_ioctl()
2067
if (j <
MAX_NR_FUNC
) {
in vt_do_kdgkb_ioctl()
2070
for (k = j; k <
MAX_NR_FUNC
; k++)
in vt_do_kdgkb_ioctl()
2105
for (k = j; k <
MAX_NR_FUNC
; k++)
in vt_do_kdgkb_ioctl()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
keyboard.c
2047
static DECLARE_BITMAP(is_kmalloc,
MAX_NR_FUNC
);
in vt_kdskbsent()
2070
kb_func = array_index_nospec(kb_func,
MAX_NR_FUNC
);
in vt_do_kdgkb_ioctl()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
keyboard.h
27
#define
MAX_NR_FUNC
256 /* max nr of strings assigned to keys */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
keyboard.h
27
#define
MAX_NR_FUNC
256 /* max nr of strings assigned to keys */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
keyboard.h
36
#define
MAX_NR_FUNC
256
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
keyboard.h
36
#define
MAX_NR_FUNC
256
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
keyboard.h
23
#define
MAX_NR_FUNC
256
macro
Completed in 15 milliseconds