Home
last modified time | relevance | path

Searched refs:dtype_asciilabel (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/format/
H A Dmenu_command.c403 if (tptr->dtype_asciilabel) in c_type()
405 tptr->dtype_asciilabel); in c_type()
445 tptr->dtype_asciilabel, tptr->dtype_ncyl, in c_type()
543 d->dtype_asciilabel = get_asciilabel(); in c_type()
595 if (tptr->dtype_asciilabel) { in c_type()
600 if ((tptr->dtype_asciilabel == NULL) && in c_type()
602 while (tptr->dtype_asciilabel == NULL) { in c_type()
754 cur_dtype->dtype_asciilabel, ncyl, in c_current()
770 cur_dtype->dtype_asciilabel, ncyl, in c_current()
H A Dstartup.c566 dtype->dtype_asciilabel = dtype_name; in sup_setdtype()
1093 if (strcmp(dtype->dtype_asciilabel, disk) == 0) in sup_setpart()
2068 search_dtype->dtype_asciilabel = (char *) in add_device_to_disklist()
2070 (void) strcpy(search_dtype->dtype_asciilabel, in add_device_to_disklist()
2073 search_dtype->dtype_asciilabel = (char *) in add_device_to_disklist()
2075 (void) strcpy(search_dtype->dtype_asciilabel, in add_device_to_disklist()
2226 if (dtype->dtype_asciilabel == NULL) {
2234 if ((strcmp(label->dkl_asciilabel, dtype->dtype_asciilabel) != 0) ||
2473 if (strcmp(dp1->dtype_asciilabel, dp2->dtype_asciilabel) != 0) {
2523 dp1->dtype_asciilabel);
H A Dadd_definition.c197 disk_type->dtype_asciilabel);
330 disk_type->dtype_asciilabel,
H A Dhardware_structs.h79 char *dtype_asciilabel; /* drive identifier */ member
H A Dauto_sense.c728 disk->dtype_asciilabel = alloc_string(disk_name); in new_direct_disk_type()
1475 disk_type->dtype_asciilabel, in use_existing_disk_type()
1761 if (dp->dtype_asciilabel) {
1762 if ((strcmp(dp->dtype_asciilabel, disk_name) == 0) &&
1790 if (dp->dtype_asciilabel) {
1791 if ((strcmp(dp->dtype_asciilabel, disk_name) == 0)) {
1920 disk->dtype_asciilabel = alloc_string(disk_name);
H A Dpartition.c380 if (cur_dtype->dtype_asciilabel) { in get_partition()
382 cur_dtype->dtype_asciilabel) == 0) { in get_partition()
H A Dmain.c225 if (strcmp(option_t, type->dtype_asciilabel) == 0) in main()
H A Dmodify_partition.c529 part->pinfo_name = alloc_string(tptr->dtype_asciilabel);
H A Dio.c2102 type->dtype_asciilabel, type->dtype_ncyl,
2143 type->dtype_asciilabel, type->dtype_ncyl,
H A Dlabel.c360 cur_dtype->dtype_asciilabel, ncyl, acyl, nhead, nsect); in write_label()