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

/netbsd-6-1-5-RELEASE/dist/pdisk/
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);
614 add_partition_to_map(const char *name, const char *dptype, u32 base, u32 length, argument
711 data = create_data(name, dptype, base, length);
745 create_data(const char *name, const char *dptype, u32 base, u32 length) argument
759 strncpy(data->dpme_type, dptype, DPISTRLEN);

Completed in 104 milliseconds