home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / CStrong / OSModule / HelpData next >
Encoding:
Text File  |  1994-09-14  |  22.0 KB  |  505 lines

  1. osmodule_ENTRY_START
  2. Defined in:   <osmodule=>osmodule.$>.h
  3. Declaration:  #define osmodule_ENTRY_START 0osmodule_ENTRY_INIT
  4. Defined in:   <osmodule=>osmodule.$>.h
  5. Declaration:  #define osmodule_ENTRY_INIT 4osmodule_ENTRY_DIE
  6. Defined in:   <osmodule=>osmodule.$>.h
  7. Declaration:  #define osmodule_ENTRY_DIE 8osmodule_ENTRY_SERVICE
  8. Defined in:   <osmodule=>osmodule.$>.h
  9. Declaration:  #define osmodule_ENTRY_SERVICE 12osmodule_ENTRY_TITLE
  10. Defined in:   <osmodule=>osmodule.$>.h
  11. Declaration:  #define osmodule_ENTRY_TITLE 16osmodule_ENTRY_HELP
  12. Defined in:   <osmodule=>osmodule.$>.h
  13. Declaration:  #define osmodule_ENTRY_HELP 20osmodule_ENTRY_TABLE
  14. Defined in:   <osmodule=>osmodule.$>.h
  15. Declaration:  #define osmodule_ENTRY_TABLE 24osmodule_ENTRY_SWI_CHUNK
  16. Defined in:   <osmodule=>osmodule.$>.h
  17. Declaration:  #define osmodule_ENTRY_SWI_CHUNK 28osmodule_ENTRY_SWI_ENTRY
  18. Defined in:   <osmodule=>osmodule.$>.h
  19. Declaration:  #define osmodule_ENTRY_SWI_ENTRY 32osmodule_ENTRY_NAME_TABLE
  20. Defined in:   <osmodule=>osmodule.$>.h
  21. Declaration:  #define osmodule_ENTRY_NAME_TABLE 36osmodule_ENTRY_NAME_CODE
  22. Defined in:   <osmodule=>osmodule.$>.h
  23. Declaration:  #define osmodule_ENTRY_NAME_CODE 40osmodule_SWI_CHUNK_SIZE
  24. Defined in:   <osmodule=>osmodule.$>.h
  25. Declaration:  #define osmodule_SWI_CHUNK_SIZE 64osmodule_SWI_SYSTEM_BASE
  26. Defined in:   <osmodule=>osmodule.$>.h
  27. Declaration:  #define osmodule_SWI_SYSTEM_BASE 262144osmodule_SWI_APPLICATION_BASE
  28. Defined in:   <osmodule=>osmodule.$>.h
  29. Declaration:  #define osmodule_SWI_APPLICATION_BASE 524288osmodule_SWI_USER_BASE
  30. Defined in:   <osmodule=>osmodule.$>.h
  31. Declaration:  #define osmodule_SWI_USER_BASE 786432osmodule_SECTION_SYSTEM
  32. Defined in:   <osmodule=>osmodule.$>.h
  33. Declaration:  #define osmodule_SECTION_SYSTEM (-1)osmodule_SECTION_CARD0
  34. Defined in:   <osmodule=>osmodule.$>.h
  35. Declaration:  #define osmodule_SECTION_CARD0 0osmodule_SECTION_CARD1
  36. Defined in:   <osmodule=>osmodule.$>.h
  37. Declaration:  #define osmodule_SECTION_CARD1 1osmodule_SECTION_CARD2
  38. Defined in:   <osmodule=>osmodule.$>.h
  39. Declaration:  #define osmodule_SECTION_CARD2 2osmodule_SECTION_CARD3
  40. Defined in:   <osmodule=>osmodule.$>.h
  41. Declaration:  #define osmodule_SECTION_CARD3 3osmodule_SECTION_ROM1
  42. Defined in:   <osmodule=>osmodule.$>.h
  43. Declaration:  #define osmodule_SECTION_ROM1 (-2)osmodule_SECTION_ROM2
  44. Defined in:   <osmodule=>osmodule.$>.h
  45. Declaration:  #define osmodule_SECTION_ROM2 (-3)osmodule_SECTION_ROM3
  46. Defined in:   <osmodule=>osmodule.$>.h
  47. Declaration:  #define osmodule_SECTION_ROM3 (-4)osmodule_SECTION_ROM4
  48. Defined in:   <osmodule=>osmodule.$>.h
  49. Declaration:  #define osmodule_SECTION_ROM4 (-5)osmodule_STATUS_UNPLUGGED
  50. Defined in:   <osmodule=>osmodule.$>.h
  51. Declaration:  #define osmodule_STATUS_UNPLUGGED (-1)osmodule_STATUS_DORMANT
  52. Defined in:   <osmodule=>osmodule.$>.h
  53. Declaration:  #define osmodule_STATUS_DORMANT 0osmodule_STATUS_ACTIVE
  54. Defined in:   <osmodule=>osmodule.$>.h
  55. Declaration:  #define osmodule_STATUS_ACTIVE 1osmodule_STATUS_RUNNING
  56. Defined in:   <osmodule=>osmodule.$>.h
  57. Declaration:  #define osmodule_STATUS_RUNNING 2error_MODULE_NOT_MOD
  58. Defined in:   <osmodule=>osmodule.$>.h
  59. Declaration:  #define error_MODULE_NOT_MOD 0x100uerror_MODULE_MH_NO_ROOM
  60. Defined in:   <osmodule=>osmodule.$>.h
  61. Declaration:  #define error_MODULE_MH_NO_ROOM 0x101uerror_MODULE_RM_NOT_FOUND
  62. Defined in:   <osmodule=>osmodule.$>.h
  63. Declaration:  #define error_MODULE_RM_NOT_FOUND 0x102uerror_MODULE_CANT_KILL
  64. Defined in:   <osmodule=>osmodule.$>.h
  65. Declaration:  #define error_MODULE_CANT_KILL 0x103uerror_MODULE_CANT_KILL2
  66. Defined in:   <osmodule=>osmodule.$>.h
  67. Declaration:  #define error_MODULE_CANT_KILL2 0x103uerror_MODULE_WIMP_CANT_KILL
  68. Defined in:   <osmodule=>osmodule.$>.h
  69. Declaration:  #define error_MODULE_WIMP_CANT_KILL 0x103uerror_MODULE_BAD_MODULE_REASON
  70. Defined in:   <osmodule=>osmodule.$>.h
  71. Declaration:  #define error_MODULE_BAD_MODULE_REASON 0x104uerror_MODULE_BAD_DYNAMIC_AREA
  72. Defined in:   <osmodule=>osmodule.$>.h
  73. Declaration:  #define error_MODULE_BAD_DYNAMIC_AREA 0x104uerror_MODULE_RM_NOT_FOUND_IN_ROM
  74. Defined in:   <osmodule=>osmodule.$>.h
  75. Declaration:  #define error_MODULE_RM_NOT_FOUND_IN_ROM 0x105uerror_MODULE_MODULE_POSTFIX
  76. Defined in:   <osmodule=>osmodule.$>.h
  77. Declaration:  #define error_MODULE_MODULE_POSTFIX 0x106uerror_MODULE_NO_MORE_MODULES
  78. Defined in:   <osmodule=>osmodule.$>.h
  79. Declaration:  #define error_MODULE_NO_MORE_MODULES 0x107uerror_MODULE_NO_MORE_INCARNATIONS
  80. Defined in:   <osmodule=>osmodule.$>.h
  81. Declaration:  #define error_MODULE_NO_MORE_INCARNATIONS 0x108uerror_MODULE_POSTFIX_NEEDED
  82. Defined in:   <osmodule=>osmodule.$>.h
  83. Declaration:  #define error_MODULE_POSTFIX_NEEDED 0x109uerror_MODULE_INCARNATION_EXISTS
  84. Defined in:   <osmodule=>osmodule.$>.h
  85. Declaration:  #define error_MODULE_INCARNATION_EXISTS 0x10Auerror_MODULE_INCARNATION_NOT_FOUND
  86. Defined in:   <osmodule=>osmodule.$>.h
  87. Declaration:  #define error_MODULE_INCARNATION_NOT_FOUND 0x10Buerror_MODULE_CHUNK_NOT_RM
  88. Defined in:   <osmodule=>osmodule.$>.h
  89. Declaration:  #define error_MODULE_CHUNK_NOT_RM 0x10Cuerror_MODULE_BAD_RM_HEADER_FIELD
  90. Defined in:   <osmodule=>osmodule.$>.h
  91. Declaration:  #define error_MODULE_BAD_RM_HEADER_FIELD 0x10Duerror_MODULE_MODULE_TOO_OLD
  92. Defined in:   <osmodule=>osmodule.$>.h
  93. Declaration:  #define error_MODULE_MODULE_TOO_OLD 0x10Euerror_MODULE_MODULE_BAD_SWI
  94. Defined in:   <osmodule=>osmodule.$>.h
  95. Declaration:  #define error_MODULE_MODULE_BAD_SWI 0x10Fuerror_MODULE_MODULE_IN_USE
  96. Defined in:   <osmodule=>osmodule.$>.h
  97. Declaration:  #define error_MODULE_MODULE_IN_USE 0x110uerror_MODULE_BAD_FILING_SYSTEM_OPERATION
  98. Defined in:   <osmodule=>osmodule.$>.h
  99. Declaration:  #define error_MODULE_BAD_FILING_SYSTEM_OPERATION 0x111uerror_MODULE_FILING_SYSTEM_READ_ONLY
  100. Defined in:   <osmodule=>osmodule.$>.h
  101. Declaration:  #define error_MODULE_FILING_SYSTEM_READ_ONLY 0x112uerror_MODULE_NOT_ADIR
  102. Defined in:   <osmodule=>osmodule.$>.h
  103. Declaration:  #define error_MODULE_NOT_ADIR 0x113uxos_module
  104. Performs a module operationos_module
  105. Performs a module operationxosmodule_run
  106. Defined in:   <osmodule=>osmodule.$>.h
  107. Declaration:  extern <os_error=>os.os_error> *xosmodule_run (char *tail);
  108. Summary:      Loads, initialises and enters a moduleosmodule_run
  109. Defined in:   <osmodule=>osmodule.$>.h
  110. Declaration:  extern void osmodule_run (char *tail);
  111. Summary:      Loads, initialises and enters a modulexosmodule_load
  112. Defined in:   <osmodule=>osmodule.$>.h
  113. Declaration:  extern <os_error=>os.os_error> *xosmodule_load (char *tail);
  114. Summary:      Loads a moduleosmodule_load
  115. Defined in:   <osmodule=>osmodule.$>.h
  116. Declaration:  extern void osmodule_load (char *tail);
  117. Summary:      Loads a modulexosmodule_enter
  118. Defined in:   <osmodule=>osmodule.$>.h
  119. Declaration:  extern <os_error=>os.os_error> *xosmodule_enter (char *module_name,
  120.                  char *args);
  121. Summary:      Enters a moduleosmodule_enter
  122. Defined in:   <osmodule=>osmodule.$>.h
  123. Declaration:  extern void osmodule_enter (char *module_name,
  124.                  char *args);
  125. Summary:      Enters a modulexosmodule_reinit
  126. Defined in:   <osmodule=>osmodule.$>.h
  127. Declaration:  extern <os_error=>os.os_error> *xosmodule_reinit (char *tail);
  128. Summary:      Reloads a moduleosmodule_reinit
  129. Defined in:   <osmodule=>osmodule.$>.h
  130. Declaration:  extern void osmodule_reinit (char *tail);
  131. Summary:      Reloads a modulexosmodule_kill
  132. Defined in:   <osmodule=>osmodule.$>.h
  133. Declaration:  extern <os_error=>os.os_error> *xosmodule_kill (char *module_name);
  134. Summary:      Deletes a moduleosmodule_kill
  135. Defined in:   <osmodule=>osmodule.$>.h
  136. Declaration:  extern void osmodule_kill (char *module_name);
  137. Summary:      Deletes a modulexosmodule_info
  138. Defined in:   <osmodule=>osmodule.$>.h
  139. Declaration:  extern <os_error=>os.os_error> *xosmodule_info (int *max,
  140.                  int *free);
  141. Summary:      Describes the RMAosmodule_info
  142. Defined in:   <osmodule=>osmodule.$>.h
  143. Declaration:  extern int osmodule_info (int *max);
  144. Summary:      Describes the RMAxosmodule_alloc
  145. Defined in:   <osmodule=>osmodule.$>.h
  146. Declaration:  extern <os_error=>os.os_error> *xosmodule_alloc (int size,
  147.                  void **blk);
  148. Summary:      Claims a block of workspace in the RMAosmodule_alloc
  149. Defined in:   <osmodule=>osmodule.$>.h
  150. Declaration:  extern void *osmodule_alloc (int size);
  151. Summary:      Claims a block of workspace in the RMAxosmodule_free
  152. Defined in:   <osmodule=>osmodule.$>.h
  153. Declaration:  extern <os_error=>os.os_error> *xosmodule_free (void *blk);
  154. Summary:      Frees a block of workspace in the RMAosmodule_free
  155. Defined in:   <osmodule=>osmodule.$>.h
  156. Declaration:  extern void osmodule_free (void *blk);
  157. Summary:      Frees a block of workspace in the RMAxosmodule_tidy
  158. Defined in:   <osmodule=>osmodule.$>.h
  159. Declaration:  extern <os_error=>os.os_error> *xosmodule_tidy (void);
  160. Summary:      Tidies modulesosmodule_tidy
  161. Defined in:   <osmodule=>osmodule.$>.h
  162. Declaration:  extern void osmodule_tidy (void);
  163. Summary:      Tidies modulesxosmodule_clear
  164. Defined in:   <osmodule=>osmodule.$>.h
  165. Declaration:  extern <os_error=>os.os_error> *xosmodule_clear (void);
  166. Summary:      Clears all modulesosmodule_clear
  167. Defined in:   <osmodule=>osmodule.$>.h
  168. Declaration:  extern void osmodule_clear (void);
  169. Summary:      Clears all modulesxosmodule_add_area
  170. Defined in:   <osmodule=>osmodule.$>.h
  171. Declaration:  extern <os_error=>os.os_error> *xosmodule_add_area (byte *module);
  172. Summary:      Inserts a module from memoryosmodule_add_area
  173. Defined in:   <osmodule=>osmodule.$>.h
  174. Declaration:  extern void osmodule_add_area (byte *module);
  175. Summary:      Inserts a module from memoryxosmodule_copy_area
  176. Defined in:   <osmodule=>osmodule.$>.h
  177. Declaration:  extern <os_error=>os.os_error> *xosmodule_copy_area (byte *module,
  178.                  int size);
  179. Summary:      Inserts a module from memory and moves it into the RMAosmodule_copy_area
  180. Defined in:   <osmodule=>osmodule.$>.h
  181. Declaration:  extern void osmodule_copy_area (byte *module,
  182.                  int size);
  183. Summary:      Inserts a module from memory and moves it into the RMAxosmodule_enumerate
  184. Defined in:   <osmodule=>osmodule.$>.h
  185. Declaration:  extern <os_error=>os.os_error> *xosmodule_enumerate (int module_no,
  186.                  int instance_no,
  187.                  int *module_no_out,
  188.                  int *instance_no_out,
  189.                  byte **module,
  190.                  void **workspace,
  191.                  char **postfix);
  192. Summary:      Extracts module informationosmodule_enumerate
  193. Defined in:   <osmodule=>osmodule.$>.h
  194. Declaration:  extern int osmodule_enumerate (int module_no,
  195.                  int instance_no,
  196.                  int *instance_no_out,
  197.                  byte **module,
  198.                  void **workspace,
  199.                  char **postfix);
  200. Summary:      Extracts module informationxosmodule_realloc
  201. Defined in:   <osmodule=>osmodule.$>.h
  202. Declaration:  extern <os_error=>os.os_error> *xosmodule_realloc (void *blk,
  203.                  int size_increase,
  204.                  void **blk_out);
  205. Summary:      Extends a block of workspace in the RMA by a given sizeosmodule_realloc
  206. Defined in:   <osmodule=>osmodule.$>.h
  207. Declaration:  extern void *osmodule_realloc (void *blk,
  208.                  int size_increase);
  209. Summary:      Extends a block of workspace in the RMA by a given sizexosmodule_instantiate
  210. Defined in:   <osmodule=>osmodule.$>.h
  211. Declaration:  extern <os_error=>os.os_error> *xosmodule_instantiate (char *instance_name);
  212. Summary:      Creates a new instance of a moduleosmodule_instantiate
  213. Defined in:   <osmodule=>osmodule.$>.h
  214. Declaration:  extern void osmodule_instantiate (char *instance_name);
  215. Summary:      Creates a new instance of a modulexosmodule_rename
  216. Defined in:   <osmodule=>osmodule.$>.h
  217. Declaration:  extern <os_error=>os.os_error> *xosmodule_rename (char *old_name,
  218.                  char *new_postfix);
  219. Summary:      Renames an instance of a moduleosmodule_rename
  220. Defined in:   <osmodule=>osmodule.$>.h
  221. Declaration:  extern void osmodule_rename (char *old_name,
  222.                  char *new_postfix);
  223. Summary:      Renames an instance of a modulexosmodule_prefer
  224. Defined in:   <osmodule=>osmodule.$>.h
  225. Declaration:  extern <os_error=>os.os_error> *xosmodule_prefer (char *instance_name);
  226. Summary:      Selects the preferred instance of a particular moduleosmodule_prefer
  227. Defined in:   <osmodule=>osmodule.$>.h
  228. Declaration:  extern void osmodule_prefer (char *instance_name);
  229. Summary:      Selects the preferred instance of a particular modulexosmodule_add_podule_area
  230. Defined in:   <osmodule=>osmodule.$>.h
  231. Declaration:  extern <os_error=>os.os_error> *xosmodule_add_podule_area (char *environment,
  232.                  int chunk,
  233.                  int rom_section);
  234. Summary:      Adds an expansion card moduleosmodule_add_podule_area
  235. Defined in:   <osmodule=>osmodule.$>.h
  236. Declaration:  extern void osmodule_add_podule_area (char *environment,
  237.                  int chunk,
  238.                  int rom_section);
  239. Summary:      Adds an expansion card modulexosmodule_lookup
  240. Defined in:   <osmodule=>osmodule.$>.h
  241. Declaration:  extern <os_error=>os.os_error> *xosmodule_lookup (char *module_name,
  242.                  int *module_no,
  243.                  int *instance_no,
  244.                  byte **module,
  245.                  void **workspace,
  246.                  char **postfix);
  247. Summary:      Looks up a module nameosmodule_lookup
  248. Defined in:   <osmodule=>osmodule.$>.h
  249. Declaration:  extern int osmodule_lookup (char *module_name,
  250.                  int *instance_no,
  251.                  byte **module,
  252.                  void **workspace,
  253.                  char **postfix);
  254. Summary:      Looks up a module namexosmodule_enumerate_rom
  255. Defined in:   <osmodule=>osmodule.$>.h
  256. Declaration:  extern <os_error=>os.os_error> *xosmodule_enumerate_rom (int module_no,
  257.                  int section,
  258.                  int *module_no_out,
  259.                  int *section_out,
  260.                  char **module_name,
  261.                  int *status,
  262.                  int *chunk_no);
  263. Summary:      Enumerates ROM modulesosmodule_enumerate_rom
  264. Defined in:   <osmodule=>osmodule.$>.h
  265. Declaration:  extern int osmodule_enumerate_rom (int module_no,
  266.                  int section,
  267.                  int *section_out,
  268.                  char **module_name,
  269.                  int *status,
  270.                  int *chunk_no);
  271. Summary:      Enumerates ROM modulesxosmodule_enumerate_rom_with_info
  272. Defined in:   <osmodule=>osmodule.$>.h
  273. Declaration:  extern <os_error=>os.os_error> *xosmodule_enumerate_rom_with_info (int module_no,
  274.                  int section,
  275.                  int *module_no_out,
  276.                  int *section_out,
  277.                  char **module_name,
  278.                  int *status,
  279.                  int *chunk_no,
  280.                  int *bcd_version);
  281. Summary:      Enumerates ROM modules with versionosmodule_enumerate_rom_with_info
  282. Defined in:   <osmodule=>osmodule.$>.h
  283. Declaration:  extern int osmodule_enumerate_rom_with_info (int module_no,
  284.                  int section,
  285.                  int *section_out,
  286.                  char **module_name,
  287.                  int *status,
  288.                  int *chunk_no,
  289.                  int *bcd_version);
  290. Summary:      Enumerates ROM modules with versionxservice_uk_command
  291. Defined in:   <osmodule=>osmodule.$>.h
  292. Declaration:  extern <os_error=>os.os_error> *xservice_uk_command (char *command,
  293.                  <os_error=>os.os_error> **error,
  294.                  bool *unclaimed);
  295. Summary:      Unknown commandservice_uk_command
  296. Defined in:   <osmodule=>osmodule.$>.h
  297. Declaration:  extern bool service_uk_command (char *command,
  298.                  <os_error=>os.os_error> **error);
  299. Summary:      Unknown commandxservice_error
  300. Defined in:   <osmodule=>osmodule.$>.h
  301. Declaration:  extern <os_error=>os.os_error> *xservice_error (<os_error=>os.os_error> *error);
  302. Summary:      An error has occurredservice_error
  303. Defined in:   <osmodule=>osmodule.$>.h
  304. Declaration:  extern void service_error (<os_error=>os.os_error> *error);
  305. Summary:      An error has occurredxservice_uk_byte
  306. Defined in:   <osmodule=>osmodule.$>.h
  307. Declaration:  extern <os_error=>os.os_error> *xservice_uk_byte (int byte,
  308.                  int arg0,
  309.                  int arg1,
  310.                  bool *unclaimed,
  311.                  int *res0,
  312.                  int *res1);
  313. Summary:      Unknown OS_Byteservice_uk_byte
  314. Defined in:   <osmodule=>osmodule.$>.h
  315. Declaration:  extern bool service_uk_byte (int byte,
  316.                  int arg0,
  317.                  int arg1,
  318.                  int *res0,
  319.                  int *res1);
  320. Summary:      Unknown OS_Bytexservice_uk_word
  321. Defined in:   <osmodule=>osmodule.$>.h
  322. Declaration:  extern <os_error=>os.os_error> *xservice_uk_word (int word,
  323.                  byte *block,
  324.                  bool *unclaimed);
  325. Summary:      Unknown OS_Wordservice_uk_word
  326. Defined in:   <osmodule=>osmodule.$>.h
  327. Declaration:  extern bool service_uk_word (int word,
  328.                  byte *block);
  329. Summary:      Unknown OS_Wordxservice_help
  330. Defined in:   <osmodule=>osmodule.$>.h
  331. Declaration:  extern <os_error=>os.os_error> *xservice_help (char *command,
  332.                  bool *unclaimed);
  333. Summary:      *Help has been calledservice_help
  334. Defined in:   <osmodule=>osmodule.$>.h
  335. Declaration:  extern bool service_help (char *command);
  336. Summary:      *Help has been calledxservice_uk_config
  337. Defined in:   <osmodule=>osmodule.$>.h
  338. Declaration:  extern <os_error=>os.os_error> *xservice_uk_config (char *tail,
  339.                  <os_error=>os.os_error> **error,
  340.                  bool *unclaimed);
  341. Summary:      Unknown *Configureservice_uk_config
  342. Defined in:   <osmodule=>osmodule.$>.h
  343. Declaration:  extern bool service_uk_config (char *tail,
  344.                  <os_error=>os.os_error> **error);
  345. Summary:      Unknown *Configurexservice_uk_status
  346. Defined in:   <osmodule=>osmodule.$>.h
  347. Declaration:  extern <os_error=>os.os_error> *xservice_uk_status (char *tail,
  348.                  bool *unclaimed);
  349. Summary:      Unknown *Statusservice_uk_status
  350. Defined in:   <osmodule=>osmodule.$>.h
  351. Declaration:  extern bool service_uk_status (char *tail);
  352. Summary:      Unknown *Statusxservice_new_application
  353. Defined in:   <osmodule=>osmodule.$>.h
  354. Declaration:  extern <os_error=>os.os_error> *xservice_new_application (bool *unclaimed);
  355. Summary:      Application about to startservice_new_application
  356. Defined in:   <osmodule=>osmodule.$>.h
  357. Declaration:  extern bool service_new_application (void);
  358. Summary:      Application about to startxservice_lookup_file_type
  359. Defined in:   <osmodule=>osmodule.$>.h
  360. Declaration:  extern <os_error=>os.os_error> *xservice_lookup_file_type (bits file_type,
  361.                  bool *unclaimed,
  362.                  bits *name1,
  363.                  bits *name2);
  364. Summary:      Look up file typeservice_lookup_file_type
  365. Defined in:   <osmodule=>osmodule.$>.h
  366. Declaration:  extern bool service_lookup_file_type (bits file_type,
  367.                  bits *name1,
  368.                  bits *name2);
  369. Summary:      Look up file typexservice_post_init
  370. Defined in:   <osmodule=>osmodule.$>.h
  371. Declaration:  extern <os_error=>os.os_error> *xservice_post_init (void);
  372. Summary:      All modules have been initialisedservice_post_init
  373. Defined in:   <osmodule=>osmodule.$>.h
  374. Declaration:  extern void service_post_init (void);
  375. Summary:      All modules have been initialisedxservice_syntax_error
  376. Defined in:   <osmodule=>osmodule.$>.h
  377. Declaration:  extern <os_error=>os.os_error> *xservice_syntax_error (int *offset,
  378.                  byte *base,
  379.                  char *command,
  380.                  <os_error=>os.os_error> **error,
  381.                  bool *unclaimed);
  382. Summary:      Syntax error translationservice_syntax_error
  383. Defined in:   <osmodule=>osmodule.$>.h
  384. Declaration:  extern bool service_syntax_error (int *offset,
  385.                  byte *base,
  386.                  char *command,
  387.                  <os_error=>os.os_error> **error);
  388. Summary:      Syntax error translationOSModule
  389. <osmodule_ENTRY_START>
  390. <osmodule_ENTRY_INIT>
  391. <osmodule_ENTRY_DIE>
  392. <osmodule_ENTRY_SERVICE>
  393. <osmodule_ENTRY_TITLE>
  394. <osmodule_ENTRY_HELP>
  395. <osmodule_ENTRY_TABLE>
  396. <osmodule_ENTRY_SWI_CHUNK>
  397. <osmodule_ENTRY_SWI_ENTRY>
  398. <osmodule_ENTRY_NAME_TABLE>
  399. <osmodule_ENTRY_NAME_CODE>
  400. <osmodule_SWI_CHUNK_SIZE>
  401. <osmodule_SWI_SYSTEM_BASE>
  402. <osmodule_SWI_APPLICATION_BASE>
  403. <osmodule_SWI_USER_BASE>
  404. <osmodule_SECTION_SYSTEM>
  405. <osmodule_SECTION_CARD0>
  406. <osmodule_SECTION_CARD1>
  407. <osmodule_SECTION_CARD2>
  408. <osmodule_SECTION_CARD3>
  409. <osmodule_SECTION_ROM1>
  410. <osmodule_SECTION_ROM2>
  411. <osmodule_SECTION_ROM3>
  412. <osmodule_SECTION_ROM4>
  413. <osmodule_STATUS_UNPLUGGED>
  414. <osmodule_STATUS_DORMANT>
  415. <osmodule_STATUS_ACTIVE>
  416. <osmodule_STATUS_RUNNING>
  417. <error_MODULE_NOT_MOD>
  418. <error_MODULE_MH_NO_ROOM>
  419. <error_MODULE_RM_NOT_FOUND>
  420. <error_MODULE_CANT_KILL>
  421. <error_MODULE_CANT_KILL2>
  422. <error_MODULE_WIMP_CANT_KILL>
  423. <error_MODULE_BAD_MODULE_REASON>
  424. <error_MODULE_BAD_DYNAMIC_AREA>
  425. <error_MODULE_RM_NOT_FOUND_IN_ROM>
  426. <error_MODULE_MODULE_POSTFIX>
  427. <error_MODULE_NO_MORE_MODULES>
  428. <error_MODULE_NO_MORE_INCARNATIONS>
  429. <error_MODULE_POSTFIX_NEEDED>
  430. <error_MODULE_INCARNATION_EXISTS>
  431. <error_MODULE_INCARNATION_NOT_FOUND>
  432. <error_MODULE_CHUNK_NOT_RM>
  433. <error_MODULE_BAD_RM_HEADER_FIELD>
  434. <error_MODULE_MODULE_TOO_OLD>
  435. <error_MODULE_MODULE_BAD_SWI>
  436. <error_MODULE_MODULE_IN_USE>
  437. <error_MODULE_BAD_FILING_SYSTEM_OPERATION>
  438. <error_MODULE_FILING_SYSTEM_READ_ONLY>
  439. <error_MODULE_NOT_ADIR>
  440. <xos_module>
  441. <os_module>
  442. <xosmodule_run>
  443. <osmodule_run>
  444. <xosmodule_load>
  445. <osmodule_load>
  446. <xosmodule_enter>
  447. <osmodule_enter>
  448. <xosmodule_reinit>
  449. <osmodule_reinit>
  450. <xosmodule_kill>
  451. <osmodule_kill>
  452. <xosmodule_info>
  453. <osmodule_info>
  454. <xosmodule_alloc>
  455. <osmodule_alloc>
  456. <xosmodule_free>
  457. <osmodule_free>
  458. <xosmodule_tidy>
  459. <osmodule_tidy>
  460. <xosmodule_clear>
  461. <osmodule_clear>
  462. <xosmodule_add_area>
  463. <osmodule_add_area>
  464. <xosmodule_copy_area>
  465. <osmodule_copy_area>
  466. <xosmodule_enumerate>
  467. <osmodule_enumerate>
  468. <xosmodule_realloc>
  469. <osmodule_realloc>
  470. <xosmodule_instantiate>
  471. <osmodule_instantiate>
  472. <xosmodule_rename>
  473. <osmodule_rename>
  474. <xosmodule_prefer>
  475. <osmodule_prefer>
  476. <xosmodule_add_podule_area>
  477. <osmodule_add_podule_area>
  478. <xosmodule_lookup>
  479. <osmodule_lookup>
  480. <xosmodule_enumerate_rom>
  481. <osmodule_enumerate_rom>
  482. <xosmodule_enumerate_rom_with_info>
  483. <osmodule_enumerate_rom_with_info>
  484. <xservice_uk_command>
  485. <service_uk_command>
  486. <xservice_error>
  487. <service_error>
  488. <xservice_uk_byte>
  489. <service_uk_byte>
  490. <xservice_uk_word>
  491. <service_uk_word>
  492. <xservice_help>
  493. <service_help>
  494. <xservice_uk_config>
  495. <service_uk_config>
  496. <xservice_uk_status>
  497. <service_uk_status>
  498. <xservice_new_application>
  499. <service_new_application>
  500. <xservice_lookup_file_type>
  501. <service_lookup_file_type>
  502. <xservice_post_init>
  503. <service_post_init>
  504. <xservice_syntax_error>
  505. <service_syntax_error>