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:is_an_alpha2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
reg.c
384
static bool
is_an_alpha2
(const char *alpha2)
in is_an_alpha2()
function
418
if (WARN(!is_world_regdom(user_alpha2) && !
is_an_alpha2
(user_alpha2),
in is_user_regdom_saved()
2785
if (unlikely(!
is_an_alpha2
(country_ie_request->alpha2)))
in __reg_process_hint_country_ie()
3164
if (!is_world_regdom(alpha2) && !
is_an_alpha2
(alpha2))
in regulatory_hint_user()
3450
if (cached && (!
is_an_alpha2
(alpha2) ||
in restore_regulatory_settings()
3458
if (
is_an_alpha2
(alpha2) &&
in restore_regulatory_settings()
3482
if (
is_an_alpha2
(alpha2))
in restore_regulatory_settings()
3822
if (!is_alpha2_set(rd->alpha2) && !
is_an_alpha2
(rd->alpha2) &&
in reg_set_rd_country_ie()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
reg.c
404
static bool
is_an_alpha2
(const char *alpha2)
in is_an_alpha2()
function
438
if (WARN(!is_world_regdom(user_alpha2) && !
is_an_alpha2
(user_alpha2),
in is_user_regdom_saved()
2848
if (unlikely(!
is_an_alpha2
(country_ie_request->alpha2)))
in __reg_process_hint_country_ie()
3241
if (!is_world_regdom(alpha2) && !
is_an_alpha2
(alpha2))
in regulatory_hint_user()
3527
if (cached && (!
is_an_alpha2
(alpha2) ||
in restore_regulatory_settings()
3535
if (
is_an_alpha2
(alpha2) &&
in restore_regulatory_settings()
3559
if (
is_an_alpha2
(alpha2))
in restore_regulatory_settings()
3906
if (!is_alpha2_set(rd->alpha2) && !
is_an_alpha2
(rd->alpha2) &&
in reg_set_rd_country_ie()
Completed in 11 milliseconds