Searched refs:fs_buf (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Drawfs.c53 char fs_buf[RAWFS_BSIZE]; member in struct:rawfs_file
70 fs->fs_ptr = fs->fs_buf;
184 fs->fs_ptr = fs->fs_buf;
191 fs->fs_nextblk, RAWFS_BSIZE, fs->fs_buf, &len);
/netbsd-current/sys/arch/sun68k/stand/tapeboot/
H A Drawfs.c54 char fs_buf[RAWFS_BSIZE]; member in struct:file
72 fs->fs_ptr = fs->fs_buf;
92 printf("rawfs_close: breakpoint...", fs->fs_buf);
206 fs->fs_ptr = fs->fs_buf;
210 fs->fs_nextblk, RAWFS_BSIZE, fs->fs_buf, &len);
/netbsd-current/sys/arch/mvme68k/stand/bootst/
H A Drawfs.c52 char fs_buf[RAWFS_BSIZE]; member in struct:file
69 fs->fs_ptr = fs->fs_buf;
197 fs->fs_ptr = &fs->fs_buf[idx];
222 fs->fs_ptr = fs->fs_buf;
227 RAWFS_BSIZE, fs->fs_buf, &len);

Completed in 123 milliseconds