Searched defs:nocache (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c139 int nocache = 0; local
157 nocache = 1;
185 nocache = 1;
193 if (nocache|bd)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h130 boolean_t nocache; /* URI no cache */ member in struct:uri_desc_s
156 #define URI_TEMP (uri_desc_t *)-1 /* Temp (nocache) uri_t.hash pointer */
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...]
/illumos-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
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h232 uint8_t nocache; /* don't cache */ member in struct:nca_io2_s
/illumos-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) {
/illumos-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

Completed in 82 milliseconds