Searched refs:kUnixType (Results 1 – 4 of 4) sorted by relevance
90 extern const char * kUnixType;
198 strncpy(entry->data->dpme_type, kUnixType, DPISTRLEN); in process()
657 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()
76 const char * kUnixType = "Apple_UNIX_SVR2"; variable