Home
last modified time | relevance | path

Searched refs:dtype_chglist (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h105 struct chg_list *dtype_chglist; /* mode sense/select */ member
H A Dctlr_scsi.c759 (uchar_t *)page1, (uchar_t *)fixed, cur_dtype->dtype_chglist); in scsi_ms_page1()
892 (uchar_t *)page2, (uchar_t *)fixed, cur_dtype->dtype_chglist); in scsi_ms_page2()
1079 (uchar_t *)page3, (uchar_t *)fixed, cur_dtype->dtype_chglist); in scsi_ms_page3()
1230 (uchar_t *)page4, (uchar_t *)fixed, cur_dtype->dtype_chglist); in scsi_ms_page4()
1372 (uchar_t *)page8, (uchar_t *)fixed, cur_dtype->dtype_chglist); in scsi_ms_page8()
1451 (!chg_list_affects_page(cur_dtype->dtype_chglist, 0x38))) { in scsi_ms_page38()
1566 cur_dtype->dtype_chglist); in scsi_ms_page38()
H A Dstartup.c2519 cp1 = dp1->dtype_chglist; in check_dtypes_for_inconsistency()
2520 cp2 = dp2->dtype_chglist; in check_dtypes_for_inconsistency()
2710 if (disk->dtype_chglist == NULL) { in new_chg_list()
2711 disk->dtype_chglist = nc; in new_chg_list()
2713 for (cp = disk->dtype_chglist; cp->next; cp = cp->next) in new_chg_list()