Searched refs:NSC_CACHE (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/librdc/common/
H A Drdcpersist.c160 svc.svc_flag = (NSC_DEVICE | NSC_CACHE);
217 svcv.svc_flag = (NSC_DEVICE | NSC_CACHE);
231 svcb.svc_flag = (NSC_DEVICE | NSC_CACHE);
/illumos-gate/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c437 { "NSC_CACHE", NSC_CACHE, NSC_CACHE },
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c568 fd = nsc_open(size->path, NSC_CACHE | NSC_DEVICE | NSC_READ,
661 fd = nsc_open(rw->rw_path, NSC_CACHE | NSC_DEVICE | NSC_READ | ioflag,
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvboot.c428 cur_svn->svn_mode = (NSC_DEVICE | NSC_CACHE);
H A Dsvadm.c648 svn.svn_mode = (NSC_DEVICE | NSC_CACHE);
877 cur_svn->svn_mode = (NSC_DEVICE | NSC_CACHE);
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h96 #define NSC_CACHE 0x00000800 /* Cache interface */ macro
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c1044 if (!(sdfd = nsc_open(name[2*h], NSC_CACHE,
1058 if (!(sdfd2 = nsc_open(name[2*h+1], NSC_CACHE,
1097 if (!(sdfd = nsc_open(name[h], NSC_CACHE,
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c468 krdc->b_tok = nsc_register_path(bitmap, NSC_CACHE | NSC_DEVICE,
472 krdc->c_tok = nsc_register_path(pathname, NSC_CACHE,
1366 int raw = ((flag & NSC_CACHE) == 0);
1436 return (_rdc_open(path, NSC_CACHE|flag, cdp, iodev));
H A Drdc_io.h606 #define RDC_IS_RAW(rdc) (((rdc)->rdc_oflags & NSC_CACHE) == 0)
H A Drdc_bitmap.c1056 NSC_RDCHR_ID|NSC_CACHE|NSC_DEVICE|NSC_RDWR, 0, 0, 0);
1149 NSC_CACHE | NSC_DEVICE, _rdc_io_hc);
1392 NSC_RDCHR_ID|NSC_CACHE|NSC_DEVICE|NSC_RDWR, 0, 0, 0);
H A Drdc_diskq.c212 NSC_DEVICE | NSC_CACHE, _rdc_io_hc);
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c101 { "NSC_CACHE", NSC_CACHE, NSC_CACHE },
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c542 { "NSC_CACHE", NSC_CACHE, NSC_CACHE },
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c1039 svc.svc_flag = (NSC_DEVICE | NSC_CACHE);
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c824 NSC_CACHE, _ii_io);
834 NSC_CACHE, _ii_io);
1233 NSC_IIR_ID|NSC_CACHE|NSC_DEVICE|NSC_RDWR, NULL,
1963 NSC_CACHE|NSC_DEVICE, _ii_io);
2056 NSC_CACHE|NSC_DEVICE, _ii_io);
9543 int raw = (flag & NSC_CACHE) == 0;
9639 return (_ii_open(path, NSC_CACHE|flag, cdp, iodev));
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c921 if ((flag & ~(NSC_CACHE|NSC_DEVICE)) != 0) {
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c7109 "Provide", NSC_CACHE, 0,

Completed in 169 milliseconds