home *** CD-ROM | disk | FTP | other *** search
Wrap
podule_header Defined in: <podule=>podule.$>.h Declaration: typedef struct { byte b [16]; } podule_header;podule_SECTION_SYSTEM_ROM Defined in: <podule=>podule.$>.h Declaration: #define podule_SECTION_SYSTEM_ROM (-1)podule_SECTION_EXPANSION_CARD0 Defined in: <podule=>podule.$>.h Declaration: #define podule_SECTION_EXPANSION_CARD0 0podule_SECTION_EXPANSION_CARD1 Defined in: <podule=>podule.$>.h Declaration: #define podule_SECTION_EXPANSION_CARD1 1podule_SECTION_EXPANSION_CARD2 Defined in: <podule=>podule.$>.h Declaration: #define podule_SECTION_EXPANSION_CARD2 2podule_SECTION_EXPANSION_CARD3 Defined in: <podule=>podule.$>.h Declaration: #define podule_SECTION_EXPANSION_CARD3 3podule_SECTION_EXTENSION_ROM1 Defined in: <podule=>podule.$>.h Declaration: #define podule_SECTION_EXTENSION_ROM1 (-2)error_PODULE_BAD_POD Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_BAD_POD 0x500uerror_PODULE_BAD_SPEED Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_BAD_SPEED 0x501uerror_PODULE_NO_POD Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_NO_POD 0x502uerror_PODULE_NOT_EXT Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_NOT_EXT 0x503uerror_PODULE_NOT_ACRN Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_NOT_ACRN 0x504uerror_PODULE_NO_LDR Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_NO_LDR 0x505uerror_PODULE_IN_LDR Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_IN_LDR 0x506uerror_PODULE_BAD_CHNK Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_BAD_CHNK 0x507uerror_PODULE_BAD_DEVICE_NUMBER Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_BAD_DEVICE_NUMBER 0x508uerror_PODULE_BAD_DEVICE_TYPE Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_BAD_DEVICE_TYPE 0x509uerror_PODULE_RAM_CONFIG_SYNTAX Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_RAM_CONFIG_SYNTAX 0x50Auerror_PODULE_WRONG_PODULE_TYPE Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_WRONG_PODULE_TYPE 0x50Buerror_PODULE_ROM_BOARD_SYNTAX Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_ROM_BOARD_SYNTAX 0x50Cuerror_PODULE_BAD_READ Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_BAD_READ 0x50Duerror_PODULE_BD_SPEED Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_BD_SPEED 0x50Euerror_PODULE_NOT_EASI Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_NOT_EASI 0x50Fuerror_PODULE_SPEED_NO Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_SPEED_NO 0x510uerror_PODULE_EC_NO_SPD Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_EC_NO_SPD 0x511uerror_PODULE_EC_NO_NET Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_EC_NO_NET 0x512uerror_PODULE_NDALLAS Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_NDALLAS 0x513uerror_PODULE_NOT_WRITABLE Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_NOT_WRITABLE 0x580uerror_PODULE_ADDRESS_RANGE Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_ADDRESS_RANGE 0x581uerror_PODULE_DEVICE_NOT_WRITABLE Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_DEVICE_NOT_WRITABLE 0x582uerror_PODULE_PODULE_READ_ONLY Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_PODULE_READ_ONLY 0x583uerror_PODULE_ADDRESS_TOO_BIG Defined in: <podule=>podule.$>.h Declaration: #define error_PODULE_ADDRESS_TOO_BIG 0x584uxpodule_read_id Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_read_id (int section, int *ec_id); Summary: Reads an expansion card or extension ROM's identity bytepodule_read_id Defined in: <podule=>podule.$>.h Declaration: extern int podule_read_id (int section); Summary: Reads an expansion card or extension ROM's identity bytexpodule_read_header Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_read_header (<podule_header> *header, int section); Summary: Reads an expansion card or extension ROM's headerpodule_read_header Defined in: <podule=>podule.$>.h Declaration: extern void podule_read_header (<podule_header> *header, int section); Summary: Reads an expansion card or extension ROM's headerxpodule_enumerate_chunks Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_enumerate_chunks (int context, int section, int *context_out, int *size, byte *os_id, char **module_name); Summary: Reads information about a chunk from the chunk directorypodule_enumerate_chunks Defined in: <podule=>podule.$>.h Declaration: extern int podule_enumerate_chunks (int context, int section, int *size, byte *os_id, char **module_name); Summary: Reads information about a chunk from the chunk directoryxpodule_read_chunk Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_read_chunk (int chunk_no, byte *buffer, int section); Summary: Reads a chunk from an expansion card or extension ROMpodule_read_chunk Defined in: <podule=>podule.$>.h Declaration: extern void podule_read_chunk (int chunk_no, byte *buffer, int section); Summary: Reads a chunk from an expansion card or extension ROMxpodule_read_bytes Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_read_bytes (int start_offset, int size, byte *buffer, int slot_no); Summary: Reads bytes from within an expansion card's code spacepodule_read_bytes Defined in: <podule=>podule.$>.h Declaration: extern void podule_read_bytes (int start_offset, int size, byte *buffer, int slot_no); Summary: Reads bytes from within an expansion card's code spacexpodule_write_bytes Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_write_bytes (int start_offset, int size, byte *buffer, int slot_no); Summary: Writes bytes to within an expansion card's code spacepodule_write_bytes Defined in: <podule=>podule.$>.h Declaration: extern void podule_write_bytes (int start_offset, int size, byte *buffer, int slot_no); Summary: Writes bytes to within an expansion card's code spacexpodule_call_loader Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_call_loader (int arg0, int arg1, int arg2, int slot_no, int *arg0_out, int *arg1_out, int *arg2_out); Summary: Calls an expansion card's loaderpodule_call_loader Defined in: <podule=>podule.$>.h Declaration: extern void podule_call_loader (int arg0, int arg1, int arg2, int slot_no, int *arg0_out, int *arg1_out, int *arg2_out); Summary: Calls an expansion card's loaderxpodule_raw_read Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_raw_read (int start_offset, int size, byte *buffer, int slot_no); Summary: Reads bytes directly within an expansion card or extension ROM's address spacepodule_raw_read Defined in: <podule=>podule.$>.h Declaration: extern void podule_raw_read (int start_offset, int size, byte *buffer, int slot_no); Summary: Reads bytes directly within an expansion card or extension ROM's address spacexpodule_raw_write Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_raw_write (int start_offset, int size, byte *buffer, int slot_no); Summary: Writes bytes directly within an expansion card's workspacepodule_raw_write Defined in: <podule=>podule.$>.h Declaration: extern void podule_raw_write (int start_offset, int size, byte *buffer, int slot_no); Summary: Writes bytes directly within an expansion card's workspacexpodule_hardware_address Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_hardware_address (int section, int **combined_addr); Summary: Returns an expansion card or extension ROM's base address, and the address of an expansion card's CMOS RAM (prefer Podule_ReadInfo)podule_hardware_address Defined in: <podule=>podule.$>.h Declaration: extern int *podule_hardware_address (int section); Summary: Returns an expansion card or extension ROM's base address, and the address of an expansion card's CMOS RAM (prefer Podule_ReadInfo)xpodule_enumerate_chunks_with_info Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_enumerate_chunks_with_info (int context, int section, int *context_out, int *size, byte *os_id, char **module_name, char **help_text, int **module_base); Summary: Reads information about a chunk from the chunk directorypodule_enumerate_chunks_with_info Defined in: <podule=>podule.$>.h Declaration: extern int podule_enumerate_chunks_with_info (int context, int section, int *size, byte *os_id, char **module_name, char **help_text, int **module_base); Summary: Reads information about a chunk from the chunk directoryxpodule_hardware_addresses Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_hardware_addresses (int section, int **base_addr, int **combined_addr); Summary: Returns an expansion card or extension ROM's base address, and the address of an expansion card's CMOS RAMpodule_hardware_addresses Defined in: <podule=>podule.$>.h Declaration: extern void podule_hardware_addresses (int section, int **base_addr, int **combined_addr); Summary: Returns an expansion card or extension ROM's base address, and the address of an expansion card's CMOS RAMxpodule_return_number Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_return_number (int *expansion_card_count, int *extension_rom_count); Summary: Returns the number of expansion card and extension ROM'spodule_return_number Defined in: <podule=>podule.$>.h Declaration: extern void podule_return_number (int *expansion_card_count, int *extension_rom_count); Summary: Returns the number of expansion card and extension ROM'sxpodule_read_info Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_read_info (bits mask, byte *buffer, int size, int section, int *used); Summary: Returns a selection of data specific to a given expansion cardpodule_read_info Defined in: <podule=>podule.$>.h Declaration: extern void podule_read_info (bits mask, byte *buffer, int size, int section, int *used); Summary: Returns a selection of data specific to a given expansion cardxpodule_set_speed Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xpodule_set_speed (int speed, int section, int *old_speed); Summary: Changes the speed of access to expansion card hardwarepodule_set_speed Defined in: <podule=>podule.$>.h Declaration: extern void podule_set_speed (int speed, int section, int *old_speed); Summary: Changes the speed of access to expansion card hardwarexservice_pre_reset Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xservice_pre_reset (void); Summary: Pre-reset service_pre_reset Defined in: <podule=>podule.$>.h Declaration: extern void service_pre_reset (void); Summary: Pre-reset xservice_adfs_podule Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xservice_adfs_podule (byte *controller, int *status_location, bits status_bits, int *irq_location, bits irq_bits, bool *unclaimed, byte **controller_out, int **status_location_out, bits *status_bits_out, int **irq_location_out, bits *irq_bits_out); Summary: Issued by ADFS to locate an ST506 expansion cardservice_adfs_podule Defined in: <podule=>podule.$>.h Declaration: extern bool service_adfs_podule (byte *controller, int *status_location, bits status_bits, int *irq_location, bits irq_bits, byte **controller_out, int **status_location_out, bits *status_bits_out, int **irq_location_out, bits *irq_bits_out); Summary: Issued by ADFS to locate an ST506 expansion cardxservice_adfs_podule_ide Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xservice_adfs_podule_ide (byte *controller, int *status_location, bits status_bits, int *irq_location, bits irq_bits, void *read_code, void *write_code, bool *unclaimed, byte **controller_out, int **status_location_out, bits *status_bits_out, int **irq_location_out, bits *irq_bits_out, void **read_code_out, void **write_code_out); Summary: Issued by ADFS to locate an IDE expansion cardservice_adfs_podule_ide Defined in: <podule=>podule.$>.h Declaration: extern bool service_adfs_podule_ide (byte *controller, int *status_location, bits status_bits, int *irq_location, bits irq_bits, void *read_code, void *write_code, byte **controller_out, int **status_location_out, bits *status_bits_out, int **irq_location_out, bits *irq_bits_out, void **read_code_out, void **write_code_out); Summary: Issued by ADFS to locate an IDE expansion cardxservice_adfs_podule_ide_dying Defined in: <podule=>podule.$>.h Declaration: extern <os_error=>os.os_error> *xservice_adfs_podule_ide_dying (void); Summary: IDE expansion card dyingservice_adfs_podule_ide_dying Defined in: <podule=>podule.$>.h Declaration: extern void service_adfs_podule_ide_dying (void); Summary: IDE expansion card dyingPodule <podule_header> <podule_SECTION_SYSTEM_ROM> <podule_SECTION_EXPANSION_CARD0> <podule_SECTION_EXPANSION_CARD1> <podule_SECTION_EXPANSION_CARD2> <podule_SECTION_EXPANSION_CARD3> <podule_SECTION_EXTENSION_ROM1> <error_PODULE_BAD_POD> <error_PODULE_BAD_SPEED> <error_PODULE_NO_POD> <error_PODULE_NOT_EXT> <error_PODULE_NOT_ACRN> <error_PODULE_NO_LDR> <error_PODULE_IN_LDR> <error_PODULE_BAD_CHNK> <error_PODULE_BAD_DEVICE_NUMBER> <error_PODULE_BAD_DEVICE_TYPE> <error_PODULE_RAM_CONFIG_SYNTAX> <error_PODULE_WRONG_PODULE_TYPE> <error_PODULE_ROM_BOARD_SYNTAX> <error_PODULE_BAD_READ> <error_PODULE_BD_SPEED> <error_PODULE_NOT_EASI> <error_PODULE_SPEED_NO> <error_PODULE_EC_NO_SPD> <error_PODULE_EC_NO_NET> <error_PODULE_NDALLAS> <error_PODULE_NOT_WRITABLE> <error_PODULE_ADDRESS_RANGE> <error_PODULE_DEVICE_NOT_WRITABLE> <error_PODULE_PODULE_READ_ONLY> <error_PODULE_ADDRESS_TOO_BIG> <xpodule_read_id> <podule_read_id> <xpodule_read_header> <podule_read_header> <xpodule_enumerate_chunks> <podule_enumerate_chunks> <xpodule_read_chunk> <podule_read_chunk> <xpodule_read_bytes> <podule_read_bytes> <xpodule_write_bytes> <podule_write_bytes> <xpodule_call_loader> <podule_call_loader> <xpodule_raw_read> <podule_raw_read> <xpodule_raw_write> <podule_raw_write> <xpodule_hardware_address> <podule_hardware_address> <xpodule_enumerate_chunks_with_info> <podule_enumerate_chunks_with_info> <xpodule_hardware_addresses> <podule_hardware_addresses> <xpodule_return_number> <podule_return_number> <xpodule_read_info> <podule_read_info> <xpodule_set_speed> <podule_set_speed> <xservice_pre_reset> <service_pre_reset> <xservice_adfs_podule> <service_adfs_podule> <xservice_adfs_podule_ide> <service_adfs_podule_ide> <xservice_adfs_podule_ide_dying> <service_adfs_podule_ide_dying>