Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 42) sorted by relevance

12

/onnv-gate/usr/src/cmd/filebench/config/
H A Dfilemacro.prof77 cached = 1;
91 cached = 0;
105 cached = 1;
119 cached = 0;
H A Dfilemicro.prof64 cached = true;
83 cached = true;
98 cached = true;
/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h79 struct cached { struct
83 struct cached *next; argument
86 typedef struct cached CachedCluster;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm162 { my $cached = $self->{cache}->lookup($n);
163 return $cached if defined $cached;
1319 my $cached = 0;
1328 my $cached = $self->{cache}->_produce($n);
1335 if (defined $cached && $_ ne $cached && ! $self->{deferred}{$n}) {
1337 _ci_warn("rec $n: cached <$cached> actual <$_>");
1339 if (defined $cached && substr($cached, -$rsl) ne $rs) {
1357 $cached += length($r);
1363 if ($cached != $b) {
1364 _ci_warn("cache size is $b, should be $cached");
[all …]
/onnv-gate/usr/src/uts/common/syscall/
H A Dpoll.c972 pcacheset_cmp(pollfd_t *current, pollfd_t *cached, pollfd_t *newlist, int n) in pcacheset_cmp() argument
980 prefetch_write_many((caddr_t)&cached[ix + 8]); in pcacheset_cmp()
982 if (current[ix].fd == cached[ix].fd) { in pcacheset_cmp()
992 if (current[ix].events == cached[ix].events) { in pcacheset_cmp()
997 if ((current[ix].fd < 0) && (cached[ix].fd < 0)) { in pcacheset_cmp()
1520 pollfd_t *cached; in pcacheset_resolve() local
1556 cached = pcsp->pcs_pollfd; in pcacheset_resolve()
1564 offset = pcacheset_cmp(&current[count], &cached[count], np, in pcacheset_resolve()
1578 ASSERT((current[count].fd != cached[count].fd) || in pcacheset_resolve()
1579 (current[count].events != cached[count].events)); in pcacheset_resolve()
[all …]
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A DREADME.caching96 The concurrency between the datastore and cached records is handled by the
120 1. If there is a pre-assigned IP for this client and the cached offer
124 2. If there is a pre-assigned IP but the cached offer is expired,
125 remove the cached OFFER from the itable, and try to find a new
138 unused records are cached for later use.
/onnv-gate/usr/src/lib/gss_mechs/mech_dh/dh192/
H A Dfakensl.c44 int algtype, char *pkey, size_t pkeylen, int *cached) in __getpublickey_cached_g() argument
/onnv-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c499 ASSERT(ssl->sid.cached == B_FALSE); in kssl_handle_client_hello()
541 if (ssl->sid.cached == B_TRUE) { in kssl_handle_client_hello()
775 if (ssl->sid.cached == B_TRUE) { in kssl_handle_client_hello()
848 ASSERT(sid->cached == B_FALSE); in kssl_cache_sid()
851 sid->cached = B_TRUE; in kssl_cache_sid()
878 ASSERT(sid->cached == B_TRUE); in kssl_uncache_sid()
879 sid->cached = B_FALSE; in kssl_uncache_sid()
892 csid->cached = B_FALSE; in kssl_uncache_sid()
914 if (csid->cached == B_FALSE || in kssl_lookup_sid()
923 csid->cached = B_FALSE; in kssl_lookup_sid()
[all …]
H A Dksslproto.h109 boolean_t cached; member
H A Dksslapi.c1044 if (ssl->sid.cached == B_TRUE) { in kssl_handle_any_record()
1162 ssl->sid.cached = B_FALSE; in kssl_init_context()
/onnv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1129 slotp->cached = 1; in ufs_dircheckforname()
1180 slotp->cached = 1; in ufs_dircheckforname()
1188 slotp->cached = 1; in ufs_dircheckforname()
1195 slotp->cached = 0; in ufs_dircheckforname()
1403 slotp->cached = 1; in ufs_dircheckforname()
1566 if (slotp->cached) { in ufs_dirrename()
1836 if (slotp->cached) { in ufs_diraddentry()
1865 slotp->cached = 0; in ufs_diraddentry()
1925 if (slotp->cached) { in ufs_diraddentry()
1928 slotp->cached = 0; in ufs_diraddentry()
[all …]
/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt39 behavior over all cached volumes, while "cd" stats reflect behavior particular
40 to each cached volume (or cache descriptor).
93 each cached volume)
100 (writes to cached blocks that are
H A Ddynmem_readme.txt249 behavior over all cached volumes and shared reflects behavior particular
250 to each cached volume.
293 each cached volume)
334 cached - just the maximum possible. In order to determine the number present
/onnv-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c1019 ucode_update_t cached = { 0 }; in ucode_update() local
1068 bcopy(uusp, &cached, sizeof (cached)); in ucode_update()
1069 cachedp = &cached; in ucode_update()
/onnv-gate/usr/src/cmd/filebench/common/
H A Dparser_lex.l112 cached { return FSA_CACHED; }
/onnv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6041 static int cached = FALSE; in read_enumerate_file() local
6047 cached = FALSE; in read_enumerate_file()
6063 if (cached == TRUE) { in read_enumerate_file()
6085 cached = TRUE; in read_enumerate_file()
6157 static int cached = FALSE; in read_devlinktab_file() local
6166 if (cached == TRUE) { in read_devlinktab_file()
6189 cached = TRUE; in read_devlinktab_file()
7302 static int cached = FALSE; in read_minor_perm_file() local
7309 if (cached == TRUE) { in read_minor_perm_file()
7318 cached = TRUE; in read_minor_perm_file()
[all …]
/onnv-gate/usr/src/cmd/wbem/provider/c/mof/
H A DSolaris_NFS1.0.mof436 "Maximum number of seconds that cached attributes are held "
443 "Minimum number of seconds that cached attributes are held "
450 "Maximum number of seconds that cached attributes are held "
457 "Minimum number of seconds that cached attributes are held "
792 "Maximum number of seconds that cached attributes are held "
799 "Minimum number of seconds that cached attributes are held "
806 "Maximum number of seconds that cached attributes are held "
813 "Minimum number of seconds that cached attributes are held "
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_session_cache_mode.pod93 sessions negotiated in an SSL/TLS handshake may be cached for possible reuse.
/onnv-gate/usr/src/lib/libgss/
H A DREADME.spi61 result is cached.
/onnv-gate/usr/src/cmd/agents/snmp/mib/
H A Dmib_DM.txt407 " Number of entries cached (non-systematic copies) in
409 cached partially. The negative cache is not counted."
/onnv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c236 int cached; in mount_nfs() local
278 cached = strcmp(me->map_mounter, MNTTYPE_CACHEFS) == 0; in mount_nfs()
281 cached, overlay, uid, alp); in mount_nfs()
639 int cached, int overlay, in nfsmount() argument
715 if (replicated && cached) { in nfsmount()
1183 if (cached) { in nfsmount()
/onnv-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1395 int cached = 0; in getdeskey3() local
1423 cached = 1; in getdeskey3()
1432 if (cached) { in getdeskey3()
/onnv-gate/usr/src/cmd/troff/troff.d/
H A DREADME161 cached width computations, general cleanup.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperl583delta.pod106 cached, and is now fixed.
/onnv-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h453 int cached; /* cached directory */ member

12