home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
new
/
util
/
misc
/
rsys
/
data
/
rsysliboff.dat
< prev
Wrap
Text File
|
1993-12-21
|
26KB
|
871 lines
###################
# Libraryoffsets für RSys 1.3
# (Stand: 24-Jul-93)
###################
# FD-File: FD:dos_lib.fd
LIBNAME = dos.library
TYP = L
BASE = _DOSBase
FUNCTION = Open,30,1
FUNCTION = Close,36,1
FUNCTION = Read,42,1
FUNCTION = Write,48,1
FUNCTION = Input,54,1
FUNCTION = Output,60,1
FUNCTION = Seek,66,1
FUNCTION = DeleteFile,72,1
FUNCTION = Rename,78,1
FUNCTION = Lock,84,1
FUNCTION = UnLock,90,1
FUNCTION = DupLock,96,1
FUNCTION = Examine,102,1
FUNCTION = ExNext,108,1
FUNCTION = Info,114,1
FUNCTION = CreateDir,120,1
FUNCTION = CurrentDir,126,1
FUNCTION = IoErr,132,1
FUNCTION = CreateProc,138,1
FUNCTION = Exit,144,1
FUNCTION = LoadSeg,150,1
FUNCTION = UnLoadSeg,156,1
FUNCTION = dosPrivate1,162,0
FUNCTION = dosPrivate2,168,0
FUNCTION = DeviceProc,174,1
FUNCTION = SetComment,180,1
FUNCTION = SetProtection,186,1
FUNCTION = DateStamp,192,1
FUNCTION = Delay,198,1
FUNCTION = WaitForChar,204,1
FUNCTION = ParentDir,210,1
FUNCTION = IsInteractive,216,1
FUNCTION = Execute,222,1
##--- functions in V36 or higher (distributed as Release 2.0) ---
## DOS Object creation/deletion
FUNCTION = AllocDosObject,228,1
FUNCTION = FreeDosObject,234,1
## Packet Level routines
FUNCTION = DoPkt,240,1
FUNCTION = SendPkt,246,1
FUNCTION = WaitPkt,252,1
FUNCTION = ReplyPkt,258,1
FUNCTION = AbortPkt,264,1
## Record Locking
FUNCTION = LockRecord,270,1
FUNCTION = LockRecords,276,1
FUNCTION = UnLockRecord,282,1
FUNCTION = UnLockRecords,288,1
## Buffered File I/O
FUNCTION = SelectInput,294,1
FUNCTION = SelectOutput,300,1
FUNCTION = FGetC,306,1
FUNCTION = FPutC,312,1
FUNCTION = UnGetC,318,1
FUNCTION = FRead,324,1
FUNCTION = FWrite,330,1
FUNCTION = FGets,336,1
FUNCTION = FPuts,342,1
FUNCTION = VFWritef,348,1
FUNCTION = VFPrintf,354,1
FUNCTION = Flush,360,1
FUNCTION = SetVBuf,366,1
## DOS Object Management
FUNCTION = DupLockFromFH,372,1
FUNCTION = OpenFromLock,378,1
FUNCTION = ParentOfFH,384,1
FUNCTION = ExamineFH,390,1
FUNCTION = SetFileDate,396,1
FUNCTION = NameFromLock,402,1
FUNCTION = NameFromFH,408,1
FUNCTION = SplitName,414,1
FUNCTION = SameLock,420,1
FUNCTION = SetMode,426,1
FUNCTION = ExAll,432,1
FUNCTION = ReadLink,438,1
FUNCTION = MakeLink,444,1
FUNCTION = ChangeMode,450,1
FUNCTION = SetFileSize,456,1
## Error Handling
FUNCTION = SetIoErr,462,1
FUNCTION = Fault,468,1
FUNCTION = PrintFault,474,1
FUNCTION = ErrorReport,480,1
##--- (1 function slot reserved here) ---
## Process Management
FUNCTION = Cli,492,1
FUNCTION = CreateNewProc,498,1
FUNCTION = RunCommand,504,1
FUNCTION = GetConsoleTask,510,1
FUNCTION = SetConsoleTask,516,1
FUNCTION = GetFileSysTask,522,1
FUNCTION = SetFileSysTask,528,1
FUNCTION = GetArgStr,534,1
FUNCTION = SetArgStr,540,1
FUNCTION = FindCliProc,546,1
FUNCTION = MaxCli,552,1
FUNCTION = SetCurrentDirName,558,1
FUNCTION = GetCurrentDirName,564,1
FUNCTION = SetProgramName,570,1
FUNCTION = GetProgramName,576,1
FUNCTION = SetPrompt,582,1
FUNCTION = GetPrompt,588,1
FUNCTION = SetProgramDir,594,1
FUNCTION = GetProgramDir,600,1
## Device List Management
FUNCTION = SystemTagList,606,1
FUNCTION = AssignLock,612,1
FUNCTION = AssignLate,618,1
FUNCTION = AssignPath,624,1
FUNCTION = AssignAdd,630,1
FUNCTION = RemAssignList,636,1
FUNCTION = GetDeviceProc,642,1
FUNCTION = FreeDeviceProc,648,1
FUNCTION = LockDosList,654,1
FUNCTION = UnLockDosList,660,1
FUNCTION = AttemptLockDosList,666,1
FUNCTION = RemDosEntry,672,1
FUNCTION = AddDosEntry,678,1
FUNCTION = FindDosEntry,684,1
FUNCTION = NextDosEntry,690,1
FUNCTION = MakeDosEntry,696,1
FUNCTION = FreeDosEntry,702,1
FUNCTION = IsFileSystem,708,1
## Handler Interface
FUNCTION = Format,714,1
FUNCTION = Relabel,720,1
FUNCTION = Inhibit,726,1
FUNCTION = AddBuffers,732,1
## Date, Time Routines
FUNCTION = CompareDates,738,1
FUNCTION = DateToStr,744,1
FUNCTION = StrToDate,750,1
## Image Management
FUNCTION = InternalLoadSeg,756,1
FUNCTION = InternalUnLoadSeg,762,1
FUNCTION = NewLoadSeg,768,1
FUNCTION = AddSegment,774,1
FUNCTION = FindSegment,780,1
FUNCTION = RemSegment,786,1
## Command Support
FUNCTION = CheckSignal,792,1
FUNCTION = ReadArgs,798,1
FUNCTION = FindArg,804,1
FUNCTION = ReadItem,810,1
FUNCTION = StrToLong,816,1
FUNCTION = MatchFirst,822,1
FUNCTION = MatchNext,828,1
FUNCTION = MatchEnd,834,1
FUNCTION = ParsePattern,840,1
FUNCTION = MatchPattern,846,1
## Not currently implemented.
FUNCTION = dosPrivate3,852,0
FUNCTION = FreeArgs,858,1
##--- (1 function slot reserved here) ---
FUNCTION = FilePart,870,1
FUNCTION = PathPart,876,1
FUNCTION = AddPart,882,1
## Notification
FUNCTION = StartNotify,888,1
FUNCTION = EndNotify,894,1
## Environment Variable functions
FUNCTION = SetVar,900,1
FUNCTION = GetVar,906,1
FUNCTION = DeleteVar,912,1
FUNCTION = FindVar,918,1
FUNCTION = dosPrivate4,924,0
FUNCTION = CliInitNewcli,930,1
FUNCTION = CliInitRun,936,1
FUNCTION = WriteChars,942,1
FUNCTION = PutStr,948,1
FUNCTION = VPrintf,954,1
##--- (1 function slot reserved here) ---
## these were unimplemented until dos 36.147
FUNCTION = ParsePatternNoCase,966,1
FUNCTION = MatchPatternNoCase,972,1
FUNCTION = dosPrivate5,978,0
## this was added for V37 dos, returned 0 before then.
FUNCTION = SameDevice,984,1
## These were added in dos 36.147
##--- (4 function slots reserved here) ---
## these were added in dos 37.1
##--- (2 function slots reserved here) ---
## these were added in dos 37.8
##--- (2 function slots reserved here) ---
END
###################
###################
# FD-File: FD:exec_lib.fd
LIBNAME = exec.library
TYP = L
BASE = _SysBase
##------ misc ---------------------------------------------------------
FUNCTION = Supervisor,30,1
##------ special patchable hooks to internal exec activity ------------
FUNCTION = execPrivate1,36,0
FUNCTION = execPrivate2,42,0
FUNCTION = execPrivate3,48,0
FUNCTION = execPrivate4,54,0
FUNCTION = execPrivate5,60,0
FUNCTION = execPrivate6,66,0
##------ module creation ----------------------------------------------
FUNCTION = InitCode,72,1
FUNCTION = InitStruct,78,1
FUNCTION = MakeLibrary,84,1
FUNCTION = MakeFunctions,90,1
FUNCTION = FindResident,96,1
FUNCTION = InitResident,102,1
##------ diagnostics --------------------------------------------------
FUNCTION = Alert,108,1
FUNCTION = Debug,114,1
##------ interrupts ---------------------------------------------------
FUNCTION = Disable,120,1
FUNCTION = Enable,126,1
FUNCTION = Forbid,132,1
FUNCTION = Permit,138,1
FUNCTION = SetSR,144,1
FUNCTION = SuperState,150,1
FUNCTION = UserState,156,1
FUNCTION = SetIntVector,162,1
FUNCTION = AddIntServer,168,1
FUNCTION = RemIntServer,174,1
FUNCTION = Cause,180,1
##------ memory allocation --------------------------------------------
FUNCTION = Allocate,186,1
FUNCTION = Deallocate,192,1
FUNCTION = AllocMem,198,1
FUNCTION = AllocAbs,204,1
FUNCTION = FreeMem,210,1
FUNCTION = AvailMem,216,1
FUNCTION = AllocEntry,222,1
FUNCTION = FreeEntry,228,1
##------ lists --------------------------------------------------------
FUNCTION = Insert,234,1
FUNCTION = AddHead,240,1
FUNCTION = AddTail,246,1
FUNCTION = Remove,252,1
FUNCTION = RemHead,258,1
FUNCTION = RemTail,264,1
FUNCTION = Enqueue,270,1
FUNCTION = FindName,276,1
##------ tasks --------------------------------------------------------
FUNCTION = AddTask,282,1
FUNCTION = RemTask,288,1
FUNCTION = FindTask,294,1
FUNCTION = SetTaskPri,300,1
FUNCTION = SetSignal,306,1
FUNCTION = SetExcept,312,1
FUNCTION = Wait,318,1
FUNCTION = Signal,324,1
FUNCTION = AllocSignal,330,1
FUNCTION = FreeSignal,336,1
FUNCTION = AllocTrap,342,1
FUNCTION = FreeTrap,348,1
##------ messages -----------------------------------------------------
FUNCTION = AddPort,354,1
FUNCTION = RemPort,360,1
FUNCTION = PutMsg,366,1
FUNCTION = GetMsg,372,1
FUNCTION = ReplyMsg,378,1
FUNCTION = WaitPort,384,1
FUNCTION = FindPort,390,1
##------ libraries ----------------------------------------------------
FUNCTION = AddLibrary,396,1
FUNCTION = RemLibrary,402,1
FUNCTION = OldOpenLibrary,408,1
FUNCTION = CloseLibrary,414,1
FUNCTION = SetFunction,420,1
FUNCTION = SumLibrary,426,1
##------ devices ------------------------------------------------------
FUNCTION = AddDevice,432,1
FUNCTION = RemDevice,438,1
FUNCTION = OpenDevice,444,1
FUNCTION = CloseDevice,450,1
FUNCTION = DoIO,456,1
FUNCTION = SendIO,462,1
FUNCTION =