Home
last modified time | relevance | path

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

/netbsd/sys/fs/sysvbfs/
H A Dbfs.h155 bool bfs_file_lookup(const struct bfs *, const char *, int *, int *,
H A Dbfs.c251 if (!bfs_file_lookup(bfs, fname, &start, &end, &sz)) in bfs_file_read()
485 bfs_file_lookup(const struct bfs *bfs, const char *fname, int *start, int *end, in bfs_file_lookup() function
732 if (bfs_file_lookup(bfs, file->name, &s, &e, &bytes)) in bfs_dump()
/netbsd/sys/arch/ews4800mips/stand/common/
H A Dbootfs.c71 if (!bfs_file_lookup(file->bfs, name, &file->start, &file->end, in bfs_open()