nbfs_reg
nbfs_open(struct nbfs_reg *r)
nbfs_getbytes(struct nbfs_reg *r)
nbfs_putbytes(struct nbfs_reg *r)
nbfs_args(struct nbfs_reg *r)
nbfs_close(struct nbfs_reg *r)
nbfs_file(struct nbfs_reg *r)
nbfs_func_dirents(struct nbfs_reg *r)
nbfs_func(struct nbfs_reg *r)
extern os_error const *nbfs_open (struct nbfs_reg *);
extern os_error const *nbfs_getbytes(struct nbfs_reg *);
extern os_error const *nbfs_putbytes(struct nbfs_reg *);
extern os_error const *nbfs_args (struct nbfs_reg *);
extern os_error const *nbfs_close (struct nbfs_reg *);
extern os_error const *nbfs_file (struct nbfs_reg *);
extern os_error const *nbfs_func (struct nbfs_reg *);