Searched refs:cache (Results 251 - 275 of 437) sorted by relevance

<<1112131415161718

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlfunc.c117 f->cache = NULL;
H A Dlgc.c165 ** barrier for prototypes. When creating first closure (cache is
175 if (p->cache == NULL) { /* first time? */
459 if (f->cache && iswhite(obj2gco(f->cache)))
460 f->cache = NULL; /* allow cache to be collected */
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_x509.c82 extern void policy_cache_free(X509_POLICY_CACHE *cache);
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_volume.c211 warnx("volume cache: %s", ac > 3 ? "extra arguments" :
220 warnx("volume cache: invalid flag, must be 'enable' or 'disable'\n");
253 warnx("volume cache unchanged");
264 warnc(error, "volume cache change failed");
269 MPT_COMMAND(volume, cache, volume_cache);
/freebsd-11-stable/contrib/lua/src/
H A Dlfunc.c107 f->cache = NULL;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h297 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dprotocol.c186 * Create a new credentials cache. To mitigate DoS attacks we will
965 /* Check if new credential cache exists, if not create one. */
1034 kcm_ccache cache; local
1044 ret = kcm_ccache_resolve_by_uuid(context, uuid, &cache);
1048 ret = kcm_access(context, client, opcode, cache);
1053 ret = krb5_store_stringz(response, cache->name);
1055 kcm_release_ccache(context, cache);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c330 wpa_printf(MSG_ERROR, DRV_PREFIX "Unable to get link cache: %s",
340 goto cache;
347 goto cache;
351 cache:
1065 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci) argument
1077 match = nl_cache_find(cache, (struct nl_object *) needle);
/freebsd-11-stable/tools/regression/zfs/zpool/offline/
H A Doption-t.t1002 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1} ${disk2}
1012 echo " cache"
1028 echo " cache"
1038 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1} ${disk2}
1048 echo " cache"
1064 echo " cache"
1073 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1} ${disk2}
1084 echo " cache"
1100 echo " cache"
/freebsd-11-stable/crypto/openssl/ssl/
H A Dkssl.c194 krb5_ccache cache,
242 (krb5_context context, krb5_ccache cache, krb5_principal *principal) = NULL;
686 (krb5_context context, krb5_ccache cache, krb5_principal *principal) {
688 return (p_krb5_cc_get_principal(context, cache, principal));
690 return (krb5_x((cache)->ops->get_princ, (context, cache, principal)));
1933 * out through the replay cache. If that fails just return a likely default
685 kssl_krb5_cc_get_principal(krb5_context context, krb5_ccache cache, krb5_principal *principal) argument
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm99 /* Ensure cache-flushing has finished. */
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm66 ! a cache line?) so we do too.
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h239 * declarecache; - declares local cache for RILE variable(s)
240 * setupcache - sets up the local RILE cache, but does not initialize it
241 * cache, uncache - caches and uncaches the local RILE;
242 * (uncache,cache) is needed around functions that advance the RILE pointer
282 # define cache(f) (ptr = (f)->ptr) macro
296 # define cache(f) macro
H A Drcssyn.c559 setupcache(fin); cache(fin);
/freebsd-11-stable/contrib/sqlite3/tea/
H A DMakefile.in351 -rm -f config.h config.cache config.log config.status
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure381 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
384 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
382 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-11-stable/contrib/apr-util/xlate/
H A Dxlate.c135 /* TODO: add the table to the cache */
177 /* TODO: add the table to the cache */
225 /* search cache of codepage pairs; we may be able to avoid the
229 set found to non-zero if found in the cache
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmp_exception.S32 #include <machine/cache.h>
55 * Invalidate a physical page in the data cache. For UltraSPARC I and II.
94 * Invalidate a physical page in the instruction cache. For UltraSPARC I and
134 * Invalidate a physical page in the data cache. For UltraSPARC III.
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c83 #include <machine/cache.h>
233 * Flush the D-cache for non-DMA I/O so that the I-cache can
323 * call locore cache and TLB management functions, based on the kind
H A Delf_machdep.c50 #include <machine/cache.h>
/freebsd-11-stable/sys/arm64/arm64/
H A Dgicv3_its.c374 /* If so remove the cache attribute */
397 uint64_t cache, reg, share, tmp, type; local
422 cache = 0;
425 cache = GITS_BASER_CACHE_WAWB;
474 (cache << GITS_BASER_CACHE_SHIFT) |
604 /* Check the cache attributes we set */
792 /* Clean D-cache under command. */
816 /* Clean D-cache under command. */
1281 /* Clean D-cache under command. */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_cache.c39 * This file implements a simple LRU read-ahead cache. When the DMU reads
43 * reads into a single 64k read followed by 127 cache hits; this reduces
46 * terribly wasteful of bandwidth. A more intelligent version of the cache
53 * There are five cache operations: allocate, fill, read, write, evict.
55 * (1) Allocate. This reserves a cache entry for the specified region.
57 * don't generate I/O for the same cache miss.
59 * (2) Fill. When the I/O for a cache miss completes, the fill routine
60 * places the data in the previously allocated cache entry.
62 * (3) Read. Read data from the cache.
64 * (4) Write. Update cache content
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_volume.c136 printf("Setting write cache policy to %s\n",
151 printf("Enabling write-cache on physical drives\n");
154 printf("Disabling write-cache on physical drives\n");
157 printf("Using default write-cache setting on physical drives\n");
180 * Parse a single cache directive modifying the passed in policy.
189 /* I/O cache settings. */
215 /* Write cache behavior. */
225 if (strcmp(av[0], "bad-bbu-write-cache") == 0) {
227 warnx("cache: bad BBU setting required");
235 warnx("cache
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in434 rm -f $(CLEANFILES) Makefile config.cache config.log config.status \
438 rm -rf autom4te.cache tests/DIFF tests/NEW

Completed in 163 milliseconds

<<1112131415161718