Searched refs:DPME (Results 1 – 9 of 9) sorted by relevance
102 DPME* create_data(const char *name, const char *dptype, uint32_t base, uint32_t length);238 DPME *data; in read_partition_map()246 data = (DPME *) malloc(PBLOCK_SIZE); in read_partition_map()295 data = (DPME *) malloc(PBLOCK_SIZE); in read_partition_map()435 DPME *data; in create_partition_map()555 data = (DPME *) calloc(1, PBLOCK_SIZE); in create_partition_map()618 DPME *data; in add_partition_to_map()744 DPME *747 DPME *data; in create_data()749 data = (DPME *) calloc(1, PBLOCK_SIZE); in create_data()[all …]
70 DPME *data;120 void dpme_init_flags(DPME *data);
184 DPME *data; in get_HFS_name()240 DPME *data; in read_partition_block()
268 DPME *p; in dump_partition_entry()398 DPME * data; in list_all_disks()402 data = (DPME *) malloc(PBLOCK_SIZE); in list_all_disks()439 DPME *p; in show_data_structures()586 DPME *p; in full_dump_partition_entry()
63 int convert_dpme(DPME *data, int to_cpu_form);
86 static DPME *mb;147 mb = (DPME *) buffer; in get_block_n()
75 convert_dpme(DPME *data, int to_cpu_form) in convert_dpme()
123 typedef struct dpme DPME; typedef
169 if (sizeof(DPME) != PBLOCK_SIZE) { in main()171 "is not equal to block size (%d)\n", sizeof(DPME), PBLOCK_SIZE); in main()