home *** CD-ROM | disk | FTP | other *** search
- resourcefs_file_header
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: typedef
- struct
- { int data_size;
- bits load_addr;
- bits exec_addr;
- int size;
- bits attr;
- char name [...];
- }
- resourcefs_file_header;resourcefs_file_data
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: typedef
- struct
- { int size;
- byte data [...];
- }
- resourcefs_file_data;resourcefs_file
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: typedef
- struct
- { <resourcefs_file_header> header;
- <resourcefs_file_data> data;
- }
- resourcefs_file;resourcefs_file_list
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: typedef
- struct
- { <resourcefs_file> file [...];
- }
- resourcefs_file_list;xresourcefs_register_files
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern <os_error=>os.os_error> *xresourcefs_register_files (<resourcefs_file_list> *file_list);
- Summary: Add file(s) to the ResourceFS structureresourcefs_register_files
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern void resourcefs_register_files (<resourcefs_file_list> *file_list);
- Summary: Add file(s) to the ResourceFS structurexresourcefs_deregister_files
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern <os_error=>os.os_error> *xresourcefs_deregister_files (<resourcefs_file_list> *file_list);
- Summary: Remove file(s) from the ResourceFS structureresourcefs_deregister_files
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern void resourcefs_deregister_files (<resourcefs_file_list> *file_list);
- Summary: Remove file(s) from the ResourceFS structurexservice_resource_fs_started
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_resource_fs_started (void);
- Summary: The file structure inside ResourceFS has changedservice_resource_fs_started
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern void service_resource_fs_started (void);
- Summary: The file structure inside ResourceFS has changedxservice_resource_fs_dying
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_resource_fs_dying (void);
- Summary: ResourceFS is killedservice_resource_fs_dying
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern void service_resource_fs_dying (void);
- Summary: ResourceFS is killedxservice_resource_fs_starting
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_resource_fs_starting (void *register_files,
- void *workspace);
- Summary: ResourceFS module is reloaded or reinitialisedservice_resource_fs_starting
- Defined in: <resourcefs=>resourcefs.$>.h
- Declaration: extern void service_resource_fs_starting (void *register_files,
- void *workspace);
- Summary: ResourceFS module is reloaded or reinitialisedResourceFS
- <resourcefs_file_header>
- <resourcefs_file_data>
- <resourcefs_file>
- <resourcefs_file_list>
- <xresourcefs_register_files>
- <resourcefs_register_files>
- <xresourcefs_deregister_files>
- <resourcefs_deregister_files>
- <xservice_resource_fs_started>
- <service_resource_fs_started>
- <xservice_resource_fs_dying>
- <service_resource_fs_dying>
- <xservice_resource_fs_starting>
- <service_resource_fs_starting>