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:boot_error
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
smpboot.c
972
int
boot_error
;
in wakeup_cpu_via_init_nmi()
local
980
boot_error
= wakeup_secondary_cpu_via_init(apicid, start_ip);
in wakeup_cpu_via_init_nmi()
989
boot_error
= register_nmi_handler(NMI_LOCAL,
in wakeup_cpu_via_init_nmi()
992
if (!
boot_error
) {
in wakeup_cpu_via_init_nmi()
999
boot_error
= wakeup_secondary_cpu_via_nmi(id, start_ip);
in wakeup_cpu_via_init_nmi()
1005
return
boot_error
;
in wakeup_cpu_via_init_nmi()
1044
unsigned long
boot_error
= 0;
in do_boot_cpu()
local
1093
boot_error
= apic->wakeup_secondary_cpu(apicid, start_ip);
in do_boot_cpu()
1095
boot_error
= wakeup_cpu_via_init_nmi(cpu, start_ip, apicid,
in do_boot_cpu()
1098
if (!
boot_error
) {
in do_boot_cpu()
[all...]
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
hpi6000.c
463
short
boot_error
= 0;
in create_adapter_obj()
local
510
boot_error
= hpi6000_adapter_boot_load_dsp(pao, pos_error_code);
in create_adapter_obj()
511
if (
boot_error
)
in create_adapter_obj()
512
return
boot_error
;
in create_adapter_obj()
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
hpi6000.c
463
short
boot_error
= 0;
in create_adapter_obj()
local
510
boot_error
= hpi6000_adapter_boot_load_dsp(pao, pos_error_code);
in create_adapter_obj()
511
if (
boot_error
)
in create_adapter_obj()
512
return
boot_error
;
in create_adapter_obj()
Completed in 7 milliseconds