Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1212 uri->nocache = B_FALSE; in nl7c_http_request()
1414 uri->nocache = B_TRUE; in nl7c_http_request()
1478 boolean_t nocache = B_FALSE; in nl7c_http_response() local
1563 nocache = B_TRUE; in nl7c_http_response()
1568 nocache = B_TRUE; in nl7c_http_response()
1578 nocache = B_TRUE; in nl7c_http_response()
1651 nocache = B_TRUE; in nl7c_http_response()
1655 nocache = B_TRUE; in nl7c_http_response()
1699 nocache = B_TRUE; in nl7c_http_response()
1706 nocache = B_TRUE; in nl7c_http_response()
[all …]
H A Dnl7curi.h130 boolean_t nocache; /* URI no cache */ member
H A Dnl7curi.c824 ruri->nocache) { in uri_lookup()
842 if (ruri->nocache) in uri_lookup()
1069 if (uri->hash != URI_TEMP && uri->nocache) { in nl7c_resp_parse()
2046 if (uri->nocache) { in nl7c_parse()
2050 uri->nocache = B_TRUE; in nl7c_parse()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c291 int nocache; in r_net_read() local
302 nocache = (diskio.flag & RDC_RREAD_FAIL) ? 0 : NSC_NOCACHE; in r_net_read()
324 nocache); in r_net_read()
449 int nocache; in r_net_read6() local
460 nocache = (diskio.flag & RDC_RREAD_FAIL) ? 0 : NSC_NOCACHE; in r_net_read6()
481 nocache); in r_net_read6()
610 int nocache; in r_net_write5() local
639 nocache = (diskio.flag & RDC_RWRITE_FAIL) ? 0 : NSC_NOCACHE; in r_net_write5()
755 ret2 = rdc_writemaxfba(krdc, urdc, dset, diskio.seq, nocache); in r_net_write5()
820 int nocache; in r_net_write6() local
[all …]
H A Drdc_io.h420 int nocache; /* cache flag to alloc_buf */ member
/titanic_41/usr/src/cmd/troff/troff.d/
H A Dt6.c139 int nocache = 0; local
157 nocache = 1;
185 nocache = 1;
193 if (nocache|bd)
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c352 struct cachefs_log_nocache_record nocache; in stats_log_logfile_read() local
880 if ((! xdr_int(xdrs, &nocache.error)) || in stats_log_logfile_read()
881 (! xdr_int(xdrs, (int *)&nocache.time)) || in stats_log_logfile_read()
882 (! xdr_opaque(xdrs, (caddr_t)&nocache.vfsp, in stats_log_logfile_read()
883 sizeof (nocache.vfsp))) || in stats_log_logfile_read()
884 (! xdr_opaque(xdrs, (caddr_t)&nocache.fid, in stats_log_logfile_read()
885 sizeof (nocache.fid))) || in stats_log_logfile_read()
887 (u_longlong_t *)&nocache.fileno))) { in stats_log_logfile_read()
892 nocache.type = *type; in stats_log_logfile_read()
894 calloc(1, sizeof (nocache))) == NULL) { in stats_log_logfile_read()
[all …]
/titanic_41/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h232 uint8_t nocache; /* don't cache */ member
H A Dnca.h798 ((io)->nocache ? 0x08000000 : 0) | \
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c489 int nocache, in metagetvtoc() argument
505 if ((! nocache) && (dnp->vtoc.nparts != 0)) { in metagetvtoc()
525 if (! nocache) { in metagetvtoc()
679 if ((nocache) && (dnp->type == MDT_ACCES) && in metagetvtoc()
/titanic_41/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) in check_for_stale_data() argument
1130 if (nocache == B_FALSE && time(NULL) - change_time_check <= 10) { in check_for_stale_data()
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c340 YESNO(io2.first), YESNO(io2.nocache), YESNO(io2.preempt), in nca_io2()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c1214 goto nocache; in nv_open()
1229 goto nocache; in nv_open()
1252 nocache: in nv_open()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c2602 goto nocache; in ufs_dirremove()
2653 nocache: in ufs_dirremove()
/titanic_41/usr/src/head/
H A Dmeta.h1280 extern mdvtoc_t *metagetvtoc(mdname_t *np, int nocache, uint_t *partnop,