Searched refs:NSC_NOCACHE (Results 1 – 12 of 12) sorted by relevance
/titanic_41/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\ 118 #define _SD_NOCACHE_MASK (NSC_NOCACHE)
|
H A D | sd_bcache.c | 2731 if (handle->bh_flag & (NSC_NOCACHE|NSC_SEQ_IO))
|
/titanic_41/usr/src/cmd/avs/sdbc/ |
H A D | scmadm.c | 166 nodehint &= (NSC_FORCED_WRTHRU | NSC_NO_FORCED_WRTHRU | NSC_NOCACHE); in get_cd_hint() 168 nodehint &= (NSC_NOCACHE); in get_cd_hint() 341 if (SDBC_IOCTL(SDBC_SET_NODE_HINT, NSC_NOCACHE, in restore_hints() 350 } else if (SDBC_IOCTL(SDBC_SET_CD_HINT, cd, NSC_NOCACHE, in restore_hints() 852 if (hint != NSC_WRTHRU && hint != NSC_NOCACHE) in save_hint() 1443 *hint = NSC_NOCACHE; in get_hint() 1447 *hint = NSC_NOCACHE; in get_hint() 1473 (type & NSC_NOCACHE) ? "no" : ""); 1476 (void) printf("%srdcache", (type & NSC_NOCACHE) ? "no" : "");
|
/titanic_41/usr/src/cmd/avs/dsstat/ |
H A D | sdbc_stats.c | 316 NSC_NOCACHE); in sdbc_report() 319 if (hints & NSC_NOCACHE) in sdbc_report()
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 329 #define NSC_NOCACHE 0x00040000 macro
|
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 73 { "NOCACHE", NSC_NOCACHE, NSC_NOCACHE }, 541 {"NOCACHE", NSC_NOCACHE, NSC_NOCACHE},
|
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 131 NSC_NOCACHE|flag, &h, NULL); in nsc_alloc_abuf()
|
H A D | nsc_ncallio.c | 678 rc = nsc_alloc_buf(fd, pos, len, NSC_NOCACHE | ioflag, &bufp); in nsc_rncio_io()
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 450 flags = NSC_WRITE | NSC_NOCACHE | NSC_NODATA; in rdc_stamp_diskq() 1277 NSC_NOCACHE | NSC_WRITE | NSC_NODATA, &qbuf); in rdc_diskq_enqueue() 2049 NSC_NOCACHE | NSC_READ, &buf); in rdc_diskq_unqueue() 2453 NSC_NOCACHE | NSC_READ, &buf); in rdc_read_diskq_buf()
|
H A D | rdc_svc.c | 302 nocache = (diskio.flag & RDC_RREAD_FAIL) ? 0 : NSC_NOCACHE; in r_net_read() 460 nocache = (diskio.flag & RDC_RREAD_FAIL) ? 0 : NSC_NOCACHE; in r_net_read6() 639 nocache = (diskio.flag & RDC_RWRITE_FAIL) ? 0 : NSC_NOCACHE; in r_net_write5() 851 nocache = (diskio.flag & RDC_RWRITE_FAIL) ? 0 : NSC_NOCACHE; in r_net_write6()
|
H A D | rdc_io.c | 2807 NSC_READ | NSC_NOCACHE, &handle); in _rdc_sync_wrthr() 2867 NSC_WRITE | NSC_WRTHRU | NSC_NOCACHE, &handle); in _rdc_sync_rdthr() 3264 NSC_WRITE | NSC_WRTHRU | NSC_NOCACHE, &handle); in _rdc_sync() 3267 NSC_READ | NSC_NOCACHE, &handle); in _rdc_sync()
|
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 74 { "NSC_NOCACHE", NSC_NOCACHE, NSC_NOCACHE },
|