Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dstartup.c586 dtype->dtype_asciilabel = dtype_name; in sup_setdtype()
1113 if (strcmp(dtype->dtype_asciilabel, disk) == 0) in sup_setpart()
2087 search_dtype->dtype_asciilabel = (char *) in add_device_to_disklist()
2089 (void) strcpy(search_dtype->dtype_asciilabel, in add_device_to_disklist()
2092 search_dtype->dtype_asciilabel = (char *) in add_device_to_disklist()
2094 (void) strcpy(search_dtype->dtype_asciilabel, in add_device_to_disklist()
2243 if (dtype->dtype_asciilabel == NULL) { in dtype_match()
2251 if ((strcmp(label->dkl_asciilabel, dtype->dtype_asciilabel) != 0) || in dtype_match()
2486 if (strcmp(dp1->dtype_asciilabel, dp2->dtype_asciilabel) != 0) { in check_dtypes_for_inconsistency()
2536 dp1->dtype_asciilabel); in check_dtypes_for_inconsistency()
H A Dmenu_command.c411 if (tptr->dtype_asciilabel) in c_type()
413 tptr->dtype_asciilabel); in c_type()
453 tptr->dtype_asciilabel, tptr->dtype_ncyl, in c_type()
548 d->dtype_asciilabel = get_asciilabel(); in c_type()
604 if (tptr->dtype_asciilabel) { in c_type()
609 if ((tptr->dtype_asciilabel == NULL) && in c_type()
611 while (tptr->dtype_asciilabel == NULL) { in c_type()
763 cur_dtype->dtype_asciilabel, ncyl, in c_current()
779 cur_dtype->dtype_asciilabel, ncyl, in c_current()
H A Dadd_definition.c193 disk_type->dtype_asciilabel); in add_disktype()
324 disk_type->dtype_asciilabel, in add_partition()
H A Dhardware_structs.h80 char *dtype_asciilabel; /* drive identifier */ member
H A Dauto_sense.c671 disk->dtype_asciilabel = alloc_string(disk_name); in new_direct_disk_type()
1418 disk_type->dtype_asciilabel, in use_existing_disk_type()
1704 if (dp->dtype_asciilabel) {
1705 if ((strcmp(dp->dtype_asciilabel, disk_name) == 0) &&
1733 if (dp->dtype_asciilabel) {
1734 if ((strcmp(dp->dtype_asciilabel, disk_name) == 0)) {
1863 disk->dtype_asciilabel = alloc_string(disk_name);
H A Dpartition.c381 if (cur_dtype->dtype_asciilabel) { in get_partition()
383 cur_dtype->dtype_asciilabel) == 0) { in get_partition()
H A Dmain.c251 if (strcmp(option_t, type->dtype_asciilabel) == 0) in main()
H A Dmodify_partition.c508 part->pinfo_name = alloc_string(tptr->dtype_asciilabel);
H A Dio.c2066 type->dtype_asciilabel, type->dtype_ncyl, in pr_diskline()
2106 type->dtype_asciilabel, type->dtype_ncyl, in pr_diskline()
H A Dlabel.c342 cur_dtype->dtype_asciilabel, ncyl, acyl, nhead, nsect); in write_label()