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

  1. xramfs_disc_op
  2. Performs various operations on a discramfs_disc_op
  3. Performs various operations on a discxramfsdiscop_verify
  4. Defined in:   <ramfs=>ramfs.$>.h
  5. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_verify (bits flags,
  6.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  7.                  int size,
  8.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  9.                  int *unverified);
  10. Summary:      Verifies a discramfsdiscop_verify
  11. Defined in:   <ramfs=>ramfs.$>.h
  12. Declaration:  extern int ramfsdiscop_verify (bits flags,
  13.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  14.                  int size,
  15.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr);
  16. Summary:      Verifies a discxramfsdiscop_read_sectors
  17. Defined in:   <ramfs=>ramfs.$>.h
  18. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_read_sectors (bits flags,
  19.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  20.                  byte *data,
  21.                  int size,
  22.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  23.                  byte **next_data,
  24.                  int *unread);
  25. Summary:      Reads sectors from a discramfsdiscop_read_sectors
  26. Defined in:   <ramfs=>ramfs.$>.h
  27. Declaration:  extern int ramfsdiscop_read_sectors (bits flags,
  28.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  29.                  byte *data,
  30.                  int size,
  31.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  32.                  byte **next_data);
  33. Summary:      Reads sectors from a discxramfsdiscop_write_sectors
  34. Defined in:   <ramfs=>ramfs.$>.h
  35. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_write_sectors (bits flags,
  36.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  37.                  byte *data,
  38.                  int size,
  39.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  40.                  byte **next_data,
  41.                  int *unwritten);
  42. Summary:      Writes sectors to a discramfsdiscop_write_sectors
  43. Defined in:   <ramfs=>ramfs.$>.h
  44. Declaration:  extern int ramfsdiscop_write_sectors (bits flags,
  45.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  46.                  byte *data,
  47.                  int size,
  48.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  49.                  byte **next_data);
  50. Summary:      Writes sectors to a discxramfsdiscop_read_track
  51. Defined in:   <ramfs=>ramfs.$>.h
  52. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_read_track (bits flags,
  53.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  54.                  byte *data);
  55. Summary:      Reads a track from a floppy discramfsdiscop_read_track
  56. Defined in:   <ramfs=>ramfs.$>.h
  57. Declaration:  extern void ramfsdiscop_read_track (bits flags,
  58.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  59.                  byte *data);
  60. Summary:      Reads a track from a floppy discxramfsdiscop_read_id
  61. Defined in:   <ramfs=>ramfs.$>.h
  62. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_read_id (bits flags,
  63.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  64.                  byte *data);
  65. Summary:      Reads a hard disc IDramfsdiscop_read_id
  66. Defined in:   <ramfs=>ramfs.$>.h
  67. Declaration:  extern void ramfsdiscop_read_id (bits flags,
  68.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  69.                  byte *data);
  70. Summary:      Reads a hard disc IDxramfsdiscop_write_track
  71. Defined in:   <ramfs=>ramfs.$>.h
  72. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_write_track (bits flags,
  73.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  74.                  byte *data);
  75. Summary:      Writes a track to a discramfsdiscop_write_track
  76. Defined in:   <ramfs=>ramfs.$>.h
  77. Declaration:  extern void ramfsdiscop_write_track (bits flags,
  78.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  79.                  byte *data);
  80. Summary:      Writes a track to a discxramfsdiscop_format_track
  81. Defined in:   <ramfs=>ramfs.$>.h
  82. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_format_track (bits flags,
  83.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  84.                  <filecore_track_format=>filecore.filecore_track_format> *track_format);
  85. Summary:      Formats a track of a discramfsdiscop_format_track
  86. Defined in:   <ramfs=>ramfs.$>.h
  87. Declaration:  extern void ramfsdiscop_format_track (bits flags,
  88.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  89.                  <filecore_track_format=>filecore.filecore_track_format> *track_format);
  90. Summary:      Formats a track of a discxramfsdiscop_seek
  91. Defined in:   <ramfs=>ramfs.$>.h
  92. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_seek (bits flags,
  93.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  94. Summary:      Seeks to a disc locationramfsdiscop_seek
  95. Defined in:   <ramfs=>ramfs.$>.h
  96. Declaration:  extern void ramfsdiscop_seek (bits flags,
  97.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  98. Summary:      Seeks to a disc locationxramfsdiscop_restore
  99. Defined in:   <ramfs=>ramfs.$>.h
  100. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_restore (bits flags,
  101.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  102. Summary:      Does a restore operation for a discramfsdiscop_restore
  103. Defined in:   <ramfs=>ramfs.$>.h
  104. Declaration:  extern void ramfsdiscop_restore (bits flags,
  105.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  106. Summary:      Does a restore operation for a discxramfsdiscop_step_in
  107. Defined in:   <ramfs=>ramfs.$>.h
  108. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_step_in (bits flags);
  109. Summary:      Steps a floppy disc in one trackramfsdiscop_step_in
  110. Defined in:   <ramfs=>ramfs.$>.h
  111. Declaration:  extern void ramfsdiscop_step_in (bits flags);
  112. Summary:      Steps a floppy disc in one trackxramfsdiscop_step_out
  113. Defined in:   <ramfs=>ramfs.$>.h
  114. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_step_out (bits flags);
  115. Summary:      Steps a floppy disc out one trackramfsdiscop_step_out
  116. Defined in:   <ramfs=>ramfs.$>.h
  117. Declaration:  extern void ramfsdiscop_step_out (bits flags);
  118. Summary:      Steps a floppy disc out one trackxramfsdiscop_read_sectors_via_cache
  119. Defined in:   <ramfs=>ramfs.$>.h
  120. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_read_sectors_via_cache (bits flags,
  121.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  122.                  byte *data,
  123.                  int size,
  124.                  int cache_handle,
  125.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  126.                  byte **next_data,
  127.                  int *unread,
  128.                  int *cache_handle_out);
  129. Summary:      Reads sectors of a disc using the RMA cacheramfsdiscop_read_sectors_via_cache
  130. Defined in:   <ramfs=>ramfs.$>.h
  131. Declaration:  extern int ramfsdiscop_read_sectors_via_cache (bits flags,
  132.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  133.                  byte *data,
  134.                  int size,
  135.                  int cache_handle,
  136.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  137.                  byte **next_data,
  138.                  int *cache_handle_out);
  139. Summary:      Reads sectors of a disc using the RMA cachexramfsdiscop_specify
  140. Defined in:   <ramfs=>ramfs.$>.h
  141. Declaration:  extern <os_error=>os.os_error> *xramfsdiscop_specify (bits flags,
  142.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  143. Summary:      Does a specify operation on a hard discramfsdiscop_specify
  144. Defined in:   <ramfs=>ramfs.$>.h
  145. Declaration:  extern void ramfsdiscop_specify (bits flags,
  146.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  147. Summary:      Does a specify operation on a hard discxramfs_drives
  148. Defined in:   <ramfs=>ramfs.$>.h
  149. Declaration:  extern <os_error=>os.os_error> *xramfs_drives (int *default_drive,
  150.                  int *floppy_count,
  151.                  int *hard_disc_count);
  152. Summary:      Returns information on RamFS' drivesramfs_drives
  153. Defined in:   <ramfs=>ramfs.$>.h
  154. Declaration:  extern void ramfs_drives (int *default_drive,
  155.                  int *floppy_count,
  156.                  int *hard_disc_count);
  157. Summary:      Returns information on RamFS' drivesxramfs_free_space
  158. Defined in:   <ramfs=>ramfs.$>.h
  159. Declaration:  extern <os_error=>os.os_error> *xramfs_free_space (char *disc_name,
  160.                  int *free,
  161.                  int *max);
  162. Summary:      Returns information on a disc's free spaceramfs_free_space
  163. Defined in:   <ramfs=>ramfs.$>.h
  164. Declaration:  extern int ramfs_free_space (char *disc_name,
  165.                  int *max);
  166. Summary:      Returns information on a disc's free spacexramfs_describe_disc
  167. Defined in:   <ramfs=>ramfs.$>.h
  168. Declaration:  extern <os_error=>os.os_error> *xramfs_describe_disc (char *disc_name,
  169.                  <filecore_disc=>filecore.filecore_disc> *disc);
  170. Summary:      Returns a disc record describing a disc's shape and formatramfs_describe_disc
  171. Defined in:   <ramfs=>ramfs.$>.h
  172. Declaration:  extern void ramfs_describe_disc (char *disc_name,
  173.                  <filecore_disc=>filecore.filecore_disc> *disc);
  174. Summary:      Returns a disc record describing a disc's shape and formatRamFS
  175. <xramfs_disc_op>
  176. <ramfs_disc_op>
  177. <xramfsdiscop_verify>
  178. <ramfsdiscop_verify>
  179. <xramfsdiscop_read_sectors>
  180. <ramfsdiscop_read_sectors>
  181. <xramfsdiscop_write_sectors>
  182. <ramfsdiscop_write_sectors>
  183. <xramfsdiscop_read_track>
  184. <ramfsdiscop_read_track>
  185. <xramfsdiscop_read_id>
  186. <ramfsdiscop_read_id>
  187. <xramfsdiscop_write_track>
  188. <ramfsdiscop_write_track>
  189. <xramfsdiscop_format_track>
  190. <ramfsdiscop_format_track>
  191. <xramfsdiscop_seek>
  192. <ramfsdiscop_seek>
  193. <xramfsdiscop_restore>
  194. <ramfsdiscop_restore>
  195. <xramfsdiscop_step_in>
  196. <ramfsdiscop_step_in>
  197. <xramfsdiscop_step_out>
  198. <ramfsdiscop_step_out>
  199. <xramfsdiscop_read_sectors_via_cache>
  200. <ramfsdiscop_read_sectors_via_cache>
  201. <xramfsdiscop_specify>
  202. <ramfsdiscop_specify>
  203. <xramfs_drives>
  204. <ramfs_drives>
  205. <xramfs_free_space>
  206. <ramfs_free_space>
  207. <xramfs_describe_disc>
  208. <ramfs_describe_disc>