Searched refs:dptype (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/pdisk-9/
H A Dpartition_map.h107 int add_partition_to_map(const char *name, const char *dptype, u32 base, u32 length, partition_map_header *map);
H A Dpartition_map.c100 DPME* create_data(const char *name, const char *dptype, u32 base, u32 length);
611 add_partition_to_map(const char *name, const char *dptype, u32 base, u32 length, argument
708 data = create_data(name, dptype, base, length);
742 create_data(const char *name, const char *dptype, u32 base, u32 length) argument
756 strncpy(data->dpme_type, dptype, DPISTRLEN);

Completed in 118 milliseconds