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:kvp_hdr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_kvp.c
141
kvp_msg->
kvp_hdr
.operation = reg_value;
in kvp_register()
168
switch (msg->
kvp_hdr
.operation) {
in kvp_handle_handshake()
180
KVP_OP_REGISTER1, msg->
kvp_hdr
.operation);
in kvp_handle_handshake()
188
msg->
kvp_hdr
.operation);
in kvp_handle_handshake()
378
__u8 operation = kvp_transaction.kvp_msg->
kvp_hdr
.operation;
in kvp_send_key()
379
__u8 pool = kvp_transaction.kvp_msg->
kvp_hdr
.pool;
in kvp_send_key()
392
message->
kvp_hdr
.operation = operation;
in kvp_send_key()
393
message->
kvp_hdr
.pool = pool;
in kvp_send_key()
407
switch (message->
kvp_hdr
.operation) {
in kvp_send_key()
565
switch (kvp_transaction.kvp_msg->
kvp_hdr
in kvp_respond_to_host()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_kvp.c
141
kvp_msg->
kvp_hdr
.operation = reg_value;
in kvp_register()
168
switch (msg->
kvp_hdr
.operation) {
in kvp_handle_handshake()
180
KVP_OP_REGISTER1, msg->
kvp_hdr
.operation);
in kvp_handle_handshake()
188
msg->
kvp_hdr
.operation);
in kvp_handle_handshake()
378
__u8 operation = kvp_transaction.kvp_msg->
kvp_hdr
.operation;
in kvp_send_key()
379
__u8 pool = kvp_transaction.kvp_msg->
kvp_hdr
.pool;
in kvp_send_key()
392
message->
kvp_hdr
.operation = operation;
in kvp_send_key()
393
message->
kvp_hdr
.pool = pool;
in kvp_send_key()
407
switch (message->
kvp_hdr
.operation) {
in kvp_send_key()
565
switch (kvp_transaction.kvp_msg->
kvp_hdr
in kvp_respond_to_host()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
hyperv.h
381
struct hv_kvp_hdr
kvp_hdr
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
hyperv.h
392
struct hv_kvp_hdr
kvp_hdr
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
hyperv.h
177
struct hv_kvp_hdr
kvp_hdr
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
hyperv.h
177
struct hv_kvp_hdr
kvp_hdr
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
hyperv.h
165
struct hv_kvp_hdr
kvp_hdr
;
member
Completed in 6 milliseconds