Lines Matching refs:bsp
281 bbootfs_fstat(int fd, struct bootstat *bsp)
288 bsp->st_dev = 1;
289 bsp->st_ino = fdp->fd_file->bf_ino;
290 bsp->st_mode = 0444;
291 bsp->st_nlink = 1;
292 bsp->st_uid = bsp->st_gid = 0;
293 bsp->st_rdev = 0;
294 bsp->st_size = fdp->fd_file->bf_size;
295 bsp->st_blksize = 1;
296 bsp->st_blocks = fdp->fd_file->bf_size;
297 (void) strcpy(bsp->st_fstype, "bootfs");