OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flash_erase_instruction
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/flash/
flash.h
81
struct
flash_erase_instruction
{
struct
84
void (*ei_callback)(struct
flash_erase_instruction
*);
98
int (*erase)(device_t, struct
flash_erase_instruction
*);
131
int flash_erase(device_t, struct
flash_erase_instruction
*);
flash.c
384
struct
flash_erase_instruction
ei;
533
flash_erase(device_t self, struct
flash_erase_instruction
* const ei)
537
struct
flash_erase_instruction
e = *ei;
flash_io.c
231
struct
flash_erase_instruction
ei;
/src/sys/dev/nand/
nand.h
458
int nand_flash_erase(device_t, struct
flash_erase_instruction
*);
nand.c
1452
struct
flash_erase_instruction
*ei)
/src/sys/ufs/chfs/
ebh.c
64
void erase_callback(struct
flash_erase_instruction
*ei);
872
erase_callback(struct
flash_erase_instruction
*ei)
935
struct
flash_erase_instruction
*ei;
960
ei = kmem_alloc(sizeof(struct
flash_erase_instruction
)
/src/sys/dev/nor/
nor.c
68
static int nor_flash_erase(device_t, struct
flash_erase_instruction
*);
519
nor_flash_erase(device_t self, struct
flash_erase_instruction
* const ei)
Completed in 16 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025