Home
last modified time | relevance | path

Searched refs:NSC_NOCACHE (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h109 #define _SD_VALID_FLAGS (NSC_RDWRBUF | NSC_NOBLOCK | NSC_WRTHRU | NSC_NOCACHE\
118 #define _SD_NOCACHE_MASK (NSC_NOCACHE)
H A Dsd_bcache.c2731 if (handle->bh_flag & (NSC_NOCACHE|NSC_SEQ_IO))
/titanic_44/usr/src/cmd/avs/sdbc/
H A Dscmadm.c166 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_44/usr/src/cmd/avs/dsstat/
H A Dsdbc_stats.c316 NSC_NOCACHE); in sdbc_report()
319 if (hints & NSC_NOCACHE) in sdbc_report()
/titanic_44/usr/src/uts/common/avs/ns/
H A Dnsctl.h329 #define NSC_NOCACHE 0x00040000 macro
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c73 { "NOCACHE", NSC_NOCACHE, NSC_NOCACHE },
541 {"NOCACHE", NSC_NOCACHE, NSC_NOCACHE},
/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c131 NSC_NOCACHE|flag, &h, NULL); in nsc_alloc_abuf()
H A Dnsc_ncallio.c678 rc = nsc_alloc_buf(fd, pos, len, NSC_NOCACHE | ioflag, &bufp); in nsc_rncio_io()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c450 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 Drdc_svc.c302 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 Drdc_io.c2808 NSC_READ | NSC_NOCACHE, &handle); in _rdc_sync_wrthr()
2868 NSC_WRITE | NSC_WRTHRU | NSC_NOCACHE, &handle); in _rdc_sync_rdthr()
3265 NSC_WRITE | NSC_WRTHRU | NSC_NOCACHE, &handle); in _rdc_sync()
3268 NSC_READ | NSC_NOCACHE, &handle); in _rdc_sync()
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c74 { "NSC_NOCACHE", NSC_NOCACHE, NSC_NOCACHE },