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

/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOApplePartitionScheme.cpp346 if ( !strncmp(dpmeMap->dpme_type, "Apple_partition_map", sizeof(dpmeMap->dpme_type)) ||
347 !strncmp(dpmeMap->dpme_type, "Apple_Partition_Map", sizeof(dpmeMap->dpme_type)) ||
348 !strncmp(dpmeMap->dpme_type, "Apple_patition_map", sizeof(dpmeMap->dpme_type)) )
362 if ( !strncmp(dpmeMap->dpme_type, "Apple_Driver", sizeof(dpmeMap->dpme_type)) ||
363 !strncmp(dpmeMap->dpme_type, "Apple_Driver43", sizeof(dpmeMap->dpme_type)) ||
[all...]
H A DIOApplePartitionScheme.h59 char dpme_type[DPISTRLEN]; /* (type of partition, eg. Apple_HFS) */ member in struct:dpme
/macosx-10.10/pdisk-9/
H A Dcvt_pt.c193 } else if (strcmp(entry->data->dpme_type, kHFSType) != 0) {
195 entry->data->dpme_type);
198 strncpy(entry->data->dpme_type, kUnixType, DPISTRLEN);
H A Dcmdline.c166 printf("%s %s %u %u\n", p->dpme_name, p->dpme_type,
204 else if (strcmp(entry->data->dpme_type, kFreeType) == 0
205 || strcmp(entry->data->dpme_type, kMapType) == 0) {
207 part, entry->data->dpme_type);
223 add_partition_to_map(save_dpme.dpme_name, save_dpme.dpme_type,
H A Dpartition_map.c396 if (istrncmp(data->dpme_type, kMapType, DPISTRLEN) == 0) {
562 strncpy(data->dpme_type, kFreeType, DPISTRLEN);
635 if ((istrncmp(cur->data->dpme_type, kFreeType, DPISTRLEN) == 0) &&
667 || istrncmp(cur->data->dpme_type, kFreeType, DPISTRLEN) != 0) {
756 strncpy(data->dpme_type, dptype, DPISTRLEN);
767 if (istrncmp(data->dpme_type, kHFSType, DPISTRLEN) == 0) { /* XXX this is gross, fix it! */
974 if (istrncmp(entry->data->dpme_type, kMapType, DPISTRLEN) == 0) {
1064 || istrncmp(entry->data->dpme_type, kFreeType, DPISTRLEN) != 0) {
1069 if (istrncmp(p->data->dpme_type, kFreeType, DPISTRLEN) != 0) {
1091 if (istrncmp(p->data->dpme_type, kFreeTyp
[all...]
H A Dhfs_misc.c197 if (strcmp(data->dpme_type, kHFSType) == 0) {
H A Dpdisk.c670 if (istrncmp(entry->data->dpme_type, kUnixType, DPISTRLEN) == 0) {
671 printf("Available partition slices for %s:\n",entry->data->dpme_type);
872 printf("Existing partition type ``%s''.\n", entry->data->dpme_type);
878 strncpy(entry->data->dpme_type, type, DPISTRLEN);
H A Ddump.c286 if (strcmp(p->dpme_type, plist[j].full) == 0) {
293 printf("%2ld: %*.32s", entry->disk_address, type_length, p->dpme_type);
554 entry->disk_address, p->dpme_type);
680 printf(" type: '%.32s'\n", p->dpme_type);
861 length = strnlen(entry->data->dpme_type, DPISTRLEN);
H A Ddpme.h100 char dpme_type[DPISTRLEN] ; /* type of partition */ member in struct:dpme

Completed in 96 milliseconds