Home
last modified time | relevance | path

Searched refs:Block0 (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A Ddpme.h66 struct Block0 { struct
76 typedef struct Block0 Block0; argument
H A Dconvert.h61 int convert_block0(Block0 *data, int to_cpu_form);
H A Dpartition_map.c158 map->misc = (Block0 *) malloc(PBLOCK_SIZE); in open_partition_map()
547 map->misc = (Block0 *) calloc(1, PBLOCK_SIZE); in create_partition_map()
590 Block0 *p; in coerce_block0()
955 Block0 *p; in sync_device_size()
1025 Block0 *p; in contains_driver()
1370 Block0 *p; in remove_driver()
H A Dvalidate.c85 static Block0 *b0;
120 b0 = (Block0 *) buffer; in get_block_zero()
H A Dpartition_map.h50 Block0 *misc;
H A Ddump.c163 Block0 *p; in dump_block_zero()
434 Block0 *zp; in show_data_structures()
686 Block0 *zp; in full_dump_block_zero()
H A Dconvert.c133 convert_block0(Block0 *data, int to_cpu_form) in convert_block0()
H A Dpdisk.c173 if (sizeof(Block0) != PBLOCK_SIZE) { in main()
175 "is not equal to block size (%d)\n", sizeof(Block0), PBLOCK_SIZE); in main()
/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmd.h150 } Block0; typedef
H A Dmsg.md.de74 Standard �bersicht wird eine minimale Block0-Definition enthalten, eine
H A Dmsg.md.es74 por defecto incluira una definici�n minima de Block0, un Mapa de
H A Dmsg.md.en72 include a minimal Block0 definition, a Partition Map allowing for up to
H A Dmenus.md.en125 map.blk[0].pmSigPad = 0; /* Don't rewrite Block0 */
H A Dmenus.md.es125 map.blk[0].pmSigPad = 0; /* Don't rewrite Block0 */
H A Dmenus.md.de125 map.blk[0].pmSigPad = 0; /* Don't rewrite Block0 */
H A Dmd.c366 Block0 new_block0 = {APPLE_DRVR_MAP_MAGIC, 512, in md_pre_disklabel()
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h32 } Block0; typedef
H A Dlow.c66 Block0 rec; in l_readblock0()