Searched refs:dtype_asciilabel (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/format/ |
H A D | menu_command.c | 403 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 D | startup.c | 566 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 D | add_definition.c | 197 disk_type->dtype_asciilabel); 330 disk_type->dtype_asciilabel,
|
H A D | hardware_structs.h | 79 char *dtype_asciilabel; /* drive identifier */ member
|
H A D | auto_sense.c | 728 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 D | partition.c | 380 if (cur_dtype->dtype_asciilabel) { in get_partition() 382 cur_dtype->dtype_asciilabel) == 0) { in get_partition()
|
H A D | main.c | 225 if (strcmp(option_t, type->dtype_asciilabel) == 0) in main()
|
H A D | modify_partition.c | 529 part->pinfo_name = alloc_string(tptr->dtype_asciilabel);
|
H A D | io.c | 2102 type->dtype_asciilabel, type->dtype_ncyl, 2143 type->dtype_asciilabel, type->dtype_ncyl,
|
H A D | label.c | 360 cur_dtype->dtype_asciilabel, ncyl, acyl, nhead, nsect); in write_label()
|