Searched refs:rcd_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);
9384 * rcd_flag - flag for controlling the read cache
9395 sd_cache_control(sd_ssc_t *ssc, int rcd_flag, int wce_flag) argument
9481 if ((mode_caching_page->rcd && rcd_flag == SD_CACHE_ENABLE) ||
9482 (!mode_caching_page->rcd && rcd_flag == SD_CACHE_DISABLE) ||
9500 if (rcd_flag == SD_CACHE_ENABLE)
9502 else if (rcd_flag == SD_CACHE_DISABLE)

Completed in 119 milliseconds