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:vskip
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_devinfo.c
420
const char *
vskip
, *mskip;
in scsi_dev_info_list_find()
local
436
vskip
= vendor;
in scsi_dev_info_list_find()
437
while (vmax > 0 && *
vskip
== ' ') {
in scsi_dev_info_list_find()
439
vskip
++;
in scsi_dev_info_list_find()
442
while (vmax > 0 &&
vskip
[vmax - 1] == ' ')
in scsi_dev_info_list_find()
462
memcmp(devinfo->vendor,
vskip
, vmax))
in scsi_dev_info_list_find()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_devinfo.c
422
const char *
vskip
, *mskip;
in scsi_dev_info_list_find()
local
438
vskip
= vendor;
in scsi_dev_info_list_find()
439
while (vmax > 0 && *
vskip
== ' ') {
in scsi_dev_info_list_find()
441
vskip
++;
in scsi_dev_info_list_find()
444
while (vmax > 0 &&
vskip
[vmax - 1] == ' ')
in scsi_dev_info_list_find()
464
memcmp(devinfo->vendor,
vskip
, vmax))
in scsi_dev_info_list_find()
Completed in 3 milliseconds