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:dns_rdata
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_lport.c
179
lport->
dns_rdata
= rdata;
in fc_lport_rport_callback()
198
lport->
dns_rdata
= NULL;
in fc_lport_rport_callback()
614
if (lport->
dns_rdata
)
in fc_fabric_logoff()
615
fc_rport_logoff(lport->
dns_rdata
);
in fc_fabric_logoff()
1000
if (lport->
dns_rdata
) {
in fc_lport_reset_locked()
1001
fc_rport_logoff(lport->
dns_rdata
);
in fc_lport_reset_locked()
1002
lport->
dns_rdata
= NULL;
in fc_lport_reset_locked()
2102
rdata = lport->
dns_rdata
;
in fc_lport_bsg_request()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_lport.c
182
lport->
dns_rdata
= rdata;
in fc_lport_rport_callback()
201
lport->
dns_rdata
= NULL;
in fc_lport_rport_callback()
617
if (lport->
dns_rdata
)
in fc_fabric_logoff()
618
fc_rport_logoff(lport->
dns_rdata
);
in fc_fabric_logoff()
1003
if (lport->
dns_rdata
) {
in fc_lport_reset_locked()
1004
fc_rport_logoff(lport->
dns_rdata
);
in fc_lport_reset_locked()
1005
lport->
dns_rdata
= NULL;
in fc_lport_reset_locked()
2176
rdata = lport->
dns_rdata
;
in fc_lport_bsg_request()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
651
* @
dns_rdata
: The directory server remote port
696
struct fc_rport_priv *
dns_rdata
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
660
* @
dns_rdata
: The directory server remote port
705
struct fc_rport_priv *
dns_rdata
;
member
Completed in 13 milliseconds