home *** CD-ROM | disk | FTP | other *** search
Wrap
osgbpb_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { byte count; char c [...]; } osgbpb_name;osgbpb_disc_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { <osgbpb_name> name; } osgbpb_disc_name;osgbpb_dir_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { byte reserved; <osgbpb_name> name; } osgbpb_dir_name;osgbpb_name_list Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { <osgbpb_name> names [...]; } osgbpb_name_list;osgbpb_info Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { bits load_addr; bits exec_addr; int size; bits attr; int obj_type; char name [...]; } osgbpb_info;osgbpb_system_info Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { bits load_addr; bits exec_addr; int size; bits attr; int obj_type; int sin; <os_date_and_time=>os.os_date_and_time> stamp; char name [...]; } osgbpb_system_info;osgbpb_info_stamped Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { bits load_addr; bits exec_addr; int size; bits attr; int obj_type; bits file_type; char name [...]; } osgbpb_info_stamped;osgbpb_string_list Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { char names [...]; } osgbpb_string_list;osgbpb_info_list Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { <osgbpb_info> info [...]; } osgbpb_info_list;osgbpb_system_info_list Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { <osgbpb_system_info> info [...]; } osgbpb_system_info_list;osgbpb_info_stamped_list Defined in: <osgbpb=>osgbpb.$>.h Declaration: typedef struct { <osgbpb_info_stamped> info [...]; } osgbpb_info_stamped_list;osgbpb_PRIVILEGE_OWNER Defined in: <osgbpb=>osgbpb.$>.h Declaration: #define osgbpb_PRIVILEGE_OWNER ((byte) 0)osgbpb_PRIVILEGE_PUBLIC Defined in: <osgbpb=>osgbpb.$>.h Declaration: #define osgbpb_PRIVILEGE_PUBLIC ((byte) 255)osgbpb_NO_MORE Defined in: <osgbpb=>osgbpb.$>.h Declaration: #define osgbpb_NO_MORE (-1)xos_gbpb Reads or writes a group of bytes from or to an open fileos_gbpb Reads or writes a group of bytes from or to an open filexosgbpb_write_at Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_write_at (<os_f=>os.os_f> file, byte *data, int size, int ptr, int *unwritten); Summary: Writes bytes to an open file at the specified file pointerosgbpb_write_at Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_write_at (<os_f=>os.os_f> file, byte *data, int size, int ptr); Summary: Writes bytes to an open file at the specified file pointerxosgbpb_write Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_write (<os_f=>os.os_f> file, byte *data, int size, int *unwritten); Summary: Writes bytes to an open fileosgbpb_write Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_write (<os_f=>os.os_f> file, byte *data, int size); Summary: Writes bytes to an open filexosgbpb_read_at Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_read_at (<os_f=>os.os_f> file, byte *buffer, int size, int ptr, int *unread); Summary: Reads bytes from an open file at the specified file pointerosgbpb_read_at Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_read_at (<os_f=>os.os_f> file, byte *buffer, int size, int ptr); Summary: Reads bytes from an open file at the specified file pointerxosgbpb_read Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_read (<os_f=>os.os_f> file, byte *buffer, int size, int *unread); Summary: Reads bytes from an open fileosgbpb_read Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_read (<os_f=>os.os_f> file, byte *buffer, int size); Summary: Reads bytes from an open filexosgbpb_read_disc_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_read_disc_name (<osgbpb_disc_name> *disc_name); Summary: Reads the name and boot option of the disc which contains the CSD (prefer OSFSControl_CanonicalisePath and/or OSFSControl_ReadBootOption)osgbpb_read_disc_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern void osgbpb_read_disc_name (<osgbpb_disc_name> *disc_name); Summary: Reads the name and boot option of the disc which contains the CSD (prefer OSFSControl_CanonicalisePath and/or OSFSControl_ReadBootOption)xosgbpb_read_csd_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_read_csd_name (<osgbpb_dir_name> *csd_name); Summary: Reads the name and privilege status of the CSD (prefer OSFSControl_CanonicalisePath)osgbpb_read_csd_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern void osgbpb_read_csd_name (<osgbpb_dir_name> *csd_name); Summary: Reads the name and privilege status of the CSD (prefer OSFSControl_CanonicalisePath)xosgbpb_read_lib_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_read_lib_name (<osgbpb_dir_name> *lib_name); Summary: Reads the name and privilege status of the library (prefer OSFSControl_CanonicalisePath)osgbpb_read_lib_name Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern void osgbpb_read_lib_name (<osgbpb_dir_name> *lib_name); Summary: Reads the name and privilege status of the library (prefer OSFSControl_CanonicalisePath)xosgbpb_csd_entries Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_csd_entries (<osgbpb_name_list> *name_list, int count, int context, int *unread, int *context_out); Summary: Reads entries from the CSD (prefer OSGBPB_DirEntries)osgbpb_csd_entries Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_csd_entries (<osgbpb_name_list> *name_list, int count, int context, int *unread); Summary: Reads entries from the CSD (prefer OSGBPB_DirEntries)xosgbpb_dir_entries Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_dir_entries (char *dir_name, <osgbpb_string_list> *name_list, int count, int context, int size, char *entries, int *read_count, int *context_out); Summary: Reads entries from a specified directoryosgbpb_dir_entries Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_dir_entries (char *dir_name, <osgbpb_string_list> *name_list, int count, int context, int size, char *entries, int *read_count); Summary: Reads entries from a specified directoryxosgbpb_dir_entries_info Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_dir_entries_info (char *dir_name, <osgbpb_info_list> *info_list, int count, int context, int size, char *entries, int *read_count, int *context_out); Summary: Reads entries and file information from a specified directoryosgbpb_dir_entries_info Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_dir_entries_info (char *dir_name, <osgbpb_info_list> *info_list, int count, int context, int size, char *entries, int *read_count); Summary: Reads entries and file information from a specified directoryxosgbpb_dir_entries_system_info Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_dir_entries_system_info (char *dir_name, <osgbpb_system_info_list> *info_list, int count, int context, int size, char *entries, int *read_count, int *context_out); Summary: Reads entries and file information (including SIN) from a specified directoryosgbpb_dir_entries_system_info Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_dir_entries_system_info (char *dir_name, <osgbpb_system_info_list> *info_list, int count, int context, int size, char *entries, int *read_count); Summary: Reads entries and file information (including SIN) from a specified directoryxosgbpb_dir_entries_info_stamped Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern <os_error=>os.os_error> *xosgbpb_dir_entries_info_stamped (char *dir_name, <osgbpb_info_stamped_list> *info_list, int count, int context, int size, char *entries, int *read_count, int *context_out); Summary: Reads entries and file information (including file type) from a specified directoryosgbpb_dir_entries_info_stamped Defined in: <osgbpb=>osgbpb.$>.h Declaration: extern int osgbpb_dir_entries_info_stamped (char *dir_name, <osgbpb_info_stamped_list> *info_list, int count, int context, int size, char *entries, int *read_count); Summary: Reads entries and file information (including file type) from a specified directoryxgbpbv OS_GBPB vectorgbpbv OS_GBPB vectorOSGBPB <osgbpb_name> <osgbpb_disc_name> <osgbpb_dir_name> <osgbpb_name_list> <osgbpb_info> <osgbpb_system_info> <osgbpb_info_stamped> <osgbpb_string_list> <osgbpb_info_list> <osgbpb_system_info_list> <osgbpb_info_stamped_list> <osgbpb_PRIVILEGE_OWNER> <osgbpb_PRIVILEGE_PUBLIC> <osgbpb_NO_MORE> <xos_gbpb> <os_gbpb> <xosgbpb_write_at> <osgbpb_write_at> <xosgbpb_write> <osgbpb_write> <xosgbpb_read_at> <osgbpb_read_at> <xosgbpb_read> <osgbpb_read> <xosgbpb_read_disc_name> <osgbpb_read_disc_name> <xosgbpb_read_csd_name> <osgbpb_read_csd_name> <xosgbpb_read_lib_name> <osgbpb_read_lib_name> <xosgbpb_csd_entries> <osgbpb_csd_entries> <xosgbpb_dir_entries> <osgbpb_dir_entries> <xosgbpb_dir_entries_info> <osgbpb_dir_entries_info> <xosgbpb_dir_entries_system_info> <osgbpb_dir_entries_system_info> <xosgbpb_dir_entries_info_stamped> <osgbpb_dir_entries_info_stamped> <xgbpbv> <gbpbv>