HomeSort by: relevance | last modified time | path
    Searched refs:DPME (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/pdisk/dist/
convert.h 35 #include "dpme.h"
63 int convert_dpme(DPME *data, int to_cpu_form);
partition_map.h 31 #include "dpme.h"
70 DPME *data;
120 void dpme_init_flags(DPME *data);
hfs_misc.c 184 DPME *data;
240 DPME *data;
partition_map.c 97 int add_data_to_map(struct dpme *, long, partition_map_header *);
102 DPME* create_data(const char *name, const char *dptype, uint32_t base, uint32_t length);
238 DPME *data;
246 data = (DPME *) malloc(PBLOCK_SIZE);
295 data = (DPME *) malloc(PBLOCK_SIZE);
372 add_data_to_map(struct dpme *data, long ix, partition_map_header *map)
435 DPME *data;
555 data = (DPME *) calloc(1, PBLOCK_SIZE);
618 DPME *data;
744 DPME *
    [all...]
convert.c 75 convert_dpme(DPME *data, int to_cpu_form)
validate.c 86 static DPME *mb;
147 mb = (DPME *) buffer;
dump.c 268 DPME *p;
398 DPME * data;
402 data = (DPME *) malloc(PBLOCK_SIZE);
439 DPME *p;
586 DPME *p;
dpme.h 2 // dpme.h - Disk Partition Map Entry (dpme)
89 struct dpme { struct
123 typedef struct dpme DPME;
pdisk.c 169 if (sizeof(DPME) != PBLOCK_SIZE) {
171 "is not equal to block size (%d)\n", sizeof(DPME), PBLOCK_SIZE);

Completed in 30 milliseconds