home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / riscos / releases / oslib / cstrong / CStrong / ADFS / HelpData next >
Text File  |  1994-08-25  |  22KB  |  450 lines

  1. adfs_CONTROLLER_DISC_NOT_PRESENT
  2. Defined in:   <adfs=>adfs.$>.h
  3. Declaration:  #define adfs_CONTROLLER_DISC_NOT_PRESENT 0adfs_CONTROLLER1772
  4. Defined in:   <adfs=>adfs.$>.h
  5. Declaration:  #define adfs_CONTROLLER1772 1adfs_CONTROLLER71X
  6. Defined in:   <adfs=>adfs.$>.h
  7. Declaration:  #define adfs_CONTROLLER71X 2adfs_CONTROLLER_ST506
  8. Defined in:   <adfs=>adfs.$>.h
  9. Declaration:  #define adfs_CONTROLLER_ST506 3adfs_CONTROLLER_IDE
  10. Defined in:   <adfs=>adfs.$>.h
  11. Declaration:  #define adfs_CONTROLLER_IDE 4xadfs_disc_op
  12. Performs various operations on a discadfs_disc_op
  13. Performs various operations on a discxadfsdiscop_verify
  14. Defined in:   <adfs=>adfs.$>.h
  15. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_verify (bits flags,
  16.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  17.                  int size,
  18.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  19.                  int *unverified);
  20. Summary:      Verifies a discadfsdiscop_verify
  21. Defined in:   <adfs=>adfs.$>.h
  22. Declaration:  extern int adfsdiscop_verify (bits flags,
  23.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  24.                  int size,
  25.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr);
  26. Summary:      Verifies a discxadfsdiscop_read_sectors
  27. Defined in:   <adfs=>adfs.$>.h
  28. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_read_sectors (bits flags,
  29.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  30.                  byte *data,
  31.                  int size,
  32.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  33.                  byte **next_data,
  34.                  int *unread);
  35. Summary:      Reads sectors from a discadfsdiscop_read_sectors
  36. Defined in:   <adfs=>adfs.$>.h
  37. Declaration:  extern int adfsdiscop_read_sectors (bits flags,
  38.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  39.                  byte *data,
  40.                  int size,
  41.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  42.                  byte **next_data);
  43. Summary:      Reads sectors from a discxadfsdiscop_write_sectors
  44. Defined in:   <adfs=>adfs.$>.h
  45. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_write_sectors (bits flags,
  46.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  47.                  byte *data,
  48.                  int size,
  49.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  50.                  byte **next_data,
  51.                  int *unwritten);
  52. Summary:      Writes sectors to a discadfsdiscop_write_sectors
  53. Defined in:   <adfs=>adfs.$>.h
  54. Declaration:  extern int adfsdiscop_write_sectors (bits flags,
  55.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  56.                  byte *data,
  57.                  int size,
  58.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  59.                  byte **next_data);
  60. Summary:      Writes sectors to a discxadfsdiscop_read_track
  61. Defined in:   <adfs=>adfs.$>.h
  62. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_read_track (bits flags,
  63.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  64.                  byte *data);
  65. Summary:      Reads a track from a floppy discadfsdiscop_read_track
  66. Defined in:   <adfs=>adfs.$>.h
  67. Declaration:  extern void adfsdiscop_read_track (bits flags,
  68.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  69.                  byte *data);
  70. Summary:      Reads a track from a floppy discxadfsdiscop_read_id
  71. Defined in:   <adfs=>adfs.$>.h
  72. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_read_id (bits flags,
  73.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  74.                  byte *data);
  75. Summary:      Reads a hard disc IDadfsdiscop_read_id
  76. Defined in:   <adfs=>adfs.$>.h
  77. Declaration:  extern void adfsdiscop_read_id (bits flags,
  78.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  79.                  byte *data);
  80. Summary:      Reads a hard disc IDxadfsdiscop_write_track
  81. Defined in:   <adfs=>adfs.$>.h
  82. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_write_track (bits flags,
  83.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  84.                  byte *data);
  85. Summary:      Writes a track to a discadfsdiscop_write_track
  86. Defined in:   <adfs=>adfs.$>.h
  87. Declaration:  extern void adfsdiscop_write_track (bits flags,
  88.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  89.                  byte *data);
  90. Summary:      Writes a track to a discxadfsdiscop_format_track
  91. Defined in:   <adfs=>adfs.$>.h
  92. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_format_track (bits flags,
  93.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  94.                  <filecore_format=>filecore.filecore_format> *format);
  95. Summary:      Formats a track of a discadfsdiscop_format_track
  96. Defined in:   <adfs=>adfs.$>.h
  97. Declaration:  extern void adfsdiscop_format_track (bits flags,
  98.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  99.                  <filecore_format=>filecore.filecore_format> *format);
  100. Summary:      Formats a track of a discxadfsdiscop_seek
  101. Defined in:   <adfs=>adfs.$>.h
  102. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_seek (bits flags,
  103.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  104. Summary:      Seeks to a disc locationadfsdiscop_seek
  105. Defined in:   <adfs=>adfs.$>.h
  106. Declaration:  extern void adfsdiscop_seek (bits flags,
  107.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  108. Summary:      Seeks to a disc locationxadfsdiscop_restore
  109. Defined in:   <adfs=>adfs.$>.h
  110. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_restore (bits flags,
  111.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  112. Summary:      Does a restore operation for a discadfsdiscop_restore
  113. Defined in:   <adfs=>adfs.$>.h
  114. Declaration:  extern void adfsdiscop_restore (bits flags,
  115.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  116. Summary:      Does a restore operation for a discxadfsdiscop_step_in
  117. Defined in:   <adfs=>adfs.$>.h
  118. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_step_in (bits flags);
  119. Summary:      Steps a floppy disc in one trackadfsdiscop_step_in
  120. Defined in:   <adfs=>adfs.$>.h
  121. Declaration:  extern void adfsdiscop_step_in (bits flags);
  122. Summary:      Steps a floppy disc in one trackxadfsdiscop_step_out
  123. Defined in:   <adfs=>adfs.$>.h
  124. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_step_out (bits flags);
  125. Summary:      Steps a floppy disc out one trackadfsdiscop_step_out
  126. Defined in:   <adfs=>adfs.$>.h
  127. Declaration:  extern void adfsdiscop_step_out (bits flags);
  128. Summary:      Steps a floppy disc out one trackxadfsdiscop_read_sectors_via_cache
  129. Defined in:   <adfs=>adfs.$>.h
  130. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_read_sectors_via_cache (bits flags,
  131.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  132.                  byte *data,
  133.                  int size,
  134.                  int cache_handle,
  135.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  136.                  byte **next_data,
  137.                  int *unread,
  138.                  int *cache_handle);
  139. Summary:      Reads sectors of a disc using the RMA cacheadfsdiscop_read_sectors_via_cache
  140. Defined in:   <adfs=>adfs.$>.h
  141. Declaration:  extern int adfsdiscop_read_sectors_via_cache (bits flags,
  142.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  143.                  byte *data,
  144.                  int size,
  145.                  int cache_handle,
  146.                  <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
  147.                  byte **next_data,
  148.                  int *cache_handle);
  149. Summary:      Reads sectors of a disc using the RMA cachexadfsdiscop_specify
  150. Defined in:   <adfs=>adfs.$>.h
  151. Declaration:  extern <os_error=>os.os_error> *xadfsdiscop_specify (bits flags,
  152.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  153. Summary:      Does a specify operation on a hard discadfsdiscop_specify
  154. Defined in:   <adfs=>adfs.$>.h
  155. Declaration:  extern void adfsdiscop_specify (bits flags,
  156.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
  157. Summary:      Does a specify operation on a hard discxadfs_hdc
  158. Defined in:   <adfs=>adfs.$>.h
  159. Declaration:  extern <os_error=>os.os_error> *xadfs_hdc (byte *controller,
  160.                  int *poll_location,
  161.                  bits poll_bits,
  162.                  byte *enable_location,
  163.                  bits enable_bits);
  164. Summary:      Sets the address of an alternative ST506 hard disc controlleradfs_hdc
  165. Defined in:   <adfs=>adfs.$>.h
  166. Declaration:  extern void adfs_hdc (byte *controller,
  167.                  int *poll_location,
  168.                  bits poll_bits,
  169.                  byte *enable_location,
  170.                  bits enable_bits);
  171. Summary:      Sets the address of an alternative ST506 hard disc controllerxadfs_drives
  172. Defined in:   <adfs=>adfs.$>.h
  173. Declaration:  extern <os_error=>os.os_error> *xadfs_drives (int *default_drive,
  174.                  int *floppy_count,
  175.                  int *hard_disc_count);
  176. Summary:      Returns information on ADFS' drivesadfs_drives
  177. Defined in:   <adfs=>adfs.$>.h
  178. Declaration:  extern void adfs_drives (int *default_drive,
  179.                  int *floppy_count,
  180.                  int *hard_disc_count);
  181. Summary:      Returns information on ADFS' drivesxadfs_free_space
  182. Defined in:   <adfs=>adfs.$>.h
  183. Declaration:  extern <os_error=>os.os_error> *xadfs_free_space (char *disc_name,
  184.                  int *free,
  185.                  int *max);
  186. Summary:      Returns information on a disc's free spaceadfs_free_space
  187. Defined in:   <adfs=>adfs.$>.h
  188. Declaration:  extern int adfs_free_space (char *disc_name,
  189.                  int *max);
  190. Summary:      Returns information on a disc's free spacexadfs_retries
  191. Defined in:   <adfs=>adfs.$>.h
  192. Declaration:  extern <os_error=>os.os_error> *xadfs_retries (bits mask,
  193.                  bits value,
  194.                  bits *old_value,
  195.                  bits *new_value);
  196. Summary:      Sets the number of retries used for various operationsadfs_retries
  197. Defined in:   <adfs=>adfs.$>.h
  198. Declaration:  extern bits adfs_retries (bits mask,
  199.                  bits value,
  200.                  bits *new_value);
  201. Summary:      Sets the number of retries used for various operationsxadfs_describe_disc
  202. Defined in:   <adfs=>adfs.$>.h
  203. Declaration:  extern <os_error=>os.os_error> *xadfs_describe_disc (char *disc_name,
  204.                  <filecore_disc=>filecore.filecore_disc> *disc);
  205. Summary:      Returns a disc record describing a disc's shape and formatadfs_describe_disc
  206. Defined in:   <adfs=>adfs.$>.h
  207. Declaration:  extern void adfs_describe_disc (char *disc_name,
  208.                  <filecore_disc=>filecore.filecore_disc> *disc);
  209. Summary:      Returns a disc record describing a disc's shape and formatxadfs_vet_format
  210. Defined in:   <adfs=>adfs.$>.h
  211. Declaration:  extern <os_error=>os.os_error> *xadfs_vet_format (<filecore_format=>filecore.filecore_format> *format,
  212.                  int drive_no);
  213. Summary:      Vets a format for achievability with the available hardwareadfs_vet_format
  214. Defined in:   <adfs=>adfs.$>.h
  215. Declaration:  extern void adfs_vet_format (<filecore_format=>filecore.filecore_format> *format,
  216.                  int drive_no);
  217. Summary:      Vets a format for achievability with the available hardwarexadfs_flp_process_dcb
  218. For internal use onlyadfs_flp_process_dcb
  219. For internal use onlyxadfs_controller_type
  220. Defined in:   <adfs=>adfs.$>.h
  221. Declaration:  extern <os_error=>os.os_error> *xadfs_controller_type (int drive_no,
  222.                  int *controller);
  223. Summary:      Returns the controller type of a driveradfs_controller_type
  224. Defined in:   <adfs=>adfs.$>.h
  225. Declaration:  extern int adfs_controller_type (int drive_no);
  226. Summary:      Returns the controller type of a driverxadfs_power_control
  227. Controls the power-saving features of the ADFS systemadfs_power_control
  228. Controls the power-saving features of the ADFS systemxadfspowercontrol_read_spin
  229. Defined in:   <adfs=>adfs.$>.h
  230. Declaration:  extern <os_error=>os.os_error> *xadfspowercontrol_read_spin (int drive_no,
  231.                  bool *spinning);
  232. Summary:      Reads the spin status of a driveadfspowercontrol_read_spin
  233. Defined in:   <adfs=>adfs.$>.h
  234. Declaration:  extern bool adfspowercontrol_read_spin (int drive_no);
  235. Summary:      Reads the spin status of a drivexadfspowercontrol_set_autospindown
  236. Defined in:   <adfs=>adfs.$>.h
  237. Declaration:  extern <os_error=>os.os_error> *xadfspowercontrol_set_autospindown (int drive_no,
  238.                  int spindown_time,
  239.                  int *old_spindown_time);
  240. Summary:      Sets the autospindown characteristic of a driveadfspowercontrol_set_autospindown
  241. Defined in:   <adfs=>adfs.$>.h
  242. Declaration:  extern int adfspowercontrol_set_autospindown (int drive_no,
  243.                  int spindown_time);
  244. Summary:      Sets the autospindown characteristic of a drivexadfspowercontrol_set_spin
  245. Defined in:   <adfs=>adfs.$>.h
  246. Declaration:  extern <os_error=>os.os_error> *xadfspowercontrol_set_spin (int drive_no,
  247.                  bool spinning);
  248. Summary:      Controls drive spin directly without affecting autospindownadfspowercontrol_set_spin
  249. Defined in:   <adfs=>adfs.$>.h
  250. Declaration:  extern void adfspowercontrol_set_spin (int drive_no,
  251.                  bool spinning);
  252. Summary:      Controls drive spin directly without affecting autospindownxadfs_set_ide_controller
  253. Defined in:   <adfs=>adfs.$>.h
  254. Declaration:  extern <os_error=>os.os_error> *xadfs_set_ide_controller (byte *controller,
  255.                  int *status_location,
  256.                  bits status_bits,
  257.                  int *irq_location,
  258.                  bits irq_bits,
  259.                  void *read_code,
  260.                  void *write_code);
  261. Summary:      Gives the IDE driver the details of an alternative controlleradfs_set_ide_controller
  262. Defined in:   <adfs=>adfs.$>.h
  263. Declaration:  extern void adfs_set_ide_controller (byte *controller,
  264.                  int *status_location,
  265.                  bits status_bits,
  266.                  int *irq_location,
  267.                  bits irq_bits,
  268.                  void *read_code,
  269.                  void *write_code);
  270. Summary:      Gives the IDE driver the details of an alternative controllerxadfs_ide_user_op
  271. Defined in:   <adfs=>adfs.$>.h
  272. Declaration:  extern <os_error=>os.os_error> *xadfs_ide_user_op (bits op,
  273.                  byte *commands,
  274.                  byte *buffer,
  275.                  int size,
  276.                  int timeout,
  277.                  int *status,
  278.                  int *untransferred);
  279. Summary:      Direct user interface for low-level IDE commandsadfs_ide_user_op
  280. Defined in:   <adfs=>adfs.$>.h
  281. Declaration:  extern int adfs_ide_user_op (bits op,
  282.                  byte *commands,
  283.                  byte *buffer,
  284.                  int size,
  285.                  int timeout,
  286.                  int *status);
  287. Summary:      Direct user interface for low-level IDE commandsxadfs_misc_op
  288. Performs miscellaneous functions for accessing drivesadfs_misc_op
  289. Performs miscellaneous functions for accessing drivesxadfsmiscop_mount
  290. Defined in:   <adfs=>adfs.$>.h
  291. Declaration:  extern <os_error=>os.os_error> *xadfsmiscop_mount (int drive_no,
  292.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  293.                  byte *buffer,
  294.                  int size,
  295.                  <filecore_disc=>filecore.filecore_disc> *disc);
  296. Summary:      Mounts a disc, reading in the data asked foradfsmiscop_mount
  297. Defined in:   <adfs=>adfs.$>.h
  298. Declaration:  extern void adfsmiscop_mount (int drive_no,
  299.                  <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
  300.                  byte *buffer,
  301.                  int size,
  302.                  <filecore_disc=>filecore.filecore_disc> *disc);
  303. Summary:      Mounts a disc, reading in the data asked forxadfsmiscop_poll_changed
  304. Defined in:   <adfs=>adfs.$>.h
  305. Declaration:  extern <os_error=>os.os_error> *xadfsmiscop_poll_changed (int drive_no,
  306.                  int sequence_no,
  307.                  int *sequence_no_out,
  308.                  bits *result);
  309. Summary:      Polls the sequence number for a driveadfsmiscop_poll_changed
  310. Defined in:   <adfs=>adfs.$>.h
  311. Declaration:  extern void adfsmiscop_poll_changed (int drive_no,
  312.                  int sequence_no,
  313.                  int *sequence_no_out,
  314.                  bits *result);
  315. Summary:      Polls the sequence number for a drivexadfsmiscop_lock_drive
  316. Defined in:   <adfs=>adfs.$>.h
  317. Declaration:  extern <os_error=>os.os_error> *xadfsmiscop_lock_drive (int drive_no);
  318. Summary:      Locks a disc in a floppy driveadfsmiscop_lock_drive
  319. Defined in:   <adfs=>adfs.$>.h
  320. Declaration:  extern void adfsmiscop_lock_drive (int drive_no);
  321. Summary:      Locks a disc in a floppy drivexadfsmiscop_unlock_drive
  322. Defined in:   <adfs=>adfs.$>.h
  323. Declaration:  extern <os_error=>os.os_error> *xadfsmiscop_unlock_drive (int drive_no);
  324. Summary:      Unlocks a disc in a floppy driveadfsmiscop_unlock_drive
  325. Defined in:   <adfs=>adfs.$>.h
  326. Declaration:  extern void adfsmiscop_unlock_drive (int drive_no);
  327. Summary:      Unlocks a disc in a floppy drivexadfsmiscop_poll_period
  328. Defined in:   <adfs=>adfs.$>.h
  329. Declaration:  extern <os_error=>os.os_error> *xadfsmiscop_poll_period (char *disc_name,
  330.                  int *poll_period,
  331.                  char **media_type);
  332. Summary:      Informs FileCore of the minimum period between polling for disc insertionadfsmiscop_poll_period
  333. Defined in:   <adfs=>adfs.$>.h
  334. Declaration:  extern void adfsmiscop_poll_period (char *disc_name,
  335.                  int *poll_period,
  336.                  char **media_type);
  337. Summary:      Informs FileCore of the minimum period between polling for disc insertionxadfsmiscop_eject_disc
  338. Defined in:   <adfs=>adfs.$>.h
  339. Declaration:  extern <os_error=>os.os_error> *xadfsmiscop_eject_disc (int drive_no);
  340. Summary:      Power-ejects the disc in the specified driveadfsmiscop_eject_disc
  341. Defined in:   <adfs=>adfs.$>.h
  342. Declaration:  extern void adfsmiscop_eject_disc (int drive_no);
  343. Summary:      Power-ejects the disc in the specified drivexadfs_eccs_and_retries
  344. For internal use onlyadfs_eccs_and_retries
  345. For internal use onlyxservice_identify_format
  346. Defined in:   <adfs=>adfs.$>.h
  347. Declaration:  extern <os_error=>os.os_error> *xservice_identify_format (char *format,
  348.                  char **command,
  349.                  bool *unclaimed,
  350.                  int *disc_format_swi,
  351.                  int *disc_format_handle,
  352.                  int *layout_structure_swi,
  353.                  int *layout_structure_handle);
  354. Summary:      Identify disc format nameservice_identify_format
  355. Defined in:   <adfs=>adfs.$>.h
  356. Declaration:  extern bool service_identify_format (char *format,
  357.                  char **command,
  358.                  int *disc_format_swi,
  359.                  int *disc_format_handle,
  360.                  int *layout_structure_swi,
  361.                  int *layout_structure_handle);
  362. Summary:      Identify disc format namexservice_display_format_help
  363. Defined in:   <adfs=>adfs.$>.h
  364. Declaration:  extern <os_error=>os.os_error> *xservice_display_format_help (<os_error=>os.os_error> **error,
  365.                  bool *unclaimed);
  366. Summary:      Display list of available formatsservice_display_format_help
  367. Defined in:   <adfs=>adfs.$>.h
  368. Declaration:  extern bool service_display_format_help (<os_error=>os.os_error> **error);
  369. Summary:      Display list of available formatsADFS
  370. <adfs_CONTROLLER_DISC_NOT_PRESENT>
  371. <adfs_CONTROLLER1772>
  372. <adfs_CONTROLLER71X>
  373. <adfs_CONTROLLER_ST506>
  374. <adfs_CONTROLLER_IDE>
  375. <xadfs_disc_op>
  376. <adfs_disc_op>
  377. <xadfsdiscop_verify>
  378. <adfsdiscop_verify>
  379. <xadfsdiscop_read_sectors>
  380. <adfsdiscop_read_sectors>
  381. <xadfsdiscop_write_sectors>
  382. <adfsdiscop_write_sectors>
  383. <xadfsdiscop_read_track>
  384. <adfsdiscop_read_track>
  385. <xadfsdiscop_read_id>
  386. <adfsdiscop_read_id>
  387. <xadfsdiscop_write_track>
  388. <adfsdiscop_write_track>
  389. <xadfsdiscop_format_track>
  390. <adfsdiscop_format_track>
  391. <xadfsdiscop_seek>
  392. <adfsdiscop_seek>
  393. <xadfsdiscop_restore>
  394. <adfsdiscop_restore>
  395. <xadfsdiscop_step_in>
  396. <adfsdiscop_step_in>
  397. <xadfsdiscop_step_out>
  398. <adfsdiscop_step_out>
  399. <xadfsdiscop_read_sectors_via_cache>
  400. <adfsdiscop_read_sectors_via_cache>
  401. <xadfsdiscop_specify>
  402. <adfsdiscop_specify>
  403. <xadfs_hdc>
  404. <adfs_hdc>
  405. <xadfs_drives>
  406. <adfs_drives>
  407. <xadfs_free_space>
  408. <adfs_free_space>
  409. <xadfs_retries>
  410. <adfs_retries>
  411. <xadfs_describe_disc>
  412. <adfs_describe_disc>
  413. <xadfs_vet_format>
  414. <adfs_vet_format>
  415. <xadfs_flp_process_dcb>
  416. <adfs_flp_process_dcb>
  417. <xadfs_controller_type>
  418. <adfs_controller_type>
  419. <xadfs_power_control>
  420. <adfs_power_control>
  421. <xadfspowercontrol_read_spin>
  422. <adfspowercontrol_read_spin>
  423. <xadfspowercontrol_set_autospindown>
  424. <adfspowercontrol_set_autospindown>
  425. <xadfspowercontrol_set_spin>
  426. <adfspowercontrol_set_spin>
  427. <xadfs_set_ide_controller>
  428. <adfs_set_ide_controller>
  429. <xadfs_ide_user_op>
  430. <adfs_ide_user_op>
  431. <xadfs_misc_op>
  432. <adfs_misc_op>
  433. <xadfsmiscop_mount>
  434. <adfsmiscop_mount>
  435. <xadfsmiscop_poll_changed>
  436. <adfsmiscop_poll_changed>
  437. <xadfsmiscop_lock_drive>
  438. <adfsmiscop_lock_drive>
  439. <xadfsmiscop_unlock_drive>
  440. <adfsmiscop_unlock_drive>
  441. <xadfsmiscop_poll_period>
  442. <adfsmiscop_poll_period>
  443. <xadfsmiscop_eject_disc>
  444. <adfsmiscop_eject_disc>
  445. <xadfs_eccs_and_retries>
  446. <adfs_eccs_and_retries>
  447. <xservice_identify_format>
  448. <service_identify_format>
  449. <xservice_display_format_help>
  450. <service_display_format_help>