Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/fs/
H A Dbootfsops.c50 } bfile_t; typedef
53 bfile_t *fd_file;
57 static bfile_t *head;
139 bfile_t *fp; in bbootfs_init()
150 if ((fp = bkmem_alloc(sizeof (bfile_t))) == NULL) { in bbootfs_init()
161 bkmem_free(fp, sizeof (bfile_t)); in bbootfs_init()
170 bkmem_free(fp, sizeof (bfile_t)); in bbootfs_init()
189 bfile_t *fp; in bbootfs_open()
306 bfile_t *fp; in bbootfs_closeall()
312 bkmem_free(fp, sizeof (bfile_t)); in bbootfs_closeall()