Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/fs/
H A Dbootfsops.c47 size_t bf_size; member
174 fp->bf_size = (size_t)propval; in bbootfs_init()
240 if (fdp->fd_pos >= fdp->fd_file->bf_size) in bbootfs_read()
243 if (fdp->fd_pos + size > fdp->fd_file->bf_size) in bbootfs_read()
244 len = fdp->fd_file->bf_size - fdp->fd_pos; in bbootfs_read()
271 fdp->fd_pos = fdp->fd_file->bf_size; in bbootfs_lseek()
294 bsp->st_size = fdp->fd_file->bf_size; in bbootfs_fstat()
296 bsp->st_blocks = fdp->fd_file->bf_size; in bbootfs_fstat()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dbf.c67 int bf_size; /* Total current size of file */ member
176 bfp->bf_size = 0;
278 return bfp->bf_size;
461 bfp->bf_offset = bfp->bf_size + offset;
620 if (bfp->bf_offset > bfp->bf_size)
621 bfp->bf_size = bfp->bf_offset;
797 bfp->bf_size = 0;