Home | History | Annotate | Download | only in tunefs

Lines Matching defs:fi

81 int	fi;
235 fi = open(special, openflags);
237 fi = openpartition(special, openflags, device, sizeof(device));
240 if (fi == -1)
242 active = !Fflag && isactive(fi, &sfs);
476 close(fi);
707 if (lseek(fi, offset, SEEK_SET) == -1)
709 if (write(fi, buffer, size) != size)
720 if (lseek(fi, offset, SEEK_SET) == -1)
722 if ((i = read(fi, buffer, cnt)) != cnt)