HomeSort by: relevance | last modified time | path
    Searched defs:nbfs_open_file (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/acorn32/stand/nbfs/
nbfs.c 79 struct nbfs_open_file { struct
82 LIST_ENTRY(nbfs_open_file) link;
85 static LIST_HEAD(, nbfs_open_file) nbfs_open_files;
183 struct nbfs_open_file *nof = NULL;
221 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1;
255 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1;
nbfs.c 79 struct nbfs_open_file { struct
82 LIST_ENTRY(nbfs_open_file) link;
85 static LIST_HEAD(, nbfs_open_file) nbfs_open_files;
183 struct nbfs_open_file *nof = NULL;
221 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1;
255 struct nbfs_open_file *nof = (struct nbfs_open_file *)r->r1;

Completed in 22 milliseconds