Searched refs:wce_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1295 static int sd_cache_control(sd_ssc_t *ssc, int rcd_flag, int wce_flag);
9385 * wce_flag - flag for controlling the write cache
9395 sd_cache_control(sd_ssc_t *ssc, int rcd_flag, int wce_flag) argument
9483 (mode_caching_page->wce && wce_flag == SD_CACHE_DISABLE) ||
9484 (!mode_caching_page->wce && wce_flag == SD_CACHE_ENABLE)) {
9505 if (wce_flag == SD_CACHE_ENABLE)
9507 else if (wce_flag == SD_CACHE_DISABLE)

Completed in 119 milliseconds