Searched refs:use_cache (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_template.c175 int *use_cache = key_cached; local
179 use_cache = *key_cached ? key_cached : 0;
185 use_cache ? "using" : "not using", remotename);
193 if (!use_cache)
198 0, pk, sizeof (pk), use_cache))
202 if (use_cache)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c120 static int use_cache(char *, char **, char ***);
283 if (use_cache(rsrc, errorp, &dependents) < 0) {
378 if (use_cache(rsrc, errorp, &dependents) < 0)
431 if (use_cache(rsrc, errorp, &dependents) < 0)
474 if (use_cache(rsrc, errorp, &dependents) < 0)
1358 * use_cache()
1368 use_cache(char *rsrc, char **errorp, char ***dependentsp) function
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c39 uint_t *size_p, int use_cache);
752 int use_cache)
773 if (use_cache == 0)
811 int use_cache)
828 ports_p, size_p, use_cache));
836 if (use_cache == 0)
750 ibtl_query_one_port(ibtl_hca_devinfo_t *hca_devp, uint8_t port, ibt_hca_portinfo_t **port_info_p, uint_t *ports_p, uint_t *size_p, int use_cache) argument
809 ibtl_query_hca_ports(ibtl_hca_devinfo_t *hca_devp, uint8_t port, ibt_hca_portinfo_t **port_info_p, uint_t *ports_p, uint_t *size_p, int use_cache) argument
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h193 dbus_bool_t libhal_ctx_set_cache (LibHalContext *ctx, dbus_bool_t use_cache);
H A Dlibhal.c3151 * @use_cache: whether or not to use cache
3159 libhal_ctx_set_cache (LibHalContext *ctx, dbus_bool_t use_cache) argument
3163 ctx->cache_enabled = use_cache;
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c125 int use_cache = 1; /* cache not reliable (605 bugs) with MP */ variable

Completed in 95 milliseconds