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:LOG_UPTO
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_syslog.py
39
mask = syslog.
LOG_UPTO
(syslog.LOG_WARNING)
45
mask = syslog.
LOG_UPTO
(syslog.LOG_WARNING)
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H
A
D
setlogmask.c
20
const int maskpri =
LOG_UPTO
(LOG_WARNING);
/third_party/NuttX/include/
H
A
D
syslog.h
117
#define
LOG_UPTO
(p) ((1 << (p)) - 1)
macro
257
* to a priority p is LOG_MASK(p);
LOG_UPTO
(p) provides the mask of all
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
syslog.h
24
#define
LOG_UPTO
(p) ((1<<((p)+1))-1)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
syslog.h
24
#define
LOG_UPTO
(p) ((1<<((p)+1))-1)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
syslog.h
24
#define
LOG_UPTO
(p) ((1<<((p)+1))-1)
macro
/third_party/musl/include/
H
A
D
syslog.h
24
#define
LOG_UPTO
(p) ((1<<((p)+1))-1)
macro
/third_party/ltp/testcases/kernel/syscalls/syslog/
H
A
D
syslogtst.c
279
setlogmask(
LOG_UPTO
(LOG_ERR));
in main()
/third_party/python/Modules/
H
A
D
syslogmodule.c
266
if (!PyArg_ParseTuple(args, "l:
LOG_UPTO
", &pri))
in syslog_log_upto()
268
mask =
LOG_UPTO
(pri);
in syslog_log_upto()
280
{"
LOG_UPTO
", syslog_log_upto, METH_VARARGS},
/third_party/toybox/toys/pending/
H
A
D
syslogd.c
138
levval |= (bits & 4) ? LOG_MASK(i) :
LOG_UPTO
(i);
in resolve_config()
Completed in 5 milliseconds