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:fw_resource_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
esrt.c
51
u32
fw_resource_count
;
member
203
esrt_attr_decl(
fw_resource_count
, 32, "%u");
297
if (tmpesrt.
fw_resource_count
> 0 && max - size < entry_size) {
in efi_esrt_init()
310
if (tmpesrt.
fw_resource_count
> 128) {
in efi_esrt_init()
311
pr_err("ESRT says
fw_resource_count
has very large value %d.\n",
in efi_esrt_init()
312
tmpesrt.
fw_resource_count
);
in efi_esrt_init()
320
entries_size = tmpesrt.
fw_resource_count
* entry_size;
in efi_esrt_init()
348
for (i = 0; i < le32_to_cpu(esrt->
fw_resource_count
); i++) {
in register_entries()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
esrt.c
51
u32
fw_resource_count
;
member
201
esrt_attr_decl(
fw_resource_count
, 32, "%u");
290
if (tmpesrt.
fw_resource_count
> 0 && max - size < entry_size) {
in efi_esrt_init()
303
if (tmpesrt.
fw_resource_count
> 128) {
in efi_esrt_init()
304
pr_err("ESRT says
fw_resource_count
has very large value %d.\n",
in efi_esrt_init()
305
tmpesrt.
fw_resource_count
);
in efi_esrt_init()
313
entries_size = tmpesrt.
fw_resource_count
* entry_size;
in efi_esrt_init()
341
for (i = 0; i < le32_to_cpu(esrt->
fw_resource_count
); i++) {
in register_entries()
Completed in 2 milliseconds