OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MtdPartition
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/mtdutils/
mtdutils.h
26
typedef struct
MtdPartition
MtdPartition
;
30
const
MtdPartition
*mtd_find_partition_by_name(const char *name);
35
int mtd_mount_partition(const
MtdPartition
*partition, const char *mount_point,
40
int mtd_partition_info(const
MtdPartition
*partition,
49
MtdReadContext *mtd_read_partition(const
MtdPartition
*);
54
MtdWriteContext *mtd_write_partition(const
MtdPartition
*);
mtdutils.c
31
struct
MtdPartition
{
39
const
MtdPartition
*partition;
46
const
MtdPartition
*partition;
57
MtdPartition
*partitions;
81
MtdPartition
*partitions = malloc(nump * sizeof(*partitions));
97
MtdPartition
*p = &g_mtd_state.partitions[i];
143
MtdPartition
*p = &g_mtd_state.partitions[mtdnum];
175
const
MtdPartition
*
181
MtdPartition
*p = &g_mtd_state.partitions[i];
193
mtd_mount_partition(const
MtdPartition
*partition, const char *mount_point
[
all
...]
Completed in 283 milliseconds