Searched refs:NSC_WRTHRU (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_cache.h | 109 #define _SD_VALID_FLAGS (NSC_RDWRBUF | NSC_NOBLOCK | NSC_WRTHRU | NSC_NOCACHE\ 117 #define _SD_WRTHRU_MASK (NSC_WRTHRU | NSC_FORCED_WRTHRU)
|
H A D | sd_bcache.c | 2570 flag |= NSC_WRTHRU; 5732 flag |= NSC_WRTHRU;
|
/titanic_50/usr/src/cmd/avs/sdbc/ |
H A D | scmadm.c | 314 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 D | nsc_cache.c | 351 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 D | nsctl.h | 327 #define NSC_WRTHRU 0x00010000 macro
|
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 71 { "WRTHRU", NSC_WRTHRU, NSC_WRTHRU }, 540 {"WRTHRU", NSC_WRTHRU, NSC_WRTHRU},
|
/titanic_50/usr/src/cmd/avs/dsstat/ |
H A D | sdbc_stats.c | 324 if ((hints & NSC_FORCED_WRTHRU) || (hints & NSC_WRTHRU)) in sdbc_report()
|
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 72 { "NSC_WRTHRU", NSC_WRTHRU, NSC_WRTHRU },
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_io.c | 2868 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 D | dsw_dev.c | 6475 mst_flag = NSC_WRBUF|NSC_WRTHRU; in _ii_copy_chunks() 6478 shd_flag = NSC_WRBUF|NSC_WRTHRU; in _ii_copy_chunks()
|