Home
last modified time | relevance | path

Searched refs:kUnixType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A Dpartition_map.h90 extern const char * kUnixType;
H A Dcvt_pt.c198 strncpy(entry->data->dpme_type, kUnixType, DPISTRLEN); in process()
H A Dpdisk.c657 if (istrncmp(entry->data->dpme_type, kUnixType, DPISTRLEN) == 0) { in do_update_dpme()
698 add_partition_to_map(name, kUnixType, base, length, map); in do_create_partition()
H A Dpartition_map.c76 const char * kUnixType = "Apple_UNIX_SVR2"; variable