home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / util / misc / rsys / data / rsysliboff.dat < prev   
Text File  |  1993-12-21  |  26KB  |  871 lines

  1. ###################
  2. # Libraryoffsets für RSys 1.3
  3. # (Stand: 24-Jul-93)
  4. ###################
  5. # FD-File: FD:dos_lib.fd
  6. LIBNAME = dos.library
  7. TYP = L
  8. BASE = _DOSBase
  9.  
  10. FUNCTION = Open,30,1
  11. FUNCTION = Close,36,1
  12. FUNCTION = Read,42,1
  13. FUNCTION = Write,48,1
  14. FUNCTION = Input,54,1
  15. FUNCTION = Output,60,1
  16. FUNCTION = Seek,66,1
  17. FUNCTION = DeleteFile,72,1
  18. FUNCTION = Rename,78,1
  19. FUNCTION = Lock,84,1
  20. FUNCTION = UnLock,90,1
  21. FUNCTION = DupLock,96,1
  22. FUNCTION = Examine,102,1
  23. FUNCTION = ExNext,108,1
  24. FUNCTION = Info,114,1
  25. FUNCTION = CreateDir,120,1
  26. FUNCTION = CurrentDir,126,1
  27. FUNCTION = IoErr,132,1
  28. FUNCTION = CreateProc,138,1
  29. FUNCTION = Exit,144,1
  30. FUNCTION = LoadSeg,150,1
  31. FUNCTION = UnLoadSeg,156,1
  32. FUNCTION = dosPrivate1,162,0
  33. FUNCTION = dosPrivate2,168,0
  34. FUNCTION = DeviceProc,174,1
  35. FUNCTION = SetComment,180,1
  36. FUNCTION = SetProtection,186,1
  37. FUNCTION = DateStamp,192,1
  38. FUNCTION = Delay,198,1
  39. FUNCTION = WaitForChar,204,1
  40. FUNCTION = ParentDir,210,1
  41. FUNCTION = IsInteractive,216,1
  42. FUNCTION = Execute,222,1
  43. ##--- functions in V36 or higher (distributed as Release 2.0) ---
  44. ##    DOS Object creation/deletion
  45. FUNCTION = AllocDosObject,228,1
  46. FUNCTION = FreeDosObject,234,1
  47. ##    Packet Level routines
  48. FUNCTION = DoPkt,240,1
  49. FUNCTION = SendPkt,246,1
  50. FUNCTION = WaitPkt,252,1
  51. FUNCTION = ReplyPkt,258,1
  52. FUNCTION = AbortPkt,264,1
  53. ##    Record Locking
  54. FUNCTION = LockRecord,270,1
  55. FUNCTION = LockRecords,276,1
  56. FUNCTION = UnLockRecord,282,1
  57. FUNCTION = UnLockRecords,288,1
  58. ##    Buffered File I/O
  59. FUNCTION = SelectInput,294,1
  60. FUNCTION = SelectOutput,300,1
  61. FUNCTION = FGetC,306,1
  62. FUNCTION = FPutC,312,1
  63. FUNCTION = UnGetC,318,1
  64. FUNCTION = FRead,324,1
  65. FUNCTION = FWrite,330,1
  66. FUNCTION = FGets,336,1
  67. FUNCTION = FPuts,342,1
  68. FUNCTION = VFWritef,348,1
  69. FUNCTION = VFPrintf,354,1
  70. FUNCTION = Flush,360,1
  71. FUNCTION = SetVBuf,366,1
  72. ##    DOS Object Management
  73. FUNCTION = DupLockFromFH,372,1
  74. FUNCTION = OpenFromLock,378,1
  75. FUNCTION = ParentOfFH,384,1
  76. FUNCTION = ExamineFH,390,1
  77. FUNCTION = SetFileDate,396,1
  78. FUNCTION = NameFromLock,402,1
  79. FUNCTION = NameFromFH,408,1
  80. FUNCTION = SplitName,414,1
  81. FUNCTION = SameLock,420,1
  82. FUNCTION = SetMode,426,1
  83. FUNCTION = ExAll,432,1
  84. FUNCTION = ReadLink,438,1
  85. FUNCTION = MakeLink,444,1
  86. FUNCTION = ChangeMode,450,1
  87. FUNCTION = SetFileSize,456,1
  88. ##    Error Handling
  89. FUNCTION = SetIoErr,462,1
  90. FUNCTION = Fault,468,1
  91. FUNCTION = PrintFault,474,1
  92. FUNCTION = ErrorReport,480,1
  93. ##--- (1 function slot reserved here) ---
  94. ##    Process Management
  95. FUNCTION = Cli,492,1
  96. FUNCTION = CreateNewProc,498,1
  97. FUNCTION = RunCommand,504,1
  98. FUNCTION = GetConsoleTask,510,1
  99. FUNCTION = SetConsoleTask,516,1
  100. FUNCTION = GetFileSysTask,522,1
  101. FUNCTION = SetFileSysTask,528,1
  102. FUNCTION = GetArgStr,534,1
  103. FUNCTION = SetArgStr,540,1
  104. FUNCTION = FindCliProc,546,1
  105. FUNCTION = MaxCli,552,1
  106. FUNCTION = SetCurrentDirName,558,1
  107. FUNCTION = GetCurrentDirName,564,1
  108. FUNCTION = SetProgramName,570,1
  109. FUNCTION = GetProgramName,576,1
  110. FUNCTION = SetPrompt,582,1
  111. FUNCTION = GetPrompt,588,1
  112. FUNCTION = SetProgramDir,594,1
  113. FUNCTION = GetProgramDir,600,1
  114. ##    Device List Management
  115. FUNCTION = SystemTagList,606,1
  116. FUNCTION = AssignLock,612,1
  117. FUNCTION = AssignLate,618,1
  118. FUNCTION = AssignPath,624,1
  119. FUNCTION = AssignAdd,630,1
  120. FUNCTION = RemAssignList,636,1
  121. FUNCTION = GetDeviceProc,642,1
  122. FUNCTION = FreeDeviceProc,648,1
  123. FUNCTION = LockDosList,654,1
  124. FUNCTION = UnLockDosList,660,1
  125. FUNCTION = AttemptLockDosList,666,1
  126. FUNCTION = RemDosEntry,672,1
  127. FUNCTION = AddDosEntry,678,1
  128. FUNCTION = FindDosEntry,684,1
  129. FUNCTION = NextDosEntry,690,1
  130. FUNCTION = MakeDosEntry,696,1
  131. FUNCTION = FreeDosEntry,702,1
  132. FUNCTION = IsFileSystem,708,1
  133. ##    Handler Interface
  134. FUNCTION = Format,714,1
  135. FUNCTION = Relabel,720,1
  136. FUNCTION = Inhibit,726,1
  137. FUNCTION = AddBuffers,732,1
  138. ##    Date, Time Routines
  139. FUNCTION = CompareDates,738,1
  140. FUNCTION = DateToStr,744,1
  141. FUNCTION = StrToDate,750,1
  142. ##    Image Management
  143. FUNCTION = InternalLoadSeg,756,1
  144. FUNCTION = InternalUnLoadSeg,762,1
  145. FUNCTION = NewLoadSeg,768,1
  146. FUNCTION = AddSegment,774,1
  147. FUNCTION = FindSegment,780,1
  148. FUNCTION = RemSegment,786,1
  149. ##    Command Support
  150. FUNCTION = CheckSignal,792,1
  151. FUNCTION = ReadArgs,798,1
  152. FUNCTION = FindArg,804,1
  153. FUNCTION = ReadItem,810,1
  154. FUNCTION = StrToLong,816,1
  155. FUNCTION = MatchFirst,822,1
  156. FUNCTION = MatchNext,828,1
  157. FUNCTION = MatchEnd,834,1
  158. FUNCTION = ParsePattern,840,1
  159. FUNCTION = MatchPattern,846,1
  160. ## Not currently implemented.
  161. FUNCTION = dosPrivate3,852,0
  162. FUNCTION = FreeArgs,858,1
  163. ##--- (1 function slot reserved here) ---
  164. FUNCTION = FilePart,870,1
  165. FUNCTION = PathPart,876,1
  166. FUNCTION = AddPart,882,1
  167. ##    Notification
  168. FUNCTION = StartNotify,888,1
  169. FUNCTION = EndNotify,894,1
  170. ##    Environment Variable functions
  171. FUNCTION = SetVar,900,1
  172. FUNCTION = GetVar,906,1
  173. FUNCTION = DeleteVar,912,1
  174. FUNCTION = FindVar,918,1
  175. FUNCTION = dosPrivate4,924,0
  176. FUNCTION = CliInitNewcli,930,1
  177. FUNCTION = CliInitRun,936,1
  178. FUNCTION = WriteChars,942,1
  179. FUNCTION = PutStr,948,1
  180. FUNCTION = VPrintf,954,1
  181. ##--- (1 function slot reserved here) ---
  182. ## these were unimplemented until dos 36.147
  183. FUNCTION = ParsePatternNoCase,966,1
  184. FUNCTION = MatchPatternNoCase,972,1
  185. FUNCTION = dosPrivate5,978,0
  186. ## this was added for V37 dos, returned 0 before then.
  187. FUNCTION = SameDevice,984,1
  188. ## These were added in dos 36.147
  189. ##--- (4 function slots reserved here) ---
  190. ## these were added in dos 37.1
  191. ##--- (2 function slots reserved here) ---
  192. ## these were added in dos 37.8
  193. ##--- (2 function slots reserved here) ---
  194. END
  195. ###################
  196. ###################
  197. # FD-File: FD:exec_lib.fd
  198. LIBNAME = exec.library
  199. TYP = L
  200. BASE = _SysBase
  201. ##------ misc ---------------------------------------------------------
  202. FUNCTION = Supervisor,30,1
  203. ##------ special patchable hooks to internal exec activity ------------
  204. FUNCTION = execPrivate1,36,0
  205. FUNCTION = execPrivate2,42,0
  206. FUNCTION = execPrivate3,48,0
  207. FUNCTION = execPrivate4,54,0
  208. FUNCTION = execPrivate5,60,0
  209. FUNCTION = execPrivate6,66,0
  210. ##------ module creation ----------------------------------------------
  211. FUNCTION = InitCode,72,1
  212. FUNCTION = InitStruct,78,1
  213. FUNCTION = MakeLibrary,84,1
  214. FUNCTION = MakeFunctions,90,1
  215. FUNCTION = FindResident,96,1
  216. FUNCTION = InitResident,102,1
  217. ##------ diagnostics --------------------------------------------------
  218. FUNCTION = Alert,108,1
  219. FUNCTION = Debug,114,1
  220. ##------ interrupts ---------------------------------------------------
  221. FUNCTION = Disable,120,1
  222. FUNCTION = Enable,126,1
  223. FUNCTION = Forbid,132,1
  224. FUNCTION = Permit,138,1
  225. FUNCTION = SetSR,144,1
  226. FUNCTION = SuperState,150,1
  227. FUNCTION = UserState,156,1
  228. FUNCTION = SetIntVector,162,1
  229. FUNCTION = AddIntServer,168,1
  230. FUNCTION = RemIntServer,174,1
  231. FUNCTION = Cause,180,1
  232. ##------ memory allocation --------------------------------------------
  233. FUNCTION = Allocate,186,1
  234. FUNCTION = Deallocate,192,1
  235. FUNCTION = AllocMem,198,1
  236. FUNCTION = AllocAbs,204,1
  237. FUNCTION = FreeMem,210,1
  238. FUNCTION = AvailMem,216,1
  239. FUNCTION = AllocEntry,222,1
  240. FUNCTION = FreeEntry,228,1
  241. ##------ lists --------------------------------------------------------
  242. FUNCTION = Insert,234,1
  243. FUNCTION = AddHead,240,1
  244. FUNCTION = AddTail,246,1
  245. FUNCTION = Remove,252,1
  246. FUNCTION = RemHead,258,1
  247. FUNCTION = RemTail,264,1
  248. FUNCTION = Enqueue,270,1
  249. FUNCTION = FindName,276,1
  250. ##------ tasks --------------------------------------------------------
  251. FUNCTION = AddTask,282,1
  252. FUNCTION = RemTask,288,1
  253. FUNCTION = FindTask,294,1
  254. FUNCTION = SetTaskPri,300,1
  255. FUNCTION = SetSignal,306,1
  256. FUNCTION = SetExcept,312,1
  257. FUNCTION = Wait,318,1
  258. FUNCTION = Signal,324,1
  259. FUNCTION = AllocSignal,330,1
  260. FUNCTION = FreeSignal,336,1
  261. FUNCTION = AllocTrap,342,1
  262. FUNCTION = FreeTrap,348,1
  263. ##------ messages -----------------------------------------------------
  264. FUNCTION = AddPort,354,1
  265. FUNCTION = RemPort,360,1
  266. FUNCTION = PutMsg,366,1
  267. FUNCTION = GetMsg,372,1
  268. FUNCTION = ReplyMsg,378,1
  269. FUNCTION = WaitPort,384,1
  270. FUNCTION = FindPort,390,1
  271. ##------ libraries ----------------------------------------------------
  272. FUNCTION = AddLibrary,396,1
  273. FUNCTION = RemLibrary,402,1
  274. FUNCTION = OldOpenLibrary,408,1
  275. FUNCTION = CloseLibrary,414,1
  276. FUNCTION = SetFunction,420,1
  277. FUNCTION = SumLibrary,426,1
  278. ##------ devices ------------------------------------------------------
  279. FUNCTION = AddDevice,432,1
  280. FUNCTION = RemDevice,438,1
  281. FUNCTION = OpenDevice,444,1
  282. FUNCTION = CloseDevice,450,1
  283. FUNCTION = DoIO,456,1
  284. FUNCTION = SendIO,462,1
  285. FUNCTION =