Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h109 #define _SD_VALID_FLAGS (NSC_RDWRBUF | NSC_NOBLOCK | NSC_WRTHRU | NSC_NOCACHE\
117 #define _SD_WRTHRU_MASK (NSC_WRTHRU | NSC_FORCED_WRTHRU)
H A Dsd_bcache.c2570 flag |= NSC_WRTHRU;
5732 flag |= NSC_WRTHRU;
/titanic_50/usr/src/cmd/avs/sdbc/
H A Dscmadm.c314 if (SDBC_IOCTL(SDBC_SET_NODE_HINT, NSC_WRTHRU, in restore_hints()
324 NSC_WRTHRU, 1, 0, 0, &ustatus) == SPCS_S_ERROR) { in restore_hints()
852 if (hint != NSC_WRTHRU && hint != NSC_NOCACHE) in save_hint()
892 if (hint == NSC_WRTHRU) in save_hint()
906 else if (hint == NSC_WRTHRU) in save_hint()
1433 *hint = NSC_WRTHRU; in get_hint()
1437 *hint = NSC_WRTHRU; in get_hint()
1472 (type & (NSC_FORCED_WRTHRU|NSC_WRTHRU)) ? "" : "no",
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c351 if ((h2->sb_flag & NSC_WRTHRU) == 0) { in nsc_copy_direct()
355 h2->sb_flag |= NSC_WRTHRU; in nsc_copy_direct()
370 rc = nsc_write(h2, pos2, len, NSC_WRTHRU); in nsc_copy_direct()
/titanic_50/usr/src/uts/common/avs/ns/
H A Dnsctl.h327 #define NSC_WRTHRU 0x00010000 macro
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c71 { "WRTHRU", NSC_WRTHRU, NSC_WRTHRU },
540 {"WRTHRU", NSC_WRTHRU, NSC_WRTHRU},
/titanic_50/usr/src/cmd/avs/dsstat/
H A Dsdbc_stats.c324 if ((hints & NSC_FORCED_WRTHRU) || (hints & NSC_WRTHRU)) in sdbc_report()
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c72 { "NSC_WRTHRU", NSC_WRTHRU, NSC_WRTHRU },
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c2868 NSC_WRITE | NSC_WRTHRU | NSC_NOCACHE, &handle); in _rdc_sync_rdthr()
3265 NSC_WRITE | NSC_WRTHRU | NSC_NOCACHE, &handle); in _rdc_sync()
/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c6475 mst_flag = NSC_WRBUF|NSC_WRTHRU; in _ii_copy_chunks()
6478 shd_flag = NSC_WRBUF|NSC_WRTHRU; in _ii_copy_chunks()