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:check_table
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
checks.c
1796
static struct check *
check_table
[] = {
variable
1890
for (i = 0; i < ARRAY_SIZE(
check_table
); i++) {
in disable_warning_error()
1891
struct check *cc =
check_table
[i];
in disable_warning_error()
1916
for (i = 0; i < ARRAY_SIZE(
check_table
); i++) {
in parse_checks_option()
1917
struct check *c =
check_table
[i];
in parse_checks_option()
1936
for (i = 0; i < ARRAY_SIZE(
check_table
); i++) {
in process_checks()
1937
struct check *c =
check_table
[i];
in process_checks()
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
checks.c
1896
static struct check *
check_table
[] = {
variable
2007
for (i = 0; i < ARRAY_SIZE(
check_table
); i++) {
in disable_warning_error()
2008
struct check *cc =
check_table
[i];
in disable_warning_error()
2033
for (i = 0; i < ARRAY_SIZE(
check_table
); i++) {
in parse_checks_option()
2034
struct check *c =
check_table
[i];
in parse_checks_option()
2053
for (i = 0; i < ARRAY_SIZE(
check_table
); i++) {
in process_checks()
2054
struct check *c =
check_table
[i];
in process_checks()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
udp_tunnel_nic.sh
144
function
check_table
{
function
152
echo "
check_table
: BAD NUMBER OF ITEMS"
162
echo "
check_table
: ethtool does not contain '$pp_expected'"
172
echo "
check_table
: wrong entry $i"
189
while !
check_table
0 exp0 $((retries == 0)); do
193
while !
check_table
1 exp1 $((retries == 0)); do
205
echo "
check_table
: ethtool does not contain '$pp_expected'"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
udp_tunnel_nic.sh
144
function
check_table
{
function
152
echo "
check_table
: BAD NUMBER OF ITEMS"
162
echo "
check_table
: ethtool does not contain '$pp_expected'"
172
echo "
check_table
: wrong entry $i"
189
while !
check_table
0 exp0 $((retries == 0)); do
193
while !
check_table
1 exp1 $((retries == 0)); do
205
echo "
check_table
: ethtool does not contain '$pp_expected'"
Completed in 8 milliseconds