Home
last modified time | relevance | path

Searched refs:SES_CTL_OP_SETPROP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.h509 #define SES_CTL_OP_SETPROP "ses-ctl-setprop" macro
H A Dses2_enclosure_ctl.c309 if (strcmp(op, SES_CTL_OP_SETPROP) == 0) in ses2_enclosure_ctl()
H A Dses2_element_ctl.c1852 if (strcmp(op, SES_CTL_OP_SETPROP) != 0) in ses2_element_ctl()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c200 if (ses_node_ctl(np, SES_CTL_OP_SETPROP, nvl) != 0) { in ses_indicator_mode()