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:cmd_usage
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
objtool.c
74
static void
cmd_usage
(void)
in cmd_usage()
function
111
cmd_usage
();
in handle_options()
135
cmd_usage
();
in handle_internal_command()
151
cmd_usage
();
in main()
/kernel/linux/linux-5.10/kernel/debug/kdb/
H
A
D
kdb_private.h
172
char *
cmd_usage
; /* Usage String for this command */
member
H
A
D
kdb_main.c
2498
if (strlen(kt->
cmd_usage
) > 20)
in kdb_help()
2501
kt->
cmd_usage
, space, kt->cmd_help);
in kdb_help()
2771
kp->
cmd_usage
= usage;
in kdb_register_flags()
/kernel/linux/common_modules/tzdriver/core/
H
A
D
smc_smp.c
132
enum cmd_reuse
cmd_usage
;
member
1309
if (info->
cmd_usage
== RESEND) {
1323
if (info->
cmd_usage
!= CLEAR) {
1325
info->
cmd_usage
= CLEAR;
1517
if (info.
cmd_usage
!= CLEAR && cmd->ret_val != (int)TEEC_PENDING)
1718
if (copy_smc_out_entry((uint32_t)info->cmd_index, cmd, &info->
cmd_usage
) != 0) {
1747
info.
cmd_usage
= RESEND;
Completed in 7 milliseconds