Searched defs:update_result (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1846 int update_result; local
1926 update_result = ddi_prop_update_byte_array(DDI_DEV_T_NONE,
1942 update_result = ddi_prop_update_byte_array(
1957 if (update_result != DDI_PROP_SUCCESS) {
1959 "property with tgt=%d (%d)\n", tgt, update_result);

Completed in 49 milliseconds