Searched defs:cached (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh192/
H A Dfakensl.c44 int algtype, char *pkey, size_t pkeylen, int *cached)
43 __getpublickey_cached_g(const char remotename[MAXNETNAMELEN], int keylen, int algtype, char *pkey, size_t pkeylen, int *cached) argument
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h79 struct cached { struct
83 struct cached *next;
86 typedef struct cached CachedCluster;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c238 * or when the cached microcode doesn't match the CPU being processed.
1041 ucode_update_t cached = { 0 }; local
1090 bcopy(uusp, &cached, sizeof (cached));
1091 cachedp = &cached;
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1395 int cached = 0; local
1423 cached = 1;
1432 if (cached) {
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslproto.h109 boolean_t cached; member in struct:sslSessionIDStr
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c76 kstat_named_t polllistmiss; /* failed to find a cached poll list */
77 kstat_named_t pollcachehit; /* list matched 100% w/ cached one */
78 kstat_named_t pollcachephit; /* list matched < 100% w/ cached one */
126 * (protected by the PHLOCK, cached array of plocks), and
128 * poll when a cached fd is closed. This is protected by uf_lock.
151 * close cleaning up the cached references to an open file
438 * will succeed even if fds is NULL. However, our cached
472 * Not first time polling. Select a cached poll list by
486 * list and previously cached one.
489 * of cached pol
1003 pcacheset_cmp(pollfd_t *current, pollfd_t *cached, pollfd_t *newlist, int n) argument
1551 pollfd_t *cached; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h222 * Large directories can be cached. Directory caching can take the following
453 int cached; /* cached directory */ member in struct:ufs_slot
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1130 * If the cache flag is set, use DINFOCACHE to get cached
1428 * already cached.
3346 * Use a copy of the cached link name as the
4302 * Use a copy of the cached link name
4829 * for a existing symlink's contents, the cached id is returned. Else, a new
4894 * search all cached entries looking for matches on a specified substring
4896 * rule specified by "index". If a match is found on a cached entry,
4945 * Check and see if a matching entry is already cached.
4958 /* if matching entry already cached, return it */
4969 * no cached entr
6042 static int cached = FALSE; local
6158 static int cached = FALSE; local
7303 static int cached = FALSE; local
7368 static int cached = FALSE; local
7575 static int cached = FALSE; local
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c10285 static int cached = -1; local
10288 if (cached == 0)
10295 cached = 1;
10298 if (cached == -1) {
10300 cached = 0;
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c187 static dtrace_ecb_t *dtrace_ecb_create_cache; /* cached created ECB */
9791 * Returns 1 if the expression in the DIF object can be cached on a per-thread
11317 * If we have a cached ecb, we'll use its action list instead
11320 dtrace_ecb_t *cached = dtrace_ecb_create_cache; local
11321 dtrace_action_t *act = cached->dte_action;
11327 ecb->dte_action_last = cached->dte_action_last;
11328 ecb->dte_needed = cached->dte_needed;
11329 ecb->dte_size = cached->dte_size;
11330 ecb->dte_alignment = cached->dte_alignment;
16750 caddr_t cached; local
[all...]

Completed in 158 milliseconds