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:version_response
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
channel_mgmt.c
1349
struct vmbus_channel_version_response *
version_response
;
in vmbus_onversion_response()
local
1352
version_response
= (struct vmbus_channel_version_response *)hdr;
in vmbus_onversion_response()
1354
trace_vmbus_onversion_response(
version_response
);
in vmbus_onversion_response()
1365
memcpy(&msginfo->response.
version_response
,
in vmbus_onversion_response()
1366
version_response
,
in vmbus_onversion_response()
H
A
D
connection.c
138
if (msginfo->response.
version_response
.version_supported) {
in vmbus_negotiate_version()
143
msginfo->response.
version_response
.msg_conn_id;
in vmbus_negotiate_version()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
channel_mgmt.c
1493
struct vmbus_channel_version_response *
version_response
;
in vmbus_onversion_response()
local
1496
version_response
= (struct vmbus_channel_version_response *)hdr;
in vmbus_onversion_response()
1498
trace_vmbus_onversion_response(
version_response
);
in vmbus_onversion_response()
1509
memcpy(&msginfo->response.
version_response
,
in vmbus_onversion_response()
1510
version_response
,
in vmbus_onversion_response()
H
A
D
connection.c
151
if (msginfo->response.
version_response
.version_supported) {
in vmbus_negotiate_version()
156
msginfo->response.
version_response
.msg_conn_id;
in vmbus_negotiate_version()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hyperv.h
722
struct vmbus_channel_version_response
version_response
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
734
struct vmbus_channel_version_response
version_response
;
member
Completed in 11 milliseconds