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:kdbgetenv
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/kernel/debug/kdb/
H
A
D
kdb_bt.c
141
const char *mask = argc ? argv[1] :
kdbgetenv
("PS");
in kdb_bt()
H
A
D
kdb_private.h
107
extern char *
kdbgetenv
(const char *);
H
A
D
kdb_io.c
808
moreprompt =
kdbgetenv
("MOREPROMPT");
in vkdb_printf()
842
kdbgetenv
("SEARCHPROMPT") ?: "search> ");
in vkdb_printf()
H
A
D
kdb_main.c
241
*
kdbgetenv
- This function will return the character string value of
249
char *
kdbgetenv
(const char *match)
in kdbgetenv()
function
315
ep =
kdbgetenv
(match);
in kdbgetulenv()
1350
snprintf(kdb_prompt_str, CMD_BUFLEN,
kdbgetenv
("PROMPT"),
in kdb_local()
2349
mask = argc ? argv[1] :
kdbgetenv
("PS");
in kdb_ps()
/kernel/linux/linux-5.10/kernel/debug/kdb/
H
A
D
kdb_private.h
107
extern char *
kdbgetenv
(const char *);
H
A
D
kdb_io.c
784
moreprompt =
kdbgetenv
("MOREPROMPT");
in vkdb_printf()
818
kdbgetenv
("SEARCHPROMPT") ?: "search> ");
in vkdb_printf()
H
A
D
kdb_main.c
273
*
kdbgetenv
- This function will return the character string value of
281
char *
kdbgetenv
(const char *match)
in kdbgetenv()
function
347
ep =
kdbgetenv
(match);
in kdbgetulenv()
1365
snprintf(kdb_prompt_str, CMD_BUFLEN,
kdbgetenv
("PROMPT"),
in kdb_local()
H
A
D
kdb_support.c
565
s =
kdbgetenv
("PS");
in kdb_task_state_string()
Completed in 12 milliseconds