Searched refs:nocache (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1212 uri->nocache = B_FALSE;
1414 uri->nocache = B_TRUE;
1478 boolean_t nocache = B_FALSE; local
1563 nocache = B_TRUE;
1568 nocache = B_TRUE;
1575 * as nocache and no response length and pass on the
1578 nocache = B_TRUE;
1651 nocache = B_TRUE;
1655 nocache = B_TRUE;
1699 nocache
[all...]
H A Dnl7curi.h132 boolean_t nocache; /* URI no cache */ member in struct:uri_desc_s
158 #define URI_TEMP (uri_desc_t *)-1 /* Temp (nocache) uri_t.hash pointer */
H A Dnl7curi.c824 ruri->nocache) {
842 if (ruri->nocache)
1069 if (uri->hash != URI_TEMP && uri->nocache) {
2046 if (uri->nocache) {
2050 uri->nocache = B_TRUE;
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h232 uint8_t nocache; /* don't cache */ member in struct:nca_io2_s
H A Dnca.h798 ((io)->nocache ? 0x08000000 : 0) | \
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c291 int nocache; local
302 nocache = (diskio.flag & RDC_RREAD_FAIL) ? 0 : NSC_NOCACHE;
324 nocache);
449 int nocache; local
460 nocache = (diskio.flag & RDC_RREAD_FAIL) ? 0 : NSC_NOCACHE;
481 nocache);
610 int nocache; local
639 nocache = (diskio.flag & RDC_RWRITE_FAIL) ? 0 : NSC_NOCACHE;
755 ret2 = rdc_writemaxfba(krdc, urdc, dset, diskio.seq, nocache);
820 int nocache; local
2318 rdc_writemaxfba(rdc_k_info_t *krdc, rdc_u_info_t *urdc, rdc_net_dataset_t *dset, uint_t seq, int nocache) argument
2717 rdc_readmaxfba(int cd, nsc_off_t pos, nsc_size_t fbalen, int nocache) argument
[all...]
H A Drdc_io.h420 int nocache; /* cache flag to alloc_buf */ member in struct:rdc_sleepq
/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c141 int nocache = 0; local
159 nocache = 1;
187 nocache = 1;
195 if (nocache|bd)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c352 struct cachefs_log_nocache_record nocache; local
880 if ((! xdr_int(xdrs, &nocache.error)) ||
881 (! xdr_int(xdrs, (int *)&nocache.time)) ||
882 (! xdr_opaque(xdrs, (caddr_t)&nocache.vfsp,
883 sizeof (nocache.vfsp))) ||
884 (! xdr_opaque(xdrs, (caddr_t)&nocache.fid,
885 sizeof (nocache.fid))) ||
887 (u_longlong_t *)&nocache.fileno))) {
889 gettext("Truncated nocache record"));
892 nocache
[all...]
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c489 int nocache,
505 if ((! nocache) && (dnp->vtoc.nparts != 0)) {
525 if (! nocache) {
679 if ((nocache) && (dnp->type == MDT_ACCES) &&
487 metagetvtoc( mdname_t *np, int nocache, uint_t *partnop, md_error_t *ep ) argument
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c255 static void check_for_stale_data(boolean_t nocache);
1108 check_for_stale_data(boolean_t nocache) argument
1130 if (nocache == B_FALSE && time(NULL) - change_time_check <= 10) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c340 YESNO(io2.first), YESNO(io2.nocache), YESNO(io2.preempt),
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c2602 goto nocache;
2653 nocache:
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1214 goto nocache;
1229 goto nocache;
1252 nocache:
/opensolaris-onvv-gate/usr/src/head/
H A Dmeta.h1280 extern mdvtoc_t *metagetvtoc(mdname_t *np, int nocache, uint_t *partnop,

Completed in 107 milliseconds