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:privhead
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/partitions/
H
A
D
ldm.h
67
#define OFF_PRIV1 6 /* Offset of the first
privhead
98
struct
privhead
{ /* Offsets and sizes are in sectors. */
struct
183
struct
privhead
ph;
H
A
D
ldm.c
59
* @ph: In-memory
privhead
structure in which to return parsed information
62
* sets up the in-memory
privhead
structure @ph with the obtained information.
67
static bool ldm_parse_privhead(const u8 *data, struct
privhead
*ph)
in ldm_parse_privhead()
203
* ldm_compare_privheads - Compare two
privhead
objects
204
* @ph1: First
privhead
205
* @ph2: Second
privhead
207
* This compares the two
privhead
structures @ph1 and @ph2.
212
static bool ldm_compare_privheads (const struct
privhead
*ph1,
in ldm_compare_privheads()
213
const struct
privhead
*ph2)
in ldm_compare_privheads()
252
* ldm_validate_privheads - Compare the primary
privhead
wit
[all...]
/kernel/linux/linux-6.6/block/partitions/
H
A
D
ldm.h
66
#define OFF_PRIV1 6 /* Offset of the first
privhead
97
struct
privhead
{ /* Offsets and sizes are in sectors. */
struct
182
struct
privhead
ph;
H
A
D
ldm.c
59
* @ph: In-memory
privhead
structure in which to return parsed information
62
* sets up the in-memory
privhead
structure @ph with the obtained information.
67
static bool ldm_parse_privhead(const u8 *data, struct
privhead
*ph)
in ldm_parse_privhead()
203
* ldm_compare_privheads - Compare two
privhead
objects
204
* @ph1: First
privhead
205
* @ph2: Second
privhead
207
* This compares the two
privhead
structures @ph1 and @ph2.
212
static bool ldm_compare_privheads (const struct
privhead
*ph1,
in ldm_compare_privheads()
213
const struct
privhead
*ph2)
in ldm_compare_privheads()
252
* ldm_validate_privheads - Compare the primary
privhead
wit
[all...]
Completed in 3 milliseconds