home *** CD-ROM | disk | FTP | other *** search
- xramfs_disc_op
- Performs various operations on a discramfs_disc_op
- Performs various operations on a discxramfsdiscop_verify
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_verify (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- int size,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
- int *unverified);
- Summary: Verifies a discramfsdiscop_verify
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern int ramfsdiscop_verify (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- int size,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr);
- Summary: Verifies a discxramfsdiscop_read_sectors
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_read_sectors (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data,
- int size,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
- byte **next_data,
- int *unread);
- Summary: Reads sectors from a discramfsdiscop_read_sectors
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern int ramfsdiscop_read_sectors (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data,
- int size,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
- byte **next_data);
- Summary: Reads sectors from a discxramfsdiscop_write_sectors
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_write_sectors (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data,
- int size,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
- byte **next_data,
- int *unwritten);
- Summary: Writes sectors to a discramfsdiscop_write_sectors
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern int ramfsdiscop_write_sectors (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data,
- int size,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
- byte **next_data);
- Summary: Writes sectors to a discxramfsdiscop_read_track
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_read_track (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data);
- Summary: Reads a track from a floppy discramfsdiscop_read_track
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_read_track (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data);
- Summary: Reads a track from a floppy discxramfsdiscop_read_id
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_read_id (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data);
- Summary: Reads a hard disc IDramfsdiscop_read_id
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_read_id (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data);
- Summary: Reads a hard disc IDxramfsdiscop_write_track
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_write_track (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data);
- Summary: Writes a track to a discramfsdiscop_write_track
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_write_track (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data);
- Summary: Writes a track to a discxramfsdiscop_format_track
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_format_track (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- <filecore_track_format=>filecore.filecore_track_format> *track_format);
- Summary: Formats a track of a discramfsdiscop_format_track
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_format_track (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- <filecore_track_format=>filecore.filecore_track_format> *track_format);
- Summary: Formats a track of a discxramfsdiscop_seek
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_seek (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
- Summary: Seeks to a disc locationramfsdiscop_seek
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_seek (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
- Summary: Seeks to a disc locationxramfsdiscop_restore
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_restore (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
- Summary: Does a restore operation for a discramfsdiscop_restore
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_restore (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
- Summary: Does a restore operation for a discxramfsdiscop_step_in
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_step_in (bits flags);
- Summary: Steps a floppy disc in one trackramfsdiscop_step_in
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_step_in (bits flags);
- Summary: Steps a floppy disc in one trackxramfsdiscop_step_out
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_step_out (bits flags);
- Summary: Steps a floppy disc out one trackramfsdiscop_step_out
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_step_out (bits flags);
- Summary: Steps a floppy disc out one trackxramfsdiscop_read_sectors_via_cache
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_read_sectors_via_cache (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data,
- int size,
- int cache_handle,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
- byte **next_data,
- int *unread,
- int *cache_handle_out);
- Summary: Reads sectors of a disc using the RMA cacheramfsdiscop_read_sectors_via_cache
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern int ramfsdiscop_read_sectors_via_cache (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr,
- byte *data,
- int size,
- int cache_handle,
- <filecore_disc_address=>filecore.filecore_disc_address> *next_disc_addr,
- byte **next_data,
- int *cache_handle_out);
- Summary: Reads sectors of a disc using the RMA cachexramfsdiscop_specify
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfsdiscop_specify (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
- Summary: Does a specify operation on a hard discramfsdiscop_specify
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfsdiscop_specify (bits flags,
- <filecore_disc_address=>filecore.filecore_disc_address> disc_addr);
- Summary: Does a specify operation on a hard discxramfs_drives
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfs_drives (int *default_drive,
- int *floppy_count,
- int *hard_disc_count);
- Summary: Returns information on RamFS' drivesramfs_drives
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfs_drives (int *default_drive,
- int *floppy_count,
- int *hard_disc_count);
- Summary: Returns information on RamFS' drivesxramfs_free_space
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfs_free_space (char *disc_name,
- int *free,
- int *max);
- Summary: Returns information on a disc's free spaceramfs_free_space
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern int ramfs_free_space (char *disc_name,
- int *max);
- Summary: Returns information on a disc's free spacexramfs_describe_disc
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern <os_error=>os.os_error> *xramfs_describe_disc (char *disc_name,
- <filecore_disc=>filecore.filecore_disc> *disc);
- Summary: Returns a disc record describing a disc's shape and formatramfs_describe_disc
- Defined in: <ramfs=>ramfs.$>.h
- Declaration: extern void ramfs_describe_disc (char *disc_name,
- <filecore_disc=>filecore.filecore_disc> *disc);
- Summary: Returns a disc record describing a disc's shape and formatRamFS
- <xramfs_disc_op>
- <ramfs_disc_op>
- <xramfsdiscop_verify>
- <ramfsdiscop_verify>
- <xramfsdiscop_read_sectors>
- <ramfsdiscop_read_sectors>
- <xramfsdiscop_write_sectors>
- <ramfsdiscop_write_sectors>
- <xramfsdiscop_read_track>
- <ramfsdiscop_read_track>
- <xramfsdiscop_read_id>
- <ramfsdiscop_read_id>
- <xramfsdiscop_write_track>
- <ramfsdiscop_write_track>
- <xramfsdiscop_format_track>
- <ramfsdiscop_format_track>
- <xramfsdiscop_seek>
- <ramfsdiscop_seek>
- <xramfsdiscop_restore>
- <ramfsdiscop_restore>
- <xramfsdiscop_step_in>
- <ramfsdiscop_step_in>
- <xramfsdiscop_step_out>
- <ramfsdiscop_step_out>
- <xramfsdiscop_read_sectors_via_cache>
- <ramfsdiscop_read_sectors_via_cache>
- <xramfsdiscop_specify>
- <ramfsdiscop_specify>
- <xramfs_drives>
- <ramfs_drives>
- <xramfs_free_space>
- <ramfs_free_space>
- <xramfs_describe_disc>
- <ramfs_describe_disc>