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:TRANSLATE_ERROR
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
mcdi.c
238
#define
TRANSLATE_ERROR
(name) \
in efx_mcdi_errno()
macro
241
TRANSLATE_ERROR
(EPERM);
in efx_mcdi_errno()
242
TRANSLATE_ERROR
(ENOENT);
in efx_mcdi_errno()
243
TRANSLATE_ERROR
(EINTR);
in efx_mcdi_errno()
244
TRANSLATE_ERROR
(EAGAIN);
in efx_mcdi_errno()
245
TRANSLATE_ERROR
(EACCES);
in efx_mcdi_errno()
246
TRANSLATE_ERROR
(EBUSY);
in efx_mcdi_errno()
247
TRANSLATE_ERROR
(EINVAL);
in efx_mcdi_errno()
248
TRANSLATE_ERROR
(EDEADLK);
in efx_mcdi_errno()
249
TRANSLATE_ERROR
(ENOSY
in efx_mcdi_errno()
253
#undef
TRANSLATE_ERROR
efx_mcdi_errno()
macro
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
mcdi.c
235
#define
TRANSLATE_ERROR
(name) \
in efx_mcdi_errno()
macro
238
TRANSLATE_ERROR
(EPERM);
in efx_mcdi_errno()
239
TRANSLATE_ERROR
(ENOENT);
in efx_mcdi_errno()
240
TRANSLATE_ERROR
(EINTR);
in efx_mcdi_errno()
241
TRANSLATE_ERROR
(EAGAIN);
in efx_mcdi_errno()
242
TRANSLATE_ERROR
(EACCES);
in efx_mcdi_errno()
243
TRANSLATE_ERROR
(EBUSY);
in efx_mcdi_errno()
244
TRANSLATE_ERROR
(EINVAL);
in efx_mcdi_errno()
245
TRANSLATE_ERROR
(EDEADLK);
in efx_mcdi_errno()
246
TRANSLATE_ERROR
(ENOSY
in efx_mcdi_errno()
250
#undef
TRANSLATE_ERROR
efx_mcdi_errno()
macro
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
mcdi.c
239
#define
TRANSLATE_ERROR
(name) \
in efx_mcdi_errno()
macro
242
TRANSLATE_ERROR
(EPERM);
in efx_mcdi_errno()
243
TRANSLATE_ERROR
(ENOENT);
in efx_mcdi_errno()
244
TRANSLATE_ERROR
(EINTR);
in efx_mcdi_errno()
245
TRANSLATE_ERROR
(EAGAIN);
in efx_mcdi_errno()
246
TRANSLATE_ERROR
(EACCES);
in efx_mcdi_errno()
247
TRANSLATE_ERROR
(EBUSY);
in efx_mcdi_errno()
248
TRANSLATE_ERROR
(EINVAL);
in efx_mcdi_errno()
249
TRANSLATE_ERROR
(EDEADLK);
in efx_mcdi_errno()
250
TRANSLATE_ERROR
(ENOSY
in efx_mcdi_errno()
254
#undef
TRANSLATE_ERROR
efx_mcdi_errno()
macro
[all...]
Completed in 5 milliseconds