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

/netbsd-current/external/bsd/pdisk/dist/
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 Dpartition_map.c397 if (istrncmp(data->dpme_type, kMapType, DPISTRLEN) == 0) {
565 strncpy(data->dpme_type, kFreeType, DPISTRLEN);
638 if ((istrncmp(cur->data->dpme_type, kFreeType, DPISTRLEN) == 0) &&
670 || istrncmp(cur->data->dpme_type, kFreeType, DPISTRLEN) != 0) {
759 strncpy(data->dpme_type, dptype, DPISTRLEN);
770 if (istrncmp(data->dpme_type, kHFSType, DPISTRLEN) == 0) { /* XXX this is gross, fix it! */
977 if (istrncmp(entry->data->dpme_type, kMapType, DPISTRLEN) == 0) {
1067 || istrncmp(entry->data->dpme_type, kFreeType, DPISTRLEN) != 0) {
1072 if (istrncmp(p->data->dpme_type, kFreeType, DPISTRLEN) != 0) {
1094 if (istrncmp(p->data->dpme_type, kFreeTyp
[all...]
H A Dhfs_misc.c199 if (strcmp(data->dpme_type, kHFSType) == 0) {
H A Dpdisk.c657 if (istrncmp(entry->data->dpme_type, kUnixType, DPISTRLEN) == 0) {
658 printf("Available partition slices for %s:\n",entry->data->dpme_type);
855 printf("Existing partition type ``%s''.\n", entry->data->dpme_type);
861 strncpy(entry->data->dpme_type, type, DPISTRLEN);
H A Ddump.c285 if (strcmp(p->dpme_type, plist[j].full) == 0) {
292 printf("%2"PRIu32": %*.32s", entry->disk_address, type_length, p->dpme_type);
496 entry->disk_address, p->dpme_type);
622 printf(" type: '%.32s'\n", p->dpme_type);
803 length = strnlen(entry->data->dpme_type, DPISTRLEN);
H A Ddpme.h96 char dpme_type[DPISTRLEN] ; /* type of partition */ member in struct:dpme

Completed in 121 milliseconds