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:evc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H
A
D
srf.c
70
struct s_srf_evc *
evc
;
in smt_init_evc()
local
80
evc
= smc->evcs ;
in smt_init_evc()
85
evc
->evc_code = init->code ;
in smt_init_evc()
86
evc
->evc_para = init->para ;
in smt_init_evc()
87
evc
->evc_index = init->index + index ;
in smt_init_evc()
89
evc
->evc_multiple = &fail_safe ;
in smt_init_evc()
90
evc
->evc_cond_state = &fail_safe ;
in smt_init_evc()
92
evc
++ ;
in smt_init_evc()
97
if ((unsigned int) (
evc
- smc->evcs) > MAX_EVCS) {
in smt_init_evc()
138
for (i = 0,
evc
in smt_init_evc()
160
struct s_srf_
evc
*
evc
;
smt_get_evc()
local
183
struct s_srf_
evc
*
evc
;
smt_srf_event()
local
331
struct s_srf_
evc
*
evc
;
clear_all_rep()
local
344
struct s_srf_
evc
*
evc
;
clear_reported()
local
369
struct s_srf_
evc
*
evc
;
smt_send_srf()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H
A
D
srf.c
65
struct s_srf_evc *
evc
;
in smt_init_evc()
local
75
evc
= smc->evcs ;
in smt_init_evc()
80
evc
->evc_code = init->code ;
in smt_init_evc()
81
evc
->evc_para = init->para ;
in smt_init_evc()
82
evc
->evc_index = init->index + index ;
in smt_init_evc()
84
evc
->evc_multiple = &fail_safe ;
in smt_init_evc()
85
evc
->evc_cond_state = &fail_safe ;
in smt_init_evc()
87
evc
++ ;
in smt_init_evc()
92
if ((unsigned int) (
evc
- smc->evcs) > MAX_EVCS) {
in smt_init_evc()
133
for (i = 0,
evc
in smt_init_evc()
155
struct s_srf_
evc
*
evc
;
smt_get_evc()
local
178
struct s_srf_
evc
*
evc
;
smt_srf_event()
local
326
struct s_srf_
evc
*
evc
;
clear_all_rep()
local
339
struct s_srf_
evc
*
evc
;
clear_reported()
local
364
struct s_srf_
evc
*
evc
;
smt_send_srf()
local
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
iphase.c
1751
struct ext_vc *
evc
;
local
1813
evc
= (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
1815
evc
+= vcc->vci;
1817
memset((caddr_t)
evc
, 0, sizeof(*
evc
));
1824
evc
->atm_hdr1 = (vcc->vci >> 12) & 0x000f;
1825
evc
->atm_hdr2 = (vcc->vci & 0x0fff) << 4;
1911
struct ext_vc *
evc
;
local
2130
evc
= (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
2141
memset((caddr_t)
evc
,
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
iphase.c
1752
struct ext_vc *
evc
;
local
1814
evc
= (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
1816
evc
+= vcc->vci;
1818
memset((caddr_t)
evc
, 0, sizeof(*
evc
));
1825
evc
->atm_hdr1 = (vcc->vci >> 12) & 0x000f;
1826
evc
->atm_hdr2 = (vcc->vci & 0x0fff) << 4;
1912
struct ext_vc *
evc
;
local
2131
evc
= (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
2142
memset((caddr_t)
evc
,
[all...]
Completed in 7 milliseconds