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:protocol_features
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
virtio_uml.c
60
u64
protocol_features
;
member
230
if (!(vu_dev->
protocol_features
&
in vhost_user_send()
316
u64 *
protocol_features
)
in vhost_user_get_protocol_features()
323
return vhost_user_recv_u64(vu_dev,
protocol_features
);
in vhost_user_get_protocol_features()
327
u64
protocol_features
)
in vhost_user_set_protocol_features()
330
protocol_features
);
in vhost_user_set_protocol_features()
447
&vu_dev->
protocol_features
);
in vhost_user_init()
450
vu_dev->
protocol_features
&= VHOST_USER_SUPPORTED_PROTOCOL_F;
in vhost_user_init()
452
vu_dev->
protocol_features
);
in vhost_user_init()
457
if (vu_dev->
protocol_features
in vhost_user_init()
315
vhost_user_get_
protocol_features
(struct virtio_uml_device *vu_dev, u64 *
protocol_features
)
vhost_user_get_protocol_features()
argument
326
vhost_user_set_
protocol_features
(struct virtio_uml_device *vu_dev, u64
protocol_features
)
vhost_user_set_protocol_features()
argument
[all...]
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
virtio_uml.c
58
u64
protocol_features
;
member
243
if (!(vu_dev->
protocol_features
&
in vhost_user_send()
329
u64 *
protocol_features
)
in vhost_user_get_protocol_features()
336
return vhost_user_recv_u64(vu_dev,
protocol_features
);
in vhost_user_get_protocol_features()
340
u64
protocol_features
)
in vhost_user_set_protocol_features()
343
protocol_features
);
in vhost_user_set_protocol_features()
502
&vu_dev->
protocol_features
);
in vhost_user_init()
505
vu_dev->
protocol_features
&= VHOST_USER_SUPPORTED_PROTOCOL_F;
in vhost_user_init()
507
vu_dev->
protocol_features
);
in vhost_user_init()
512
if (vu_dev->
protocol_features
in vhost_user_init()
328
vhost_user_get_
protocol_features
(struct virtio_uml_device *vu_dev, u64 *
protocol_features
)
vhost_user_get_protocol_features()
argument
339
vhost_user_set_
protocol_features
(struct virtio_uml_device *vu_dev, u64
protocol_features
)
vhost_user_set_protocol_features()
argument
[all...]
Completed in 7 milliseconds