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:VIO_TYPE_DATA
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
vcc.c
346
if (pkt.tag.type ==
VIO_TYPE_DATA
) {
in vcc_ldc_read()
410
pkt->tag.type =
VIO_TYPE_DATA
;
in vcc_tx_timer()
872
pkt->tag.type =
VIO_TYPE_DATA
;
in vcc_write()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
vcc.c
338
if (pkt.tag.type ==
VIO_TYPE_DATA
) {
in vcc_ldc_read()
402
pkt->tag.type =
VIO_TYPE_DATA
;
in vcc_tx_timer()
835
pkt->tag.type =
VIO_TYPE_DATA
;
in vcc_write()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunvnet_common.c
474
.type =
VIO_TYPE_DATA
,
in vnet_send_ack()
808
* back a
VIO_TYPE_DATA
ACK packet - which is
in vnet_event_napi()
847
pkt->tag.type =
VIO_TYPE_DATA
;
in vnet_event_napi()
873
if (likely(msgbuf.tag.type ==
VIO_TYPE_DATA
)) {
in vnet_event_napi()
944
.type =
VIO_TYPE_DATA
,
in __vnet_tx_trigger()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunvnet_common.c
475
.type =
VIO_TYPE_DATA
,
in vnet_send_ack()
809
* back a
VIO_TYPE_DATA
ACK packet - which is
in vnet_event_napi()
848
pkt->tag.type =
VIO_TYPE_DATA
;
in vnet_event_napi()
874
if (likely(msgbuf.tag.type ==
VIO_TYPE_DATA
)) {
in vnet_event_napi()
945
.type =
VIO_TYPE_DATA
,
in __vnet_tx_trigger()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
vio.h
20
#define
VIO_TYPE_DATA
0x02
macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
vio.h
20
#define
VIO_TYPE_DATA
0x02
macro
/kernel/linux/linux-5.10/drivers/block/
H
A
D
sunvdc.c
402
if (likely(msgbuf.tag.type ==
VIO_TYPE_DATA
)) {
in vdc_event()
428
.type =
VIO_TYPE_DATA
,
in __vdc_tx_trigger()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
sunvdc.c
404
if (likely(msgbuf.tag.type ==
VIO_TYPE_DATA
)) {
in vdc_event()
430
.type =
VIO_TYPE_DATA
,
in __vdc_tx_trigger()
Completed in 16 milliseconds