Home
last modified time | relevance | path

Searched refs:vtoc_find_bfs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dbfs_subr.c91 if ((bfs_partition = vtoc_find_bfs(vtoc)) == 0) in bfs_find()
/netbsd-src/sys/arch/ews4800mips/include/
H A Dvtoc.h85 const struct ux_partition *vtoc_find_bfs(const struct vtoc_sector *);
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dvtoc.c70 vtoc_find_bfs(const struct vtoc_sector *vtoc) in vtoc_find_bfs() function