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:load_options
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
efi-stub-helper.c
313
void efi_apply_loadoptions_quirk(const void **
load_options
, int *load_options_size)
in efi_apply_loadoptions_quirk()
argument
315
const efi_load_option_t *load_option = *
load_options
;
in efi_apply_loadoptions_quirk()
333
*
load_options
= load_option_unpacked.optional_data;
in efi_apply_loadoptions_quirk()
347
const u16 *options = efi_table_attr(image,
load_options
);
in efi_convert_cmdline()
H
A
D
efistub.h
446
void *
load_options
;
member
461
u32
load_options
;
member
770
void efi_apply_loadoptions_quirk(const void **
load_options
, int *load_options_size);
H
A
D
file.c
138
const efi_char16_t *cmdline = image->
load_options
;
in handle_cmdline_files()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
efi-stub-helper.c
172
void efi_apply_loadoptions_quirk(const void **
load_options
, u32 *load_options_size)
in efi_apply_loadoptions_quirk()
argument
174
const efi_load_option_t *load_option = *
load_options
;
in efi_apply_loadoptions_quirk()
192
*
load_options
= load_option_unpacked.optional_data;
in efi_apply_loadoptions_quirk()
282
const efi_char16_t *options = efi_table_attr(image,
load_options
);
in efi_convert_cmdline()
H
A
D
efistub.h
588
void *
load_options
;
member
603
u32
load_options
;
member
976
void efi_apply_loadoptions_quirk(const void **
load_options
, u32 *load_options_size);
H
A
D
file.c
192
const efi_char16_t *cmdline = efi_table_attr(image,
load_options
);
in handle_cmdline_files()
Completed in 8 milliseconds