OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vtoc_sector
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ews4800mips/ews4800mips/
vtoc.c
57
vtoc_sector
(void *rwops, struct
vtoc_sector
*vtoc, int start)
function in typeref:typename:bool
60
if (!sector_read(rwops, (void *)vtoc, start +
VTOC_SECTOR
))
70
vtoc_find_bfs(const struct
vtoc_sector
*vtoc)
92
vtoc_valid(const struct
vtoc_sector
*vtoc)
99
vtoc_sanity(const struct
vtoc_sector
*vtoc)
/src/sys/arch/ews4800mips/include/
vtoc.h
38
#define
VTOC_SECTOR
1 /* sector */
66
struct
vtoc_sector
{
struct
82
bool
vtoc_sector
(void *, struct
vtoc_sector
*, int);
83
bool vtoc_valid(const struct
vtoc_sector
*);
84
bool vtoc_sanity(const struct
vtoc_sector
*);
85
const struct ux_partition *vtoc_find_bfs(const struct
vtoc_sector
*);
86
bool vtoc_write(struct
vtoc_sector
*, struct pdinfo_sector *);
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025