Home
last modified time | relevance | path

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

/titanic_44/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;
/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c1005 pcacheset_cmp(pollfd_t *current, pollfd_t *cached, pollfd_t *newlist, int n) in pcacheset_cmp() argument
1013 prefetch_write_many((caddr_t)&cached[ix + 8]); in pcacheset_cmp()
1015 if (current[ix].fd == cached[ix].fd) { in pcacheset_cmp()
1025 if (current[ix].events == cached[ix].events) { in pcacheset_cmp()
1030 if ((current[ix].fd < 0) && (cached[ix].fd < 0)) { in pcacheset_cmp()
1553 pollfd_t *cached; in pcacheset_resolve() local
1589 cached = pcsp->pcs_pollfd; in pcacheset_resolve()
1597 offset = pcacheset_cmp(&current[count], &cached[count], np, in pcacheset_resolve()
1611 ASSERT((current[count].fd != cached[count].fd) || in pcacheset_resolve()
1612 (current[count].events != cached[count].events)); in pcacheset_resolve()
[all …]
/titanic_44/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()
H A Dksslioctl.c521 kssl_entry->sid_cache[i].se_sid.cached = B_FALSE; in create_kssl_entry()
/titanic_44/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 …]
/titanic_44/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
/titanic_44/usr/src/uts/i86pc/os/
H A Dmicrocode.c1041 ucode_update_t cached = { 0 }; in ucode_update() local
1090 bcopy(uusp, &cached, sizeof (cached)); in ucode_update()
1091 cachedp = &cached; in ucode_update()
/titanic_44/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
H A DCACHE_SPEC.txt360 cached for later consumption.
/titanic_44/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 …]
/titanic_44/usr/src/lib/libgss/
H A DREADME.spi61 result is cached.
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c239 int cached; in mount_nfs() local
281 cached = strcmp(me->map_mounter, MNTTYPE_CACHEFS) == 0; in mount_nfs()
284 cached, overlay, uid, alp); in mount_nfs()
642 int cached, int overlay, in nfsmount() argument
718 if (replicated && cached) { in nfsmount()
1186 if (cached) { in nfsmount()
/titanic_44/usr/src/cmd/keyserv/
H A Dsetkey.c1395 int cached = 0; in getdeskey3() local
1423 cached = 1; in getdeskey3()
1432 if (cached) { in getdeskey3()
/titanic_44/usr/src/cmd/troff/troff.d/
H A DREADME161 cached width computations, general cleanup.
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_inode.h453 int cached; /* cached directory */ member
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c11043 dtrace_ecb_t *cached = dtrace_ecb_create_cache; in dtrace_ecb_create() local
11044 dtrace_action_t *act = cached->dte_action; in dtrace_ecb_create()
11050 ecb->dte_action_last = cached->dte_action_last; in dtrace_ecb_create()
11051 ecb->dte_needed = cached->dte_needed; in dtrace_ecb_create()
11052 ecb->dte_size = cached->dte_size; in dtrace_ecb_create()
11053 ecb->dte_alignment = cached->dte_alignment; in dtrace_ecb_create()
16446 caddr_t cached; in dtrace_ioctl() local
16527 cached = buf->dtb_tomax; in dtrace_ioctl()
16541 if (buf->dtb_tomax == cached) { in dtrace_ioctl()
16542 ASSERT(buf->dtb_xamot != cached); in dtrace_ioctl()
[all …]
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c9342 static int cached = -1; local
9345 if (cached == 0)
9352 cached = 1;
9355 if (cached == -1) {
9357 cached = 0;
/titanic_44/usr/src/grub/grub-0.97/
H A Dconfigure1427 echo $ECHO_N "(cached) $ECHO_C" >&6
1600 echo $ECHO_N "(cached) $ECHO_C" >&6
H A Daclocal.m41038 # If the value was cached, stop now. We just wanted to have am__tar
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME418 This forms the root collection. 'cache_ei' or the cached entity_item will
/titanic_44/usr/src/cmd/sendmail/cf/
H A DREADME3435 cached but otherwise idle connection
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dchanges.txt7146 of simply writing out the cached enable mask. This will prevent
9112 region where a cached memory mapping was not deleted. This became a