Searched refs:PC_CURRENT (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 83 { "current", PC_CURRENT }, 1212 assert(page_control == PC_CURRENT || page_control == PC_CHANGEABLE || in uscsi_mode_sense() 1335 assert(page_control == PC_CURRENT || page_control == PC_CHANGEABLE || in uscsi_mode_sense_10() 1593 assert(page_control == PC_CURRENT || page_control == PC_CHANGEABLE || in uscsi_log_sense()
|
H A D | ds_scsi.h | 264 #define PC_CURRENT (0 << 6) macro
|
H A D | ds_scsi.c | 363 if ((result = scsi_mode_sense(sip, MODEPAGE_ALLPAGES, PC_CURRENT, in load_modepages() 396 PC_CURRENT, (caddr_t)allpages, allpages_buflen, in load_modepages() 776 MODEPAGE_INFO_EXCPT, PC_CURRENT, &sip->si_iec_current, in load_ie_modepage() 915 MODEPAGE_CTRL_MODE, PC_CURRENT, &control_pg_cur, in clear_gltsd()
|