Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c53 bfile_t *fd_file; member
209 if (fds[i].fd_file == NULL) { in bbootfs_open()
210 fds[i].fd_file = fp; in bbootfs_open()
222 if (fds[fd].fd_file == NULL) in bbootfs_close()
225 fds[fd].fd_file = NULL; in bbootfs_close()
237 if (fdp->fd_file == NULL) in bbootfs_read()
260 if (fdp->fd_file == NULL) in bbootfs_lseek()
271 fdp->fd_pos = fdp->fd_file->bf_size; in bbootfs_lseek()
285 if (fdp->fd_file == NULL) in bbootfs_fstat()
289 bsp->st_ino = fdp->fd_file->bf_ino; in bbootfs_fstat()
[all …]