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:desc_start
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-floppy.c
406
unsigned int
desc_start
= 4 + i*8;
in ide_floppy_get_capacity()
local
408
blocks = be32_to_cpup((__be32 *)&pc_buf[
desc_start
]);
in ide_floppy_get_capacity()
409
length = be16_to_cpup((__be16 *)&pc_buf[
desc_start
+ 6]);
in ide_floppy_get_capacity()
422
switch (pc_buf[
desc_start
+ 4] & 0x03) {
in ide_floppy_get_capacity()
472
pc_buf[
desc_start
+ 4] & 0x03);
in ide_floppy_get_capacity()
H
A
D
ide-floppy_ioctl.c
72
unsigned int
desc_start
= 4 + i*8;
in ide_floppy_get_format_capacities()
local
77
blocks = be32_to_cpup((__be32 *)&pc_buf[
desc_start
]);
in ide_floppy_get_format_capacities()
78
length = be16_to_cpup((__be16 *)&pc_buf[
desc_start
+ 6]);
in ide_floppy_get_format_capacities()
/kernel/linux/linux-5.10/lib/pldmfw/
H
A
D
pldmfw.c
262
const u8 *
desc_start
;
in pldm_parse_desc_tlvs()
local
265
desc_start
= data->fw->data + data->offset;
in pldm_parse_desc_tlvs()
267
pldm_for_each_desc_tlv(i, __desc,
desc_start
, desc_count) {
in pldm_parse_desc_tlvs()
/kernel/linux/linux-6.6/lib/pldmfw/
H
A
D
pldmfw.c
262
const u8 *
desc_start
;
in pldm_parse_desc_tlvs()
local
265
desc_start
= data->fw->data + data->offset;
in pldm_parse_desc_tlvs()
267
pldm_for_each_desc_tlv(i, __desc,
desc_start
, desc_count) {
in pldm_parse_desc_tlvs()
Completed in 5 milliseconds