Home | History | Annotate | Download | only in hpcboot

Lines Matching refs:_f

54 	_f = static_cast<struct open_file *>(malloc(sizeof(struct open_file)));
55 _f->f_dev = devsw;
63 free(_f);
86 winblkopen(_f, devname, unit, 0);
99 error = ufs_open(_ascii_filename, _f);
116 ufs_seek(_f, ofs, SEEK_SET);
117 ufs_read(_f, buf, bytes, &sz);
128 ufs_seek(_f, ofs, SEEK_SET);
129 ufs_write(_f,(void *) buf, bytes, &sz);
137 ufs_seek(_f, ofs, SEEK_SET);
147 ufs_stat(_f, &st);
155 return ufs_close(_f);