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:READ_CFG_BUF_LEN
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
plat_firmware.c
1279
memset_s(puc_read_buffer,
READ_CFG_BUF_LEN
, 0,
READ_CFG_BUF_LEN
);
in firmware_read_cfg()
1280
l_ret = oal_file_read(fp, puc_read_buffer,
READ_CFG_BUF_LEN
);
in firmware_read_cfg()
1281
*(puc_read_buffer +
READ_CFG_BUF_LEN
- 1) = '\0';
in firmware_read_cfg()
1556
/* cfg文件限定在小于2048,如果cfg文件的大小确实大于2048,可以修改
READ_CFG_BUF_LEN
的值 */
in firmware_get_cfg()
1557
read_cfg_buf = OS_KMALLOC_GFP(
READ_CFG_BUF_LEN
);
in firmware_get_cfg()
1563
memset_s(read_cfg_buf,
READ_CFG_BUF_LEN
, 0,
READ_CFG_BUF_LEN
);
in firmware_get_cfg()
1573
} else if (l_readlen >
READ_CFG_BUF_LEN
- 1) {
in firmware_get_cfg()
1575
* 减1是为了确保cfg文件的长度不超过
READ_CFG_BUF_LEN
,
in firmware_get_cfg()
[all...]
H
A
D
plat_firmware.h
50
#define
READ_CFG_BUF_LEN
2048
macro
Completed in 4 milliseconds