Home
last modified time | relevance | path

Searched refs:rcd (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/format/
H A Dmenu_cache.c264 if (page8->rcd) { in ca_read_display()
295 if (page8->rcd) { in ca_read_enable()
315 page8->rcd = 0; in ca_read_enable()
356 if (page8->rcd) { in ca_read_disable()
376 page8->rcd = 1; in ca_read_disable()
/titanic_44/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h144 uchar_t rcd : 1, /* Read Cache Disable */ member
154 rcd : 1; /* Read Cache Disable */
/titanic_44/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h121 uchar_t rcd : 1, /* Read Cache Disable */ member
131 rcd : 1; /* Read Cache Disable */
/titanic_44/usr/src/uts/common/sys/scsi/generic/
H A Ddad_mode.h226 uchar_t rcd : 1, /* Read Cache Disable */ member
244 rcd : 1; /* Read Cache Disable */ member
H A Dmode.h259 uchar_t rcd : 1, /* Read Cache Disable */ member
269 rcd : 1; /* Read Cache Disable */
/titanic_44/usr/src/uts/common/os/
H A Drctl.c513 rctl_entity_obtain_rset(rctl_dict_entry_t *rcd, struct proc *p) in rctl_entity_obtain_rset() argument
517 if (rcd == NULL) in rctl_entity_obtain_rset()
520 switch (rcd->rcd_entity) { in rctl_entity_obtain_rset()
541 panic("unknown rctl entity type %d seen", rcd->rcd_entity); in rctl_entity_obtain_rset()
/titanic_44/usr/src/cmd/luxadm/
H A Dfchba.c1953 if (pg8_buf->rcd == 0) { in fchba_display_config()
H A Dg_adm.c4448 if (pg8_buf->rcd == 0) { in display_disk_info()
6175 if (pg8_buf->rcd == 0) { in display_lun_info()
/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c8021 page->rcd = 1; /* Read Cache disabled */ in sata_build_msense_page_8()
8032 page->rcd = 1; in sata_build_msense_page_8()
8251 if (page->dra == dra && page->wce == wce && page->rcd == dra) { in sata_mode_select_page_8()
8267 if (page->dra != dra || page->rcd != dra) { in sata_mode_select_page_8()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9507 if ((mode_caching_page->rcd && rcd_flag == SD_CACHE_ENABLE) || in sd_cache_control()
9508 (!mode_caching_page->rcd && rcd_flag == SD_CACHE_DISABLE) || in sd_cache_control()
9523 mode_caching_page->rcd = 0; in sd_cache_control()
9525 mode_caching_page->rcd = 1; in sd_cache_control()