/titanic_44/usr/src/cmd/format/ |
H A D | menu.c | 288 if (cur_disk->label_type == L_TYPE_EFI) in not_efi() 298 if ((cur_disk->label_type == L_TYPE_EFI) && expert_mode) in disp_expert_change_expert_efi() 300 if (cur_disk->label_type != L_TYPE_EFI) in disp_expert_change_expert_efi() 310 if (cur_disk->label_type != L_TYPE_EFI) in disp_expand_efi() 322 if ((cur_disk->label_type != L_TYPE_EFI) || (!expert_mode)) in disp_all_change_expert_efi()
|
H A D | menu_analyze.c | 273 (cur_disk->label_type == L_TYPE_SOLARIS)) { in a_setup() 275 } else if (cur_disk->label_type == L_TYPE_SOLARIS) { in a_setup() 277 } else if (cur_disk->label_type == L_TYPE_EFI) { in a_setup() 321 if ((scan_entire) && (cur_disk->label_type == L_TYPE_SOLARIS)) { in a_setup() 323 } else if ((scan_entire) && (cur_disk->label_type == L_TYPE_EFI)) { in a_setup()
|
H A D | main.c | 365 cur_label = cur_disk->label_type; 432 (cur_disk->label_type == L_TYPE_SOLARIS)) { 434 } else if (cur_disk->label_type == L_TYPE_SOLARIS) { 436 } else if (cur_disk->label_type == L_TYPE_EFI) { 561 cur_disk->label_type == L_TYPE_EFI) {
|
H A D | menu_command.c | 300 (disk->label_type != L_TYPE_EFI)) { in c_disk() 310 if ((cur_disk->label_type == L_TYPE_EFI) && in c_disk() 400 if (cur_disk->label_type == L_TYPE_EFI) { in c_type() 428 switch (cur_disk->label_type) { in c_type() 1116 if (cur_disk->label_type == L_TYPE_SOLARIS) { in c_format() 1121 } else if (cur_disk->label_type == L_TYPE_EFI) { in c_format() 1261 if (cur_disk->label_type == L_TYPE_SOLARIS) { in c_repair() 1447 if (cur_disk->label_type == L_TYPE_SOLARIS) { in c_show() 1641 cur_disk->label_type = L_TYPE_SOLARIS; in c_label() 1717 cur_disk->label_type = L_TYPE_EFI; in c_label() [all …]
|
H A D | hardware_structs.h | 51 int label_type; /* EFI or non-EFI disk */ member
|
H A D | startup.c | 1469 if (disk->label_type == L_TYPE_SOLARIS) in do_search() 1777 search_disk->label_type = L_TYPE_EFI; in add_device_to_disklist() 1779 search_disk->label_type = L_TYPE_SOLARIS; in add_device_to_disklist() 1892 if (search_disk->label_type == L_TYPE_SOLARIS) { in add_device_to_disklist() 1909 switch (search_disk->label_type) { in add_device_to_disklist() 1949 if (search_disk->label_type == L_TYPE_SOLARIS) { in add_device_to_disklist() 1964 if (search_disk->label_type == L_TYPE_EFI) { in add_device_to_disklist()
|
H A D | menu_defect.c | 291 if (cur_disk->label_type == L_TYPE_SOLARIS) { in d_add()
|
H A D | io.c | 2100 if ((type != NULL) && (disk->label_type == L_TYPE_SOLARIS)) { 2105 } else if ((type != NULL) && (disk->label_type == L_TYPE_EFI)) {
|
/titanic_44/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 136 static int label_type; /* see types below */ variable 416 if (label_type == LABEL_TYPE_VTOC) { in main() 435 if (label_type == LABEL_TYPE_EFI || label_type == LABEL_TYPE_OTHER) { in main() 731 if (label_type == LABEL_TYPE_VTOC) { in getdiskbydev() 838 label_type = LABEL_TYPE_VTOC; in get_device_size() 844 label_type = LABEL_TYPE_EFI; in get_device_size() 879 label_type = LABEL_TYPE_OTHER; in get_device_size() 883 if (label_type == LABEL_TYPE_EFI) { in get_device_size() 886 } else if (label_type == LABEL_TYPE_VTOC) { in get_device_size()
|
/titanic_44/usr/src/cmd/zinject/ |
H A D | translate.c | 447 translate_device(const char *pool, const char *device, err_type_t label_type, in translate_device() argument 484 } else if (label_type != TYPE_INVAL) { in translate_device() 490 switch (label_type) { in translate_device()
|
H A D | zinject.h | 61 err_type_t label_type, zinject_record_t *record);
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 129 tsol_get_option_v4(mblk_t *mp, tsol_ip_label_t *label_type, uchar_t **buffer) in tsol_get_option_v4() argument 137 *label_type = OPT_NONE; in tsol_get_option_v4() 183 *label_type = OPT_CIPSO; in tsol_get_option_v4() 209 tsol_get_option_v6(mblk_t *mp, tsol_ip_label_t *label_type, uchar_t **buffer) in tsol_get_option_v6() argument 219 *label_type = OPT_NONE; in tsol_get_option_v6() 261 *label_type = OPT_CIPSO; in tsol_get_option_v6()
|
H A D | tnet.c | 689 tsol_ip_label_t label_type; in tsol_get_pkt_label() local 706 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr)) in tsol_get_pkt_label() 712 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr)) in tsol_get_pkt_label() 716 switch (label_type) { in tsol_get_pkt_label() 1461 tsol_ip_label_t label_type; in tsol_ip_forward() local 1487 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr)) in tsol_ip_forward() 1508 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr)) in tsol_ip_forward() 1617 if (label_type == OPT_CIPSO) { in tsol_ip_forward() 1668 ASSERT(label_type == OPT_NONE); in tsol_ip_forward()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 2350 static int label_type; variable 2374 if (label_type == LABEL_TYPE_VTOC) { in getdisksize() 2433 label_type = LABEL_TYPE_VTOC; in get_device_size() 2439 label_type = LABEL_TYPE_EFI; in get_device_size() 2470 label_type = LABEL_TYPE_OTHER; in get_device_size() 2474 if (label_type == LABEL_TYPE_EFI) { in get_device_size() 2477 } else if (label_type == LABEL_TYPE_VTOC) { in get_device_size()
|
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 542 int label_type; variable 1004 if (label_type == LABEL_TYPE_EFI) { in main() 1124 if (label_type == LABEL_TYPE_EFI || in main() 1125 label_type == LABEL_TYPE_OTHER) { in main() 1163 "use_efi_dflts = %d\n", label_type, isremovable, ishotpluggable, in main() 2396 label_type = LABEL_TYPE_VTOC; in get_max_size() 2401 label_type = LABEL_TYPE_EFI; in get_max_size() 2419 if (label_type == LABEL_TYPE_EFI) { in get_max_size()
|