Searched refs:DPME (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/pdisk/dist/
H A Dconvert.h63 int convert_dpme(DPME *data, int to_cpu_form);
H A Dpartition_map.h70 DPME *data;
120 void dpme_init_flags(DPME *data);
H A Dhfs_misc.c184 DPME *data;
240 DPME *data;
H A Dpartition_map.c102 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);
435 DPME *data;
555 data = (DPME *) calloc(1, PBLOCK_SIZE);
618 DPME *data;
744 DPME *
747 DPME *data;
749 data = (DPME *) callo
[all...]
H A Dconvert.c75 convert_dpme(DPME *data, int to_cpu_form)
H A Dvalidate.c86 static DPME *mb;
147 mb = (DPME *) buffer;
H A Ddump.c268 DPME *p;
398 DPME * data;
402 data = (DPME *) malloc(PBLOCK_SIZE);
439 DPME *p;
586 DPME *p;
H A Ddpme.h123 typedef struct dpme DPME; typedef in typeref:struct:dpme
H A Dpdisk.c169 if (sizeof(DPME) != PBLOCK_SIZE) {
171 "is not equal to block size (%d)\n", sizeof(DPME), PBLOCK_SIZE);

Completed in 202 milliseconds