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:existing_device
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
1673
static void pqi_scsi_update_device(struct pqi_scsi_dev *
existing_device
,
in pqi_scsi_update_device()
argument
1676
existing_device
->devtype = new_device->devtype;
in pqi_scsi_update_device()
1677
existing_device
->device_type = new_device->device_type;
in pqi_scsi_update_device()
1678
existing_device
->bus = new_device->bus;
in pqi_scsi_update_device()
1680
existing_device
->target = new_device->target;
in pqi_scsi_update_device()
1681
existing_device
->lun = new_device->lun;
in pqi_scsi_update_device()
1682
existing_device
->target_lun_valid = true;
in pqi_scsi_update_device()
1685
if ((
existing_device
->volume_status == CISS_LV_QUEUED_FOR_EXPANSION ||
in pqi_scsi_update_device()
1686
existing_device
->volume_status == CISS_LV_UNDERGOING_EXPANSION) &&
in pqi_scsi_update_device()
1688
existing_device
in pqi_scsi_update_device()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
2070
struct pqi_scsi_dev *
existing_device
, struct pqi_scsi_dev *new_device)
in pqi_scsi_update_device()
2072
existing_device
->device_type = new_device->device_type;
in pqi_scsi_update_device()
2073
existing_device
->bus = new_device->bus;
in pqi_scsi_update_device()
2075
existing_device
->target = new_device->target;
in pqi_scsi_update_device()
2076
existing_device
->lun = new_device->lun;
in pqi_scsi_update_device()
2077
existing_device
->target_lun_valid = true;
in pqi_scsi_update_device()
2082
existing_device
->is_physical_device = new_device->is_physical_device;
in pqi_scsi_update_device()
2083
memcpy(
existing_device
->vendor, new_device->vendor, sizeof(
existing_device
->vendor));
in pqi_scsi_update_device()
2084
memcpy(
existing_device
in pqi_scsi_update_device()
2069
pqi_scsi_update_device(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *
existing_device
, struct pqi_scsi_dev *new_device)
pqi_scsi_update_device()
argument
[all...]
/kernel/linux/linux-5.10/drivers/vfio/
H
A
D
vfio.c
755
struct vfio_device *
existing_device
;
in vfio_register_group_dev()
local
778
existing_device
= vfio_group_get_device(group, device->dev);
in vfio_register_group_dev()
779
if (
existing_device
) {
in vfio_register_group_dev()
782
vfio_device_put(
existing_device
);
in vfio_register_group_dev()
Completed in 16 milliseconds