/src/sys/arch/hp300/stand/common/ |
rawfs.c | 53 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);
|
rawfs.c | 53 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);
|
rawfs.c | 53 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);
|
/src/sys/arch/sun68k/stand/tapeboot/ |
rawfs.c | 54 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);
|
rawfs.c | 54 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);
|
rawfs.c | 54 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);
|
/src/sys/arch/mvme68k/stand/bootst/ |
rawfs.c | 52 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);
|
rawfs.c | 52 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);
|
rawfs.c | 52 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);
|