ReactOS 0.4.16-dev-41-ge8c7597
|
#include <schily/mconfig.h>
#include "mkisofs.h"
#include <schily/fcntl.h>
#include <schily/utypes.h>
#include <schily/intcvt.h>
#include <schily/schily.h>
#include "sunlabel.h"
Go to the source code of this file.
Functions | |
LOCAL void init_sparc_label | __PR ((void)) |
EXPORT int sparc_boot_label | __PR ((char *label)) |
EXPORT int scan_sparc_boot | __PR ((char *files)) |
LOCAL void dup_sun_label | __PR ((int part)) |
LOCAL int sunboot_write | __PR ((FILE *outfile)) |
LOCAL int sunlabel_size | __PR ((UInt32_t starting_extent)) |
LOCAL void | init_sparc_label () |
LOCAL void | init_sunx86_label () |
EXPORT int | sparc_boot_label (char *label) |
EXPORT int | sunx86_boot_label (char *label) |
EXPORT int | scan_sparc_boot (char *files) |
EXPORT int | scan_sunx86_boot (char *files) |
EXPORT int | make_sun_label () |
EXPORT int | make_sunx86_label () |
LOCAL void | dup_sun_label (int part) |
LOCAL int | sunboot_write (FILE *outfile) |
LOCAL int | sunlabel_size (UInt32_t starting_extent) |
LOCAL int | sunlabel_write (FILE *outfile) |
LOCAL int | genboot_size (UInt32_t starting_extent) |
LOCAL int | genboot_write (FILE *outfile) |
Variables | |
static UConst char | sccsid [] |
int | use_sunx86boot |
LOCAL struct sun_label | cd_label |
LOCAL struct x86_label | sx86_label |
LOCAL struct pc_part | fdisk_part |
LOCAL char * | boot_files [NDKMAP] |
struct output_fragment | sunboot_desc = {NULL, NULL, NULL, sunboot_write, "Sun Boot" } |
struct output_fragment | sunlabel_desc = {NULL, sunlabel_size, NULL, sunlabel_write, "Sun Disk Label" } |
struct output_fragment | genboot_desc = {NULL, genboot_size, NULL, genboot_write, "Generic Boot" } |
EXPORT int scan_sparc_boot __PR | ( | (char *files) | ) |
EXPORT int sparc_boot_label __PR | ( | (char *label) | ) |
LOCAL int sunboot_write __PR | ( | (FILE *outfile) | ) |
LOCAL void dup_sun_label __PR | ( | (int part) | ) |
LOCAL int sunlabel_size __PR | ( | (UInt32_t starting_extent) | ) |
LOCAL void init_sparc_label __PR | ( | (void) | ) |
Definition at line 347 of file boot.c.
Referenced by make_sun_label().
Definition at line 529 of file boot.c.
Definition at line 243 of file boot.c.
Referenced by main().
Definition at line 287 of file boot.c.
Referenced by main().
Definition at line 133 of file boot.c.
Definition at line 182 of file boot.c.
Definition at line 112 of file boot.c.
Definition at line 373 of file boot.c.
Definition at line 454 of file boot.c.
Definition at line 40 of file boot.c.
Referenced by make_sun_label(), scan_sparc_boot(), scan_sunx86_boot(), and sunboot_write().
Definition at line 37 of file boot.c.
Referenced by dup_sun_label(), init_sparc_label(), make_sun_label(), scan_sparc_boot(), sparc_boot_label(), sunboot_write(), and sunlabel_write().
Definition at line 39 of file boot.c.
Referenced by make_sunx86_label(), and sunlabel_write().
struct output_fragment genboot_desc = {NULL, genboot_size, NULL, genboot_write, "Generic Boot" } |
struct output_fragment sunboot_desc = {NULL, NULL, NULL, sunboot_write, "Sun Boot" } |
struct output_fragment sunlabel_desc = {NULL, sunlabel_size, NULL, sunlabel_write, "Sun Disk Label" } |
Definition at line 38 of file boot.c.
Referenced by init_sunx86_label(), make_sunx86_label(), scan_sunx86_boot(), sunboot_write(), sunlabel_write(), and sunx86_boot_label().
|
extern |
Definition at line 108 of file mkisofs.c.
Referenced by main(), scan_sparc_boot(), scan_sunx86_boot(), sunboot_write(), and sunlabel_write().