HomeSort by: relevance | last modified time | path
    Searched refs:bfs_file_lookup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/sysvbfs/
bfs.h 155 bool bfs_file_lookup(const struct bfs *, const char *, int *, int *,
bfs.c 251 if (!bfs_file_lookup(bfs, fname, &start, &end, &sz))
485 bfs_file_lookup(const struct bfs *bfs, const char *fname, int *start, int *end, function in typeref:typename:bool
732 if (bfs_file_lookup(bfs, file->name, &s, &e, &bytes))
  /src/sys/arch/ews4800mips/stand/common/
bootfs.c 71 if (!bfs_file_lookup(file->bfs, name, &file->start, &file->end,

Completed in 33 milliseconds