Displaying 1 result from an estimated 1 matches for "fpclose".
Did you mean:
fclose
2007 Jul 24
1
Custom kinit to find device by "label"
...ngth(ActualFSLabel)) then begin
if (ActualFSLabel = RootFSLabel) then begin
Result := True;
DeviceFound := True;
end;
end
else WriteError('Reading from device: ' + DEVICENAME);
WriteLn('Closing device: ', DEVICENAME);
if FpClose(FileDescriptor) <> 0 then
WriteError('Closing device: ' + DEVICENAME);
if DeviceFound then BREAK;
end
else WriteError('Opening device: ' + DEVICENAME);
//Delete the device so we can try again
WriteLn('Deleting device we created: ', DE...