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:req_as_bytes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.c
1187
u8 *
req_as_bytes
;
in mpt_send_handshake_request()
local
1233
req_as_bytes
= (u8 *) req;
in mpt_send_handshake_request()
1237
word = ((
req_as_bytes
[(ii*4) + 0] << 0) |
in mpt_send_handshake_request()
1238
(
req_as_bytes
[(ii*4) + 1] << 8) |
in mpt_send_handshake_request()
1239
(
req_as_bytes
[(ii*4) + 2] << 16) |
in mpt_send_handshake_request()
1240
(
req_as_bytes
[(ii*4) + 3] << 24));
in mpt_send_handshake_request()
4707
u8 *
req_as_bytes
= (u8 *) req;
in mpt_handshake_req_reply_wait()
local
4714
u32 word = ((
req_as_bytes
[(ii*4) + 0] << 0) |
in mpt_handshake_req_reply_wait()
4715
(
req_as_bytes
[(ii*4) + 1] << 8) |
in mpt_handshake_req_reply_wait()
4716
(
req_as_bytes
[(i
in mpt_handshake_req_reply_wait()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.c
1183
u8 *
req_as_bytes
;
in mpt_send_handshake_request()
local
1229
req_as_bytes
= (u8 *) req;
in mpt_send_handshake_request()
1233
word = ((
req_as_bytes
[(ii*4) + 0] << 0) |
in mpt_send_handshake_request()
1234
(
req_as_bytes
[(ii*4) + 1] << 8) |
in mpt_send_handshake_request()
1235
(
req_as_bytes
[(ii*4) + 2] << 16) |
in mpt_send_handshake_request()
1236
(
req_as_bytes
[(ii*4) + 3] << 24));
in mpt_send_handshake_request()
4698
u8 *
req_as_bytes
= (u8 *) req;
in mpt_handshake_req_reply_wait()
local
4705
u32 word = ((
req_as_bytes
[(ii*4) + 0] << 0) |
in mpt_handshake_req_reply_wait()
4706
(
req_as_bytes
[(ii*4) + 1] << 8) |
in mpt_handshake_req_reply_wait()
4707
(
req_as_bytes
[(i
in mpt_handshake_req_reply_wait()
[all...]
Completed in 13 milliseconds